![]() |
Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Verified Transaction Views. More...
Public Member Functions | |
| long | Count () |
| Counts the number of verified transaction views. More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.VerifiedTransactionView > | GetPagedResult () |
| Creates a paginated collection containing 25 verified transaction views on each page, sorted by the property . More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.VerifiedTransactionView > | GetPagedResult (long pageNumber) |
| Creates a paginated collection containing 25 verified transaction views on each page, sorted by the property . More... | |
| IEnumerable< DisplayField > | GetDisplayFields () |
| Displayfield is a lightweight key/value collection of verified transaction views. More... | |
| long | CountWhere ([FromBody]dynamic filters) |
| Counts the number of verified transaction views using the supplied filter(s). More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.VerifiedTransactionView > | GetWhere (long pageNumber, [FromBody]dynamic filters) |
| Creates a filtered and paginated collection containing 25 verified transaction views on each page, sorted by the property . More... | |
| long | CountFiltered (string filterName) |
| Counts the number of verified transaction views using the supplied filter name. More... | |
| IEnumerable< MixERP.Net.Entities.Transactions.VerifiedTransactionView > | GetFiltered (long pageNumber, string filterName) |
| Creates a filtered and paginated collection containing 25 verified transaction views on each page, sorted by the property . 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 Verified Transaction Views.
| long MixERP.Net.Api.Transactions.VerifiedTransactionViewController.Count | ( | ) |
Counts the number of verified transaction views.
| long MixERP.Net.Api.Transactions.VerifiedTransactionViewController.CountFiltered | ( | string | filterName | ) |
Counts the number of verified transaction views using the supplied filter name.
| filterName | The named filter. |
| long MixERP.Net.Api.Transactions.VerifiedTransactionViewController.CountWhere | ( | [FromBody] dynamic | filters | ) |
Counts the number of verified transaction views using the supplied filter(s).
| filters | The list of filter conditions. |
| IEnumerable<DisplayField> MixERP.Net.Api.Transactions.VerifiedTransactionViewController.GetDisplayFields | ( | ) |
Displayfield is a lightweight key/value collection of verified transaction views.
| IEnumerable<MixERP.Net.Entities.Transactions.VerifiedTransactionView> MixERP.Net.Api.Transactions.VerifiedTransactionViewController.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Creates a filtered and paginated collection containing 25 verified transaction views on each page, sorted by the property .
| pageNumber | Enter the page number to produce the resultset. |
| filterName | The named filter. |
| IEnumerable<MixERP.Net.Entities.Transactions.VerifiedTransactionView> MixERP.Net.Api.Transactions.VerifiedTransactionViewController.GetPagedResult | ( | ) |
Creates a paginated collection containing 25 verified transaction views on each page, sorted by the property .
| IEnumerable<MixERP.Net.Entities.Transactions.VerifiedTransactionView> MixERP.Net.Api.Transactions.VerifiedTransactionViewController.GetPagedResult | ( | long | pageNumber | ) |
Creates a paginated collection containing 25 verified transaction views on each page, sorted by the property .
| pageNumber | Enter the page number to produce the resultset. |
| IEnumerable<MixERP.Net.Entities.Transactions.VerifiedTransactionView> MixERP.Net.Api.Transactions.VerifiedTransactionViewController.GetWhere | ( | long | pageNumber, |
| [FromBody] dynamic | filters | ||
| ) |
Creates a filtered and paginated collection containing 25 verified transaction views on each page, sorted by the property .
| pageNumber | Enter the page number to produce the resultset. |
| filters | The list of filter conditions. |