MixERP.Net.Api.HRM.EmployeeTypeScrudViewController Class Reference

Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Employee Type Scrud Views. More...

Inheritance diagram for MixERP.Net.Api.HRM.EmployeeTypeScrudViewController:

Public Member Functions

long Count ()
 Counts the number of employee type scrud views. More...
 
IEnumerable< MixERP.Net.Entities.HRM.EmployeeTypeScrudViewGetPagedResult ()
 Creates a paginated collection containing 25 employee type scrud views on each page, sorted by the property . More...
 
IEnumerable< MixERP.Net.Entities.HRM.EmployeeTypeScrudViewGetPagedResult (long pageNumber)
 Creates a paginated collection containing 25 employee type scrud views on each page, sorted by the property . More...
 
IEnumerable< DisplayFieldGetDisplayFields ()
 Displayfield is a lightweight key/value collection of employee type scrud views. More...
 
long CountWhere ([FromBody]dynamic filters)
 Counts the number of employee type scrud views using the supplied filter(s). More...
 
IEnumerable< MixERP.Net.Entities.HRM.EmployeeTypeScrudViewGetWhere (long pageNumber, [FromBody]dynamic filters)
 Creates a filtered and paginated collection containing 25 employee type scrud views on each page, sorted by the property . More...
 
long CountFiltered (string filterName)
 Counts the number of employee type scrud views using the supplied filter name. More...
 
IEnumerable< MixERP.Net.Entities.HRM.EmployeeTypeScrudViewGetFiltered (long pageNumber, string filterName)
 Creates a filtered and paginated collection containing 25 employee type scrud views on each page, sorted by the property . More...
 

Properties

long LoginId [get]
 
int UserId [get]
 
int OfficeId [get]
 
string Catalog [get]
 

Detailed Description

Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Employee Type Scrud Views.

Member Function Documentation

long MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.Count ( )

Counts the number of employee type scrud views.

Returns
Returns the count of the employee type scrud views.
long MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.CountFiltered ( string  filterName)

Counts the number of employee type scrud views using the supplied filter name.

Parameters
filterNameThe named filter.
Returns
Returns the count of filtered employee type scrud views.
long MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.CountWhere ( [FromBody] dynamic  filters)

Counts the number of employee type scrud views using the supplied filter(s).

Parameters
filtersThe list of filter conditions.
Returns
Returns the count of filtered employee type scrud views.
IEnumerable<DisplayField> MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.GetDisplayFields ( )

Displayfield is a lightweight key/value collection of employee type scrud views.

Returns
Returns an enumerable key/value collection of employee type scrud views.
IEnumerable<MixERP.Net.Entities.HRM.EmployeeTypeScrudView> MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.GetFiltered ( long  pageNumber,
string  filterName 
)

Creates a filtered and paginated collection containing 25 employee type scrud views on each page, sorted by the property .

Parameters
pageNumberEnter the page number to produce the resultset.
filterNameThe named filter.
Returns
Returns the requested page from the collection using the supplied filters.
IEnumerable<MixERP.Net.Entities.HRM.EmployeeTypeScrudView> MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.GetPagedResult ( )

Creates a paginated collection containing 25 employee type scrud views on each page, sorted by the property .

Returns
Returns the first page from the collection.
IEnumerable<MixERP.Net.Entities.HRM.EmployeeTypeScrudView> MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.GetPagedResult ( long  pageNumber)

Creates a paginated collection containing 25 employee type scrud views on each page, sorted by the property .

Parameters
pageNumberEnter the page number to produce the resultset.
Returns
Returns the requested page from the collection.
IEnumerable<MixERP.Net.Entities.HRM.EmployeeTypeScrudView> MixERP.Net.Api.HRM.EmployeeTypeScrudViewController.GetWhere ( long  pageNumber,
[FromBody] dynamic  filters 
)

Creates a filtered and paginated collection containing 25 employee type scrud views on each page, sorted by the property .

Parameters
pageNumberEnter the page number to produce the resultset.
filtersThe 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: