Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Unit Views.
More...
|
|
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 Unit Views.
| long MixERP.Net.Api.Core.UnitViewController.Count |
( |
| ) |
|
Counts the number of unit views.
- Returns
- Returns the count of the unit views.
| long MixERP.Net.Api.Core.UnitViewController.CountFiltered |
( |
string |
filterName | ) |
|
Counts the number of unit views using the supplied filter name.
- Parameters
-
| filterName | The named filter. |
- Returns
- Returns the count of filtered unit views.
| long MixERP.Net.Api.Core.UnitViewController.CountWhere |
( |
[FromBody] dynamic |
filters | ) |
|
Counts the number of unit views using the supplied filter(s).
- Parameters
-
| filters | The list of filter conditions. |
- Returns
- Returns the count of filtered unit views.
| IEnumerable<DisplayField> MixERP.Net.Api.Core.UnitViewController.GetDisplayFields |
( |
| ) |
|
Displayfield is a lightweight key/value collection of unit views.
- Returns
- Returns an enumerable key/value collection of unit views.
Creates a filtered and paginated collection containing 25 unit views on each page, sorted by the property .
- Parameters
-
| pageNumber | Enter the page number to produce the resultset. |
| filterName | The named filter. |
- Returns
- Returns the requested page from the collection using the supplied filters.
Creates a paginated collection containing 25 unit views on each page, sorted by the property .
- Returns
- Returns the first page from the collection.
Creates a paginated collection containing 25 unit views on each page, sorted by the property .
- Parameters
-
| pageNumber | Enter the page number to produce the resultset. |
- Returns
- Returns the requested page from the collection.
Creates a filtered and paginated collection containing 25 unit views on each page, sorted by the property .
- Parameters
-
| pageNumber | Enter the page number to produce the resultset. |
| filters | The list of filter conditions. |
- Returns
- Returns the requested page from the collection using the supplied filters.
The documentation for this class was generated from the following file:
- C:/Users/nirvan/Desktop/mixerp/0. GitHub/src/Libraries/Web API/Core/UnitViewController.cs