MixERP.Net.Api.Transactions.StockMasterNonGlRelationController Class Reference

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

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

Public Member Functions

EntityView GetEntityView ()
 Creates meta information of "stock master non gl relation" entity. More...
 
long Count ()
 Counts the number of stock master non gl relations. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockMasterNonGlRelationGet ()
 Returns collection of stock master non gl relation for export. More...
 
MixERP.Net.Entities.Transactions.StockMasterNonGlRelation Get (long stockMasterNonGlRelationId)
 Returns an instance of stock master non gl relation. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockMasterNonGlRelationGet ([FromUri] long[] stockMasterNonGlRelationIds)
 
IEnumerable< MixERP.Net.Entities.Transactions.StockMasterNonGlRelationGetPagedResult ()
 Creates a paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockMasterNonGlRelationGetPagedResult (long pageNumber)
 Creates a paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId. More...
 
long CountWhere ([FromBody]dynamic filters)
 Counts the number of stock master non gl relations using the supplied filter(s). More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockMasterNonGlRelationGetWhere (long pageNumber, [FromBody]dynamic filters)
 Creates a filtered and paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId. More...
 
long CountFiltered (string filterName)
 Counts the number of stock master non gl relations using the supplied filter name. More...
 
IEnumerable< MixERP.Net.Entities.Transactions.StockMasterNonGlRelationGetFiltered (long pageNumber, string filterName)
 Creates a filtered and paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId. More...
 
IEnumerable< DisplayFieldGetDisplayFields ()
 Displayfield is a lightweight key/value collection of stock master non gl relations. More...
 
IEnumerable< PetaPoco.CustomFieldGetCustomFields ()
 A custom field is a user defined field for stock master non gl relations. More...
 
IEnumerable< PetaPoco.CustomFieldGetCustomFields (string resourceId)
 A custom field is a user defined field for stock master non gl relations. More...
 
void AddOrEdit ([FromBody]Newtonsoft.Json.Linq.JArray form)
 Adds or edits your instance of StockMasterNonGlRelation class. More...
 
void Add (MixERP.Net.Entities.Transactions.StockMasterNonGlRelation stockMasterNonGlRelation)
 Adds your instance of StockMasterNonGlRelation class. More...
 
void Edit (long stockMasterNonGlRelationId, [FromBody] MixERP.Net.Entities.Transactions.StockMasterNonGlRelation stockMasterNonGlRelation)
 Edits existing record with your instance of StockMasterNonGlRelation class. More...
 
List< object > BulkImport ([FromBody]dynamic collection)
 Adds or edits multiple instances of StockMasterNonGlRelation class. More...
 
void Delete (long stockMasterNonGlRelationId)
 Deletes an existing instance of StockMasterNonGlRelation class via StockMasterNonGlRelationId. 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 Master Non Gl Relations.

Member Function Documentation

void MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.Add ( MixERP.Net.Entities.Transactions.StockMasterNonGlRelation  stockMasterNonGlRelation)

Adds your instance of StockMasterNonGlRelation class.

Parameters
stockMasterNonGlRelationYour instance of stock master non gl relations class to add.
void MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.AddOrEdit ( [FromBody] Newtonsoft.Json.Linq.JArray  form)

Adds or edits your instance of StockMasterNonGlRelation class.

Parameters
stockMasterNonGlRelationYour instance of stock master non gl relations class to add or edit.
List<object> MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.BulkImport ( [FromBody] dynamic  collection)

Adds or edits multiple instances of StockMasterNonGlRelation class.

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

Counts the number of stock master non gl relations.

Returns
Returns the count of the stock master non gl relations.
long MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.CountFiltered ( string  filterName)

Counts the number of stock master non gl relations using the supplied filter name.

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

Counts the number of stock master non gl relations using the supplied filter(s).

Parameters
filtersThe list of filter conditions.
Returns
Returns the count of filtered stock master non gl relations.
void MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.Delete ( long  stockMasterNonGlRelationId)

Deletes an existing instance of StockMasterNonGlRelation class via StockMasterNonGlRelationId.

Parameters
stockMasterNonGlRelationIdEnter the value for StockMasterNonGlRelationId in order to find and delete the existing record.
void MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.Edit ( long  stockMasterNonGlRelationId,
[FromBody] MixERP.Net.Entities.Transactions.StockMasterNonGlRelation  stockMasterNonGlRelation 
)

Edits existing record with your instance of StockMasterNonGlRelation class.

Parameters
stockMasterNonGlRelationYour instance of StockMasterNonGlRelation class to edit.
stockMasterNonGlRelationIdEnter the value for StockMasterNonGlRelationId in order to find and edit the existing record.
IEnumerable<MixERP.Net.Entities.Transactions.StockMasterNonGlRelation> MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.Get ( )

Returns collection of stock master non gl relation for export.

Returns
MixERP.Net.Entities.Transactions.StockMasterNonGlRelation MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.Get ( long  stockMasterNonGlRelationId)

Returns an instance of stock master non gl relation.

Parameters
stockMasterNonGlRelationIdEnter StockMasterNonGlRelationId to search for.
Returns
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.GetCustomFields ( )

A custom field is a user defined field for stock master non gl relations.

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

A custom field is a user defined field for stock master non gl relations.

Returns
Returns an enumerable custom field collection of stock master non gl relations.
IEnumerable<DisplayField> MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.GetDisplayFields ( )

Displayfield is a lightweight key/value collection of stock master non gl relations.

Returns
Returns an enumerable key/value collection of stock master non gl relations.
EntityView MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.GetEntityView ( )

Creates meta information of "stock master non gl relation" entity.

Returns
Returns the "stock master non gl relation" meta information to perform CRUD operation.
IEnumerable<MixERP.Net.Entities.Transactions.StockMasterNonGlRelation> MixERP.Net.Api.Transactions.StockMasterNonGlRelationController.GetFiltered ( long  pageNumber,
string  filterName 
)

Creates a filtered and paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId.

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

Creates a paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId.

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

Creates a paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId.

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

Creates a filtered and paginated collection containing 25 stock master non gl relations on each page, sorted by the property StockMasterNonGlRelationId.

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: