![]() |
Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Compound Item Details. More...
Public Member Functions | |
| EntityView | GetEntityView () |
| Creates meta information of "compound item detail" entity. More... | |
| long | Count () |
| Counts the number of compound item details. More... | |
| IEnumerable< MixERP.Net.Entities.Core.CompoundItemDetail > | Get () |
| Returns collection of compound item detail for export. More... | |
| MixERP.Net.Entities.Core.CompoundItemDetail | Get (int compoundItemDetailId) |
| Returns an instance of compound item detail. More... | |
| IEnumerable< MixERP.Net.Entities.Core.CompoundItemDetail > | Get ([FromUri] int[] compoundItemDetailIds) |
| IEnumerable< MixERP.Net.Entities.Core.CompoundItemDetail > | GetPagedResult () |
| Creates a paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId. More... | |
| IEnumerable< MixERP.Net.Entities.Core.CompoundItemDetail > | GetPagedResult (long pageNumber) |
| Creates a paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId. More... | |
| long | CountWhere ([FromBody]dynamic filters) |
| Counts the number of compound item details using the supplied filter(s). More... | |
| IEnumerable< MixERP.Net.Entities.Core.CompoundItemDetail > | GetWhere (long pageNumber, [FromBody]dynamic filters) |
| Creates a filtered and paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId. More... | |
| long | CountFiltered (string filterName) |
| Counts the number of compound item details using the supplied filter name. More... | |
| IEnumerable< MixERP.Net.Entities.Core.CompoundItemDetail > | GetFiltered (long pageNumber, string filterName) |
| Creates a filtered and paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId. More... | |
| IEnumerable< DisplayField > | GetDisplayFields () |
| Displayfield is a lightweight key/value collection of compound item details. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields () |
| A custom field is a user defined field for compound item details. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields (string resourceId) |
| A custom field is a user defined field for compound item details. More... | |
| void | AddOrEdit ([FromBody]Newtonsoft.Json.Linq.JArray form) |
| Adds or edits your instance of CompoundItemDetail class. More... | |
| void | Add (MixERP.Net.Entities.Core.CompoundItemDetail compoundItemDetail) |
| Adds your instance of CompoundItemDetail class. More... | |
| void | Edit (int compoundItemDetailId, [FromBody] MixERP.Net.Entities.Core.CompoundItemDetail compoundItemDetail) |
| Edits existing record with your instance of CompoundItemDetail class. More... | |
| List< object > | BulkImport ([FromBody]dynamic collection) |
| Adds or edits multiple instances of CompoundItemDetail class. More... | |
| void | Delete (int compoundItemDetailId) |
| Deletes an existing instance of CompoundItemDetail class via CompoundItemDetailId. More... | |
Properties | |
| long | LoginId [get] |
| int | UserId [get] |
| int | OfficeId [get] |
| string | Catalog [get] |
Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Compound Item Details.
| void MixERP.Net.Api.Core.CompoundItemDetailController.Add | ( | MixERP.Net.Entities.Core.CompoundItemDetail | compoundItemDetail | ) |
Adds your instance of CompoundItemDetail class.
| compoundItemDetail | Your instance of compound item details class to add. |
| void MixERP.Net.Api.Core.CompoundItemDetailController.AddOrEdit | ( | [FromBody] Newtonsoft.Json.Linq.JArray | form | ) |
Adds or edits your instance of CompoundItemDetail class.
| compoundItemDetail | Your instance of compound item details class to add or edit. |
| List<object> MixERP.Net.Api.Core.CompoundItemDetailController.BulkImport | ( | [FromBody] dynamic | collection | ) |
Adds or edits multiple instances of CompoundItemDetail class.
| collection | Your collection of CompoundItemDetail class to bulk import. |
| MixERPException | Thrown when your any CompoundItemDetail class in the collection is invalid or malformed. |
| long MixERP.Net.Api.Core.CompoundItemDetailController.Count | ( | ) |
Counts the number of compound item details.
| long MixERP.Net.Api.Core.CompoundItemDetailController.CountFiltered | ( | string | filterName | ) |
Counts the number of compound item details using the supplied filter name.
| filterName | The named filter. |
| long MixERP.Net.Api.Core.CompoundItemDetailController.CountWhere | ( | [FromBody] dynamic | filters | ) |
Counts the number of compound item details using the supplied filter(s).
| filters | The list of filter conditions. |
| void MixERP.Net.Api.Core.CompoundItemDetailController.Delete | ( | int | compoundItemDetailId | ) |
Deletes an existing instance of CompoundItemDetail class via CompoundItemDetailId.
| compoundItemDetailId | Enter the value for CompoundItemDetailId in order to find and delete the existing record. |
| void MixERP.Net.Api.Core.CompoundItemDetailController.Edit | ( | int | compoundItemDetailId, |
| [FromBody] MixERP.Net.Entities.Core.CompoundItemDetail | compoundItemDetail | ||
| ) |
Edits existing record with your instance of CompoundItemDetail class.
| compoundItemDetail | Your instance of CompoundItemDetail class to edit. |
| compoundItemDetailId | Enter the value for CompoundItemDetailId in order to find and edit the existing record. |
| IEnumerable<MixERP.Net.Entities.Core.CompoundItemDetail> MixERP.Net.Api.Core.CompoundItemDetailController.Get | ( | ) |
Returns collection of compound item detail for export.
| MixERP.Net.Entities.Core.CompoundItemDetail MixERP.Net.Api.Core.CompoundItemDetailController.Get | ( | int | compoundItemDetailId | ) |
Returns an instance of compound item detail.
| compoundItemDetailId | Enter CompoundItemDetailId to search for. |
| IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Core.CompoundItemDetailController.GetCustomFields | ( | ) |
A custom field is a user defined field for compound item details.
| IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Core.CompoundItemDetailController.GetCustomFields | ( | string | resourceId | ) |
A custom field is a user defined field for compound item details.
| IEnumerable<DisplayField> MixERP.Net.Api.Core.CompoundItemDetailController.GetDisplayFields | ( | ) |
Displayfield is a lightweight key/value collection of compound item details.
| EntityView MixERP.Net.Api.Core.CompoundItemDetailController.GetEntityView | ( | ) |
Creates meta information of "compound item detail" entity.
| IEnumerable<MixERP.Net.Entities.Core.CompoundItemDetail> MixERP.Net.Api.Core.CompoundItemDetailController.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Creates a filtered and paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId.
| pageNumber | Enter the page number to produce the resultset. |
| filterName | The named filter. |
| IEnumerable<MixERP.Net.Entities.Core.CompoundItemDetail> MixERP.Net.Api.Core.CompoundItemDetailController.GetPagedResult | ( | ) |
Creates a paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId.
| IEnumerable<MixERP.Net.Entities.Core.CompoundItemDetail> MixERP.Net.Api.Core.CompoundItemDetailController.GetPagedResult | ( | long | pageNumber | ) |
Creates a paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId.
| pageNumber | Enter the page number to produce the resultset. |
| IEnumerable<MixERP.Net.Entities.Core.CompoundItemDetail> MixERP.Net.Api.Core.CompoundItemDetailController.GetWhere | ( | long | pageNumber, |
| [FromBody] dynamic | filters | ||
| ) |
Creates a filtered and paginated collection containing 25 compound item details on each page, sorted by the property CompoundItemDetailId.
| pageNumber | Enter the page number to produce the resultset. |
| filters | The list of filter conditions. |