MixERP.Net.Api.Transactions.NonGlStockTaxDetailController Class Reference

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

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

Public Member Functions

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

Member Function Documentation

void MixERP.Net.Api.Transactions.NonGlStockTaxDetailController.Add ( MixERP.Net.Entities.Transactions.NonGlStockTaxDetail  nonGlStockTaxDetail)

Adds your instance of NonGlStockTaxDetail class.

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

Adds or edits your instance of NonGlStockTaxDetail class.

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

Adds or edits multiple instances of NonGlStockTaxDetail class.

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

Counts the number of non gl stock tax details.

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

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

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

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

Parameters
filtersThe list of filter conditions.
Returns
Returns the count of filtered non gl stock tax details.
void MixERP.Net.Api.Transactions.NonGlStockTaxDetailController.Delete ( long  nonGlStockTaxDetailId)

Deletes an existing instance of NonGlStockTaxDetail class via NonGlStockTaxDetailId.

Parameters
nonGlStockTaxDetailIdEnter the value for NonGlStockTaxDetailId in order to find and delete the existing record.
void MixERP.Net.Api.Transactions.NonGlStockTaxDetailController.Edit ( long  nonGlStockTaxDetailId,
[FromBody] MixERP.Net.Entities.Transactions.NonGlStockTaxDetail  nonGlStockTaxDetail 
)

Edits existing record with your instance of NonGlStockTaxDetail class.

Parameters
nonGlStockTaxDetailYour instance of NonGlStockTaxDetail class to edit.
nonGlStockTaxDetailIdEnter the value for NonGlStockTaxDetailId in order to find and edit the existing record.
IEnumerable<MixERP.Net.Entities.Transactions.NonGlStockTaxDetail> MixERP.Net.Api.Transactions.NonGlStockTaxDetailController.Get ( )

Returns collection of non gl stock tax detail for export.

Returns
MixERP.Net.Entities.Transactions.NonGlStockTaxDetail MixERP.Net.Api.Transactions.NonGlStockTaxDetailController.Get ( long  nonGlStockTaxDetailId)

Returns an instance of non gl stock tax detail.

Parameters
nonGlStockTaxDetailIdEnter NonGlStockTaxDetailId to search for.
Returns
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Transactions.NonGlStockTaxDetailController.GetCustomFields ( )

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

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

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

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

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

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

Creates meta information of "non gl stock tax detail" entity.

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

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

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

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

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

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

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

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

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: