![]() |
Provides simplified data access features to perform SCRUD operation on the database table "core.late_fee". More...
Public Member Functions | |
| long | Count () |
| Performs SQL count on the table "core.late_fee". More... | |
| IEnumerable< MixERP.Net.Entities.Core.LateFee > | Get () |
| Executes a select query on the table "core.late_fee" to return a all instances of the "LateFee" class to export. More... | |
| MixERP.Net.Entities.Core.LateFee | Get (int lateFeeId) |
| Executes a select query on the table "core.late_fee" with a where filter on the column "late_fee_id" to return a single instance of the "LateFee" class. More... | |
| IEnumerable< MixERP.Net.Entities.Core.LateFee > | Get (int[] lateFeeIds) |
| Executes a select query on the table "core.late_fee" with a where filter on the column "late_fee_id" to return a multiple instances of the "LateFee" class. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields (string resourceId) |
| Custom fields are user defined form elements for core.late_fee. More... | |
| IEnumerable< DisplayField > | GetDisplayFields () |
| Displayfields provide a minimal name/value context for data binding the row collection of core.late_fee. More... | |
| void | AddOrEdit (MixERP.Net.Entities.Core.LateFee lateFee, List< EntityParser.CustomField > customFields) |
| Inserts or updates the instance of LateFee class on the database table "core.late_fee". More... | |
| object | Add (MixERP.Net.Entities.Core.LateFee lateFee) |
| Inserts the instance of LateFee class on the database table "core.late_fee". More... | |
| List< object > | BulkImport (List< MixERP.Net.Entities.Core.LateFee > lateFees) |
| Inserts or updates multiple instances of LateFee class on the database table "core.late_fee"; More... | |
| void | Update (MixERP.Net.Entities.Core.LateFee lateFee, int lateFeeId) |
| Updates the row of the table "core.late_fee" with an instance of "LateFee" class against the primary key value. More... | |
| void | Delete (int lateFeeId) |
| Deletes the row of the table "core.late_fee" against the primary key value. More... | |
| IEnumerable< MixERP.Net.Entities.Core.LateFee > | GetPagedResult () |
| Performs a select statement on table "core.late_fee" producing a paged result of 25. More... | |
| IEnumerable< MixERP.Net.Entities.Core.LateFee > | GetPagedResult (long pageNumber) |
| Performs a select statement on table "core.late_fee" producing a paged result of 25. More... | |
| long | CountWhere (List< EntityParser.Filter > filters) |
| Performs a filtered count on table "core.late_fee". More... | |
| IEnumerable< MixERP.Net.Entities.Core.LateFee > | GetWhere (long pageNumber, List< EntityParser.Filter > filters) |
| Performs a filtered select statement on table "core.late_fee" producing a paged result of 25. More... | |
| long | CountFiltered (string filterName) |
| Performs a filtered count on table "core.late_fee". More... | |
| IEnumerable< MixERP.Net.Entities.Core.LateFee > | GetFiltered (long pageNumber, string filterName) |
| Performs a filtered select statement on table "core.late_fee" producing a paged result of 25. More... | |
Public Member Functions inherited from PetaPoco.DbAccess | |
| void | Validate (AccessTypeEnum type, long loginId, bool noException) |
| Validates application user access rights to execute the function. More... | |
Public Attributes | |
| override string | ObjectNamespace => "core" |
| The schema of this table. Returns literal "core". More... | |
| override string | ObjectName => "late_fee" |
| The schema unqualified name of this table. Returns literal "late_fee". More... | |
Properties | |
| long | LoginId [get, set] |
| Login id of application user accessing this table. More... | |
| int | UserId [get, set] |
| User id of application user accessing this table. More... | |
| string | Catalog [get, set] |
| The name of the database on which queries are being executed to. More... | |
Properties inherited from PetaPoco.DbAccess | |
| abstract string | ObjectNamespace [get] |
| abstract string | ObjectName [get] |
| bool | HasAccess [get] |
| bool | Validated [get] |
| bool | SkipValidation [get, set] |
Properties inherited from PetaPoco.IDBAccess | |
| bool | HasAccess [get] |
Provides simplified data access features to perform SCRUD operation on the database table "core.late_fee".
| object MixERP.Net.Schemas.Core.Data.LateFee.Add | ( | MixERP.Net.Entities.Core.LateFee | lateFee | ) |
Inserts the instance of LateFee class on the database table "core.late_fee".
| lateFee | The instance of "LateFee" class to insert. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Schemas.Core.Data.LateFee.AddOrEdit | ( | MixERP.Net.Entities.Core.LateFee | lateFee, |
| List< EntityParser.CustomField > | customFields | ||
| ) |
Inserts or updates the instance of LateFee class on the database table "core.late_fee".
| lateFee | The instance of "LateFee" class to insert or update. |
| customFields | The custom field collection. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| List<object> MixERP.Net.Schemas.Core.Data.LateFee.BulkImport | ( | List< MixERP.Net.Entities.Core.LateFee > | lateFees | ) |
Inserts or updates multiple instances of LateFee class on the database table "core.late_fee";
| lateFees | List of "LateFee" class to import. |
| long MixERP.Net.Schemas.Core.Data.LateFee.Count | ( | ) |
Performs SQL count on the table "core.late_fee".
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Schemas.Core.Data.LateFee.CountFiltered | ( | string | filterName | ) |
Performs a filtered count on table "core.late_fee".
| filterName | The named filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Schemas.Core.Data.LateFee.CountWhere | ( | List< EntityParser.Filter > | filters | ) |
Performs a filtered count on table "core.late_fee".
| filters | The list of filter conditions. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Schemas.Core.Data.LateFee.Delete | ( | int | lateFeeId | ) |
Deletes the row of the table "core.late_fee" against the primary key value.
| lateFeeId | The value of the column "late_fee_id" which will be deleted. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Core.LateFee> MixERP.Net.Schemas.Core.Data.LateFee.Get | ( | ) |
Executes a select query on the table "core.late_fee" to return a all instances of the "LateFee" class to export.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| MixERP.Net.Entities.Core.LateFee MixERP.Net.Schemas.Core.Data.LateFee.Get | ( | int | lateFeeId | ) |
Executes a select query on the table "core.late_fee" with a where filter on the column "late_fee_id" to return a single instance of the "LateFee" class.
| lateFeeId | The column "late_fee_id" parameter used on where filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Core.LateFee> MixERP.Net.Schemas.Core.Data.LateFee.Get | ( | int[] | lateFeeIds | ) |
Executes a select query on the table "core.late_fee" with a where filter on the column "late_fee_id" to return a multiple instances of the "LateFee" class.
| lateFeeIds | Array of column "late_fee_id" parameter used on where filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<PetaPoco.CustomField> MixERP.Net.Schemas.Core.Data.LateFee.GetCustomFields | ( | string | resourceId | ) |
Custom fields are user defined form elements for core.late_fee.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<DisplayField> MixERP.Net.Schemas.Core.Data.LateFee.GetDisplayFields | ( | ) |
Displayfields provide a minimal name/value context for data binding the row collection of core.late_fee.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Core.LateFee> MixERP.Net.Schemas.Core.Data.LateFee.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Performs a filtered select statement on table "core.late_fee" producing a paged result of 25.
| pageNumber | Enter the page number to produce the paged result. |
| filterName | The named filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Core.LateFee> MixERP.Net.Schemas.Core.Data.LateFee.GetPagedResult | ( | ) |
Performs a select statement on table "core.late_fee" producing a paged result of 25.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Core.LateFee> MixERP.Net.Schemas.Core.Data.LateFee.GetPagedResult | ( | long | pageNumber | ) |
Performs a select statement on table "core.late_fee" producing a paged result of 25.
| pageNumber | Enter the page number to produce the paged result. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Core.LateFee> MixERP.Net.Schemas.Core.Data.LateFee.GetWhere | ( | long | pageNumber, |
| List< EntityParser.Filter > | filters | ||
| ) |
Performs a filtered select statement on table "core.late_fee" producing a paged result of 25.
| pageNumber | Enter the page number to produce the paged result. |
| filters | The list of filter conditions. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Schemas.Core.Data.LateFee.Update | ( | MixERP.Net.Entities.Core.LateFee | lateFee, |
| int | lateFeeId | ||
| ) |
Updates the row of the table "core.late_fee" with an instance of "LateFee" class against the primary key value.
| lateFee | The instance of "LateFee" class to update. |
| lateFeeId | The value of the column "late_fee_id" which will be updated. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| override string MixERP.Net.Schemas.Core.Data.LateFee.ObjectName => "late_fee" |
The schema unqualified name of this table. Returns literal "late_fee".
| override string MixERP.Net.Schemas.Core.Data.LateFee.ObjectNamespace => "core" |
The schema of this table. Returns literal "core".
|
getset |
The name of the database on which queries are being executed to.
|
getset |
Login id of application user accessing this table.
|
getset |
User id of application user accessing this table.