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