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