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