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