MixERP.Net.Api.Transactions.NonGlStockMasterRelationController Class Reference

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

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

Public Member Functions

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

Member Function Documentation

void MixERP.Net.Api.Transactions.NonGlStockMasterRelationController.Add ( MixERP.Net.Entities.Transactions.NonGlStockMasterRelation  nonGlStockMasterRelation)

Adds your instance of NonGlStockMasterRelation class.

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

Adds or edits your instance of NonGlStockMasterRelation class.

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

Adds or edits multiple instances of NonGlStockMasterRelation class.

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

Counts the number of non gl stock master relations.

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

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

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

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

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

Deletes an existing instance of NonGlStockMasterRelation class via NonGlStockMasterRelationId.

Parameters
nonGlStockMasterRelationIdEnter the value for NonGlStockMasterRelationId in order to find and delete the existing record.
void MixERP.Net.Api.Transactions.NonGlStockMasterRelationController.Edit ( long  nonGlStockMasterRelationId,
[FromBody] MixERP.Net.Entities.Transactions.NonGlStockMasterRelation  nonGlStockMasterRelation 
)

Edits existing record with your instance of NonGlStockMasterRelation class.

Parameters
nonGlStockMasterRelationYour instance of NonGlStockMasterRelation class to edit.
nonGlStockMasterRelationIdEnter the value for NonGlStockMasterRelationId in order to find and edit the existing record.
IEnumerable<MixERP.Net.Entities.Transactions.NonGlStockMasterRelation> MixERP.Net.Api.Transactions.NonGlStockMasterRelationController.Get ( )

Returns collection of non gl stock master relation for export.

Returns
MixERP.Net.Entities.Transactions.NonGlStockMasterRelation MixERP.Net.Api.Transactions.NonGlStockMasterRelationController.Get ( long  nonGlStockMasterRelationId)

Returns an instance of non gl stock master relation.

Parameters
nonGlStockMasterRelationIdEnter NonGlStockMasterRelationId to search for.
Returns
IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Transactions.NonGlStockMasterRelationController.GetCustomFields ( )

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: