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