![]() |
Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Localized Resource Views. More...
Public Member Functions | |
| long | Count () |
| Counts the number of localized resource views. More... | |
| IEnumerable< MixERP.Net.Entities.Localization.LocalizedResourceView > | GetPagedResult () |
| Creates a paginated collection containing 25 localized resource views on each page, sorted by the property . More... | |
| IEnumerable< MixERP.Net.Entities.Localization.LocalizedResourceView > | GetPagedResult (long pageNumber) |
| Creates a paginated collection containing 25 localized resource views on each page, sorted by the property . More... | |
| long | CountWhere ([FromBody]dynamic filters) |
| Counts the number of localized resource views using the supplied filter(s). More... | |
| IEnumerable< MixERP.Net.Entities.Localization.LocalizedResourceView > | GetWhere (long pageNumber, [FromBody]dynamic filters) |
| Creates a filtered and paginated collection containing 25 localized resource views on each page, sorted by the property . More... | |
| long | CountFiltered (string filterName) |
| Counts the number of localized resource views using the supplied filter name. More... | |
| IEnumerable< MixERP.Net.Entities.Localization.LocalizedResourceView > | GetFiltered (long pageNumber, string filterName) |
| Creates a filtered and paginated collection containing 25 localized resource 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 Localized Resource Views.
| long MixERP.Net.Api.Localization.LocalizedResourceViewController.Count | ( | ) |
Counts the number of localized resource views.
| long MixERP.Net.Api.Localization.LocalizedResourceViewController.CountFiltered | ( | string | filterName | ) |
Counts the number of localized resource views using the supplied filter name.
| filterName | The named filter. |
| long MixERP.Net.Api.Localization.LocalizedResourceViewController.CountWhere | ( | [FromBody] dynamic | filters | ) |
Counts the number of localized resource views using the supplied filter(s).
| filters | The list of filter conditions. |
| IEnumerable<MixERP.Net.Entities.Localization.LocalizedResourceView> MixERP.Net.Api.Localization.LocalizedResourceViewController.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Creates a filtered and paginated collection containing 25 localized resource 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.Localization.LocalizedResourceView> MixERP.Net.Api.Localization.LocalizedResourceViewController.GetPagedResult | ( | ) |
Creates a paginated collection containing 25 localized resource views on each page, sorted by the property .
| IEnumerable<MixERP.Net.Entities.Localization.LocalizedResourceView> MixERP.Net.Api.Localization.LocalizedResourceViewController.GetPagedResult | ( | long | pageNumber | ) |
Creates a paginated collection containing 25 localized resource views on each page, sorted by the property .
| pageNumber | Enter the page number to produce the resultset. |
| IEnumerable<MixERP.Net.Entities.Localization.LocalizedResourceView> MixERP.Net.Api.Localization.LocalizedResourceViewController.GetWhere | ( | long | pageNumber, |
| [FromBody] dynamic | filters | ||
| ) |
Creates a filtered and paginated collection containing 25 localized resource views on each page, sorted by the property .
| pageNumber | Enter the page number to produce the resultset. |
| filters | The list of filter conditions. |