MixERP.Net.Api.Transactions.StockTaxDetailController Class Reference

Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Stock Tax Details. More...

Inheritance diagram for MixERP.Net.Api.Transactions.StockTaxDetailController:

Public Member Functions

EntityView GetEntityView ()
 Creates meta information of "stock tax detail" entity. More...
 
long Count ()
 Counts the number of stock tax details. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockTaxDetailGet ()
 Returns collection of stock tax detail for export. More...
 
MixERP.Net.Entities.Transactions.StockTaxDetail Get (long stockTaxDetailId)
 Returns an instance of stock tax detail. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockTaxDetailGet ([FromUri] long[] stockTaxDetailIds)
 
IEnumerable< MixERP.Net.Entities.Transactions.StockTaxDetailGetPagedResult ()
 Creates a paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockTaxDetailGetPagedResult (long pageNumber)
 Creates a paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId. More...
 
long CountWhere ([FromBody]dynamic filters)
 Counts the number of stock tax details using the supplied filter(s). More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockTaxDetailGetWhere (long pageNumber, [FromBody]dynamic filters)
 Creates a filtered and paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId. More...
 
long CountFiltered (string filterName)
 Counts the number of stock tax details using the supplied filter name. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockTaxDetailGetFiltered (long pageNumber, string filterName)
 Creates a filtered and paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId. More...
 
IEnumerable< DisplayFieldGetDisplayFields ()
 Displayfield is a lightweight key/value collection of stock tax details. More...
 
IEnumerable< PetaPoco.CustomFieldGetCustomFields ()
 A custom field is a user defined field for stock tax details. More...
 
IEnumerable< PetaPoco.CustomFieldGetCustomFields (string resourceId)
 A custom field is a user defined field for stock tax details. More...
 
void AddOrEdit ([FromBody]Newtonsoft.Json.Linq.JArray form)
 Adds or edits your instance of StockTaxDetail class. More...
 
void Add (MixERP.Net.Entities.Transactions.StockTaxDetail stockTaxDetail)
 Adds your instance of StockTaxDetail class. More...
 
void Edit (long stockTaxDetailId, [FromBody] MixERP.Net.Entities.Transactions.StockTaxDetail stockTaxDetail)
 Edits existing record with your instance of StockTaxDetail class. More...
 
List< object > BulkImport ([FromBody]dynamic collection)
 Adds or edits multiple instances of StockTaxDetail class. More...
 
void Delete (long stockTaxDetailId)
 Deletes an existing instance of StockTaxDetail class via StockTaxDetailId. 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 Stock Tax Details.

Member Function Documentation

void MixERP.Net.Api.Transactions.StockTaxDetailController.Add ( MixERP.Net.Entities.Transactions.StockTaxDetail  stockTaxDetail)

Adds your instance of StockTaxDetail class.

Parameters
stockTaxDetailYour instance of stock tax details class to add.
void MixERP.Net.Api.Transactions.StockTaxDetailController.AddOrEdit ( [FromBody] Newtonsoft.Json.Linq.JArray  form)

Adds or edits your instance of StockTaxDetail class.

Parameters
stockTaxDetailYour instance of stock tax details class to add or edit.
List<object> MixERP.Net.Api.Transactions.StockTaxDetailController.BulkImport ( [FromBody] dynamic  collection)

Adds or edits multiple instances of StockTaxDetail class.

Parameters
collectionYour collection of StockTaxDetail class to bulk import.
Returns
Returns list of imported stockTaxDetailIds.
Exceptions
MixERPExceptionThrown when your any StockTaxDetail class in the collection is invalid or malformed.
long MixERP.Net.Api.Transactions.StockTaxDetailController.Count ( )

Counts the number of stock tax details.

Returns
Returns the count of the stock tax details.
long MixERP.Net.Api.Transactions.StockTaxDetailController.CountFiltered ( string  filterName)

Counts the number of stock tax details using the supplied filter name.

Parameters
filterNameThe named filter.
Returns
Returns the count of filtered stock tax details.
long MixERP.Net.Api.Transactions.StockTaxDetailController.CountWhere ( [FromBody] dynamic  filters)

Counts the number of stock tax details using the supplied filter(s).

Parameters
filtersThe list of filter conditions.
Returns
Returns the count of filtered stock tax details.
void MixERP.Net.Api.Transactions.StockTaxDetailController.Delete ( long  stockTaxDetailId)

Deletes an existing instance of StockTaxDetail class via StockTaxDetailId.

Parameters
stockTaxDetailIdEnter the value for StockTaxDetailId in order to find and delete the existing record.
void MixERP.Net.Api.Transactions.StockTaxDetailController.Edit ( long  stockTaxDetailId,
[FromBody] MixERP.Net.Entities.Transactions.StockTaxDetail  stockTaxDetail 
)

Edits existing record with your instance of StockTaxDetail class.

Parameters
stockTaxDetailYour instance of StockTaxDetail class to edit.
stockTaxDetailIdEnter the value for StockTaxDetailId in order to find and edit the existing record.
IEnumerable<MixERP.Net.Entities.Transactions.StockTaxDetail> MixERP.Net.Api.Transactions.StockTaxDetailController.Get ( )

Returns collection of stock tax detail for export.

Returns
MixERP.Net.Entities.Transactions.StockTaxDetail MixERP.Net.Api.Transactions.StockTaxDetailController.Get ( long  stockTaxDetailId)

Returns an instance of stock tax detail.

Parameters
stockTaxDetailIdEnter StockTaxDetailId to search for.
Returns
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Transactions.StockTaxDetailController.GetCustomFields ( )

A custom field is a user defined field for stock tax details.

Returns
Returns an enumerable custom field collection of stock tax details.
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Transactions.StockTaxDetailController.GetCustomFields ( string  resourceId)

A custom field is a user defined field for stock tax details.

Returns
Returns an enumerable custom field collection of stock tax details.
IEnumerable<DisplayField> MixERP.Net.Api.Transactions.StockTaxDetailController.GetDisplayFields ( )

Displayfield is a lightweight key/value collection of stock tax details.

Returns
Returns an enumerable key/value collection of stock tax details.
EntityView MixERP.Net.Api.Transactions.StockTaxDetailController.GetEntityView ( )

Creates meta information of "stock tax detail" entity.

Returns
Returns the "stock tax detail" meta information to perform CRUD operation.
IEnumerable<MixERP.Net.Entities.Transactions.StockTaxDetail> MixERP.Net.Api.Transactions.StockTaxDetailController.GetFiltered ( long  pageNumber,
string  filterName 
)

Creates a filtered and paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId.

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.Transactions.StockTaxDetail> MixERP.Net.Api.Transactions.StockTaxDetailController.GetPagedResult ( )

Creates a paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId.

Returns
Returns the first page from the collection.
IEnumerable<MixERP.Net.Entities.Transactions.StockTaxDetail> MixERP.Net.Api.Transactions.StockTaxDetailController.GetPagedResult ( long  pageNumber)

Creates a paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId.

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

Creates a filtered and paginated collection containing 25 stock tax details on each page, sorted by the property StockTaxDetailId.

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: