![]() |
Provides simplified data access features to perform SCRUD operation on the database table "transactions.day_operation_routines". More...
Public Member Functions | |
| long | Count () |
| Performs SQL count on the table "transactions.day_operation_routines". More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.DayOperationRoutine > | Get () |
| Executes a select query on the table "transactions.day_operation_routines" to return a all instances of the "DayOperationRoutine" class to export. More... | |
| MixERP.Net.Entities.Transactions.DayOperationRoutine | Get (long dayOperationRoutineId) |
| Executes a select query on the table "transactions.day_operation_routines" with a where filter on the column "day_operation_routine_id" to return a single instance of the "DayOperationRoutine" class. More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.DayOperationRoutine > | Get (long[] dayOperationRoutineIds) |
| Executes a select query on the table "transactions.day_operation_routines" with a where filter on the column "day_operation_routine_id" to return a multiple instances of the "DayOperationRoutine" class. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields (string resourceId) |
| Custom fields are user defined form elements for transactions.day_operation_routines. More... | |
| IEnumerable< DisplayField > | GetDisplayFields () |
| Displayfields provide a minimal name/value context for data binding the row collection of transactions.day_operation_routines. More... | |
| void | AddOrEdit (MixERP.Net.Entities.Transactions.DayOperationRoutine dayOperationRoutine, List< EntityParser.CustomField > customFields) |
| Inserts or updates the instance of DayOperationRoutine class on the database table "transactions.day_operation_routines". More... | |
| object | Add (MixERP.Net.Entities.Transactions.DayOperationRoutine dayOperationRoutine) |
| Inserts the instance of DayOperationRoutine class on the database table "transactions.day_operation_routines". More... | |
| List< object > | BulkImport (List< MixERP.Net.Entities.Transactions.DayOperationRoutine > dayOperationRoutines) |
| Inserts or updates multiple instances of DayOperationRoutine class on the database table "transactions.day_operation_routines"; More... | |
| void | Update (MixERP.Net.Entities.Transactions.DayOperationRoutine dayOperationRoutine, long dayOperationRoutineId) |
| Updates the row of the table "transactions.day_operation_routines" with an instance of "DayOperationRoutine" class against the primary key value. More... | |
| void | Delete (long dayOperationRoutineId) |
| Deletes the row of the table "transactions.day_operation_routines" against the primary key value. More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.DayOperationRoutine > | GetPagedResult () |
| Performs a select statement on table "transactions.day_operation_routines" producing a paged result of 25. More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.DayOperationRoutine > | GetPagedResult (long pageNumber) |
| Performs a select statement on table "transactions.day_operation_routines" producing a paged result of 25. More... | |
| long | CountWhere (List< EntityParser.Filter > filters) |
| Performs a filtered count on table "transactions.day_operation_routines". More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.DayOperationRoutine > | GetWhere (long pageNumber, List< EntityParser.Filter > filters) |
| Performs a filtered select statement on table "transactions.day_operation_routines" producing a paged result of 25. More... | |
| long | CountFiltered (string filterName) |
| Performs a filtered count on table "transactions.day_operation_routines". More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.DayOperationRoutine > | GetFiltered (long pageNumber, string filterName) |
| Performs a filtered select statement on table "transactions.day_operation_routines" 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 => "transactions" |
| The schema of this table. Returns literal "transactions". More... | |
| override string | ObjectName => "day_operation_routines" |
| The schema unqualified name of this table. Returns literal "day_operation_routines". 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 "transactions.day_operation_routines".
| object MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.Add | ( | MixERP.Net.Entities.Transactions.DayOperationRoutine | dayOperationRoutine | ) |
Inserts the instance of DayOperationRoutine class on the database table "transactions.day_operation_routines".
| dayOperationRoutine | The instance of "DayOperationRoutine" class to insert. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| void MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.AddOrEdit | ( | MixERP.Net.Entities.Transactions.DayOperationRoutine | dayOperationRoutine, |
| List< EntityParser.CustomField > | customFields | ||
| ) |
Inserts or updates the instance of DayOperationRoutine class on the database table "transactions.day_operation_routines".
| dayOperationRoutine | The instance of "DayOperationRoutine" 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.Transactions.Data.DayOperationRoutine.BulkImport | ( | List< MixERP.Net.Entities.Transactions.DayOperationRoutine > | dayOperationRoutines | ) |
Inserts or updates multiple instances of DayOperationRoutine class on the database table "transactions.day_operation_routines";
| dayOperationRoutines | List of "DayOperationRoutine" class to import. |
| long MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.Count | ( | ) |
Performs SQL count on the table "transactions.day_operation_routines".
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.CountFiltered | ( | string | filterName | ) |
Performs a filtered count on table "transactions.day_operation_routines".
| filterName | The named filter. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| long MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.CountWhere | ( | List< EntityParser.Filter > | filters | ) |
Performs a filtered count on table "transactions.day_operation_routines".
| 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.Transactions.Data.DayOperationRoutine.Delete | ( | long | dayOperationRoutineId | ) |
Deletes the row of the table "transactions.day_operation_routines" against the primary key value.
| dayOperationRoutineId | The value of the column "day_operation_routine_id" which will be deleted. |
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Transactions.DayOperationRoutine> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.Get | ( | ) |
Executes a select query on the table "transactions.day_operation_routines" to return a all instances of the "DayOperationRoutine" class to export.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| MixERP.Net.Entities.Transactions.DayOperationRoutine MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.Get | ( | long | dayOperationRoutineId | ) |
Executes a select query on the table "transactions.day_operation_routines" with a where filter on the column "day_operation_routine_id" to return a single instance of the "DayOperationRoutine" class.
| dayOperationRoutineId | The column "day_operation_routine_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.Transactions.DayOperationRoutine> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.Get | ( | long[] | dayOperationRoutineIds | ) |
Executes a select query on the table "transactions.day_operation_routines" with a where filter on the column "day_operation_routine_id" to return a multiple instances of the "DayOperationRoutine" class.
| dayOperationRoutineIds | Array of column "day_operation_routine_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.Transactions.Data.DayOperationRoutine.GetCustomFields | ( | string | resourceId | ) |
Custom fields are user defined form elements for transactions.day_operation_routines.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<DisplayField> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.GetDisplayFields | ( | ) |
Displayfields provide a minimal name/value context for data binding the row collection of transactions.day_operation_routines.
| UnauthorizedException | Thown when the application user does not have sufficient privilege to perform this action. |
| IEnumerable<MixERP.Net.Entities.Transactions.DayOperationRoutine> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Performs a filtered select statement on table "transactions.day_operation_routines" 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.Transactions.DayOperationRoutine> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.GetPagedResult | ( | ) |
Performs a select statement on table "transactions.day_operation_routines" 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.Transactions.DayOperationRoutine> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.GetPagedResult | ( | long | pageNumber | ) |
Performs a select statement on table "transactions.day_operation_routines" 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.Transactions.DayOperationRoutine> MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.GetWhere | ( | long | pageNumber, |
| List< EntityParser.Filter > | filters | ||
| ) |
Performs a filtered select statement on table "transactions.day_operation_routines" 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.Transactions.Data.DayOperationRoutine.Update | ( | MixERP.Net.Entities.Transactions.DayOperationRoutine | dayOperationRoutine, |
| long | dayOperationRoutineId | ||
| ) |
Updates the row of the table "transactions.day_operation_routines" with an instance of "DayOperationRoutine" class against the primary key value.
| dayOperationRoutine | The instance of "DayOperationRoutine" class to update. |
| dayOperationRoutineId | The value of the column "day_operation_routine_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.Transactions.Data.DayOperationRoutine.ObjectName => "day_operation_routines" |
The schema unqualified name of this table. Returns literal "day_operation_routines".
| override string MixERP.Net.Schemas.Transactions.Data.DayOperationRoutine.ObjectNamespace => "transactions" |
The schema of this table. Returns literal "transactions".
|
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.