MixERP.Net.Api.Core.CountySalesTaxController Class Reference

Provides a direct HTTP access to perform various tasks such as adding, editing, and removing County Sales Taxes. More...

Inheritance diagram for MixERP.Net.Api.Core.CountySalesTaxController:

Public Member Functions

EntityView GetEntityView ()
 Creates meta information of "county sales tax" entity. More...
 
long Count ()
 Counts the number of county sales taxes. More...
 
IEnumerable< MixERP.Net.Entities.Core.CountySalesTaxGet ()
 Returns collection of county sales tax for export. More...
 
MixERP.Net.Entities.Core.CountySalesTax Get (int countySalesTaxId)
 Returns an instance of county sales tax. More...
 
IEnumerable< MixERP.Net.Entities.Core.CountySalesTaxGet ([FromUri] int[] countySalesTaxIds)
 
IEnumerable< MixERP.Net.Entities.Core.CountySalesTaxGetPagedResult ()
 Creates a paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId. More...
 
IEnumerable< MixERP.Net.Entities.Core.CountySalesTaxGetPagedResult (long pageNumber)
 Creates a paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId. More...
 
long CountWhere ([FromBody]dynamic filters)
 Counts the number of county sales taxes using the supplied filter(s). More...
 
IEnumerable< MixERP.Net.Entities.Core.CountySalesTaxGetWhere (long pageNumber, [FromBody]dynamic filters)
 Creates a filtered and paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId. More...
 
long CountFiltered (string filterName)
 Counts the number of county sales taxes using the supplied filter name. More...
 
IEnumerable< MixERP.Net.Entities.Core.CountySalesTaxGetFiltered (long pageNumber, string filterName)
 Creates a filtered and paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId. More...
 
IEnumerable< DisplayFieldGetDisplayFields ()
 Displayfield is a lightweight key/value collection of county sales taxes. More...
 
IEnumerable< PetaPoco.CustomFieldGetCustomFields ()
 A custom field is a user defined field for county sales taxes. More...
 
IEnumerable< PetaPoco.CustomFieldGetCustomFields (string resourceId)
 A custom field is a user defined field for county sales taxes. More...
 
void AddOrEdit ([FromBody]Newtonsoft.Json.Linq.JArray form)
 Adds or edits your instance of CountySalesTax class. More...
 
void Add (MixERP.Net.Entities.Core.CountySalesTax countySalesTax)
 Adds your instance of CountySalesTax class. More...
 
void Edit (int countySalesTaxId, [FromBody] MixERP.Net.Entities.Core.CountySalesTax countySalesTax)
 Edits existing record with your instance of CountySalesTax class. More...
 
List< object > BulkImport ([FromBody]dynamic collection)
 Adds or edits multiple instances of CountySalesTax class. More...
 
void Delete (int countySalesTaxId)
 Deletes an existing instance of CountySalesTax class via CountySalesTaxId. 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 County Sales Taxes.

Member Function Documentation

void MixERP.Net.Api.Core.CountySalesTaxController.Add ( MixERP.Net.Entities.Core.CountySalesTax  countySalesTax)

Adds your instance of CountySalesTax class.

Parameters
countySalesTaxYour instance of county sales taxes class to add.
void MixERP.Net.Api.Core.CountySalesTaxController.AddOrEdit ( [FromBody] Newtonsoft.Json.Linq.JArray  form)

Adds or edits your instance of CountySalesTax class.

Parameters
countySalesTaxYour instance of county sales taxes class to add or edit.
List<object> MixERP.Net.Api.Core.CountySalesTaxController.BulkImport ( [FromBody] dynamic  collection)

Adds or edits multiple instances of CountySalesTax class.

Parameters
collectionYour collection of CountySalesTax class to bulk import.
Returns
Returns list of imported countySalesTaxIds.
Exceptions
MixERPExceptionThrown when your any CountySalesTax class in the collection is invalid or malformed.
long MixERP.Net.Api.Core.CountySalesTaxController.Count ( )

Counts the number of county sales taxes.

Returns
Returns the count of the county sales taxes.
long MixERP.Net.Api.Core.CountySalesTaxController.CountFiltered ( string  filterName)

Counts the number of county sales taxes using the supplied filter name.

Parameters
filterNameThe named filter.
Returns
Returns the count of filtered county sales taxes.
long MixERP.Net.Api.Core.CountySalesTaxController.CountWhere ( [FromBody] dynamic  filters)

Counts the number of county sales taxes using the supplied filter(s).

Parameters
filtersThe list of filter conditions.
Returns
Returns the count of filtered county sales taxes.
void MixERP.Net.Api.Core.CountySalesTaxController.Delete ( int  countySalesTaxId)

Deletes an existing instance of CountySalesTax class via CountySalesTaxId.

Parameters
countySalesTaxIdEnter the value for CountySalesTaxId in order to find and delete the existing record.
void MixERP.Net.Api.Core.CountySalesTaxController.Edit ( int  countySalesTaxId,
[FromBody] MixERP.Net.Entities.Core.CountySalesTax  countySalesTax 
)

Edits existing record with your instance of CountySalesTax class.

Parameters
countySalesTaxYour instance of CountySalesTax class to edit.
countySalesTaxIdEnter the value for CountySalesTaxId in order to find and edit the existing record.
IEnumerable<MixERP.Net.Entities.Core.CountySalesTax> MixERP.Net.Api.Core.CountySalesTaxController.Get ( )

Returns collection of county sales tax for export.

Returns
MixERP.Net.Entities.Core.CountySalesTax MixERP.Net.Api.Core.CountySalesTaxController.Get ( int  countySalesTaxId)

Returns an instance of county sales tax.

Parameters
countySalesTaxIdEnter CountySalesTaxId to search for.
Returns
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Core.CountySalesTaxController.GetCustomFields ( )

A custom field is a user defined field for county sales taxes.

Returns
Returns an enumerable custom field collection of county sales taxes.
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Core.CountySalesTaxController.GetCustomFields ( string  resourceId)

A custom field is a user defined field for county sales taxes.

Returns
Returns an enumerable custom field collection of county sales taxes.
IEnumerable<DisplayField> MixERP.Net.Api.Core.CountySalesTaxController.GetDisplayFields ( )

Displayfield is a lightweight key/value collection of county sales taxes.

Returns
Returns an enumerable key/value collection of county sales taxes.
EntityView MixERP.Net.Api.Core.CountySalesTaxController.GetEntityView ( )

Creates meta information of "county sales tax" entity.

Returns
Returns the "county sales tax" meta information to perform CRUD operation.
IEnumerable<MixERP.Net.Entities.Core.CountySalesTax> MixERP.Net.Api.Core.CountySalesTaxController.GetFiltered ( long  pageNumber,
string  filterName 
)

Creates a filtered and paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId.

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.Core.CountySalesTax> MixERP.Net.Api.Core.CountySalesTaxController.GetPagedResult ( )

Creates a paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId.

Returns
Returns the first page from the collection.
IEnumerable<MixERP.Net.Entities.Core.CountySalesTax> MixERP.Net.Api.Core.CountySalesTaxController.GetPagedResult ( long  pageNumber)

Creates a paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId.

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

Creates a filtered and paginated collection containing 25 county sales taxes on each page, sorted by the property CountySalesTaxId.

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: