{CompanyName} FlexyGo

WA_EntityController..::..GetCollection Method

Gets the collection.

Namespace:  FLEXYGO.WebApiControllers
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[HttpGetAttribute]
[RouteAttribute]
[AuthorizeAttribute]
public IHttpActionResult GetCollection(
	string ObjectName,
	string filter,
	int page,
	int pagesize,
	string orderBy
)
<HttpGetAttribute> _
<RouteAttribute> _
<AuthorizeAttribute> _
Public Function GetCollection ( _
	ObjectName As String, _
	filter As String, _
	page As Integer, _
	pagesize As Integer, _
	orderBy As String _
) As IHttpActionResult

Parameters

ObjectName
Type: String
Name of the object.
filter
Type: String
The filter.
page
Type: Int32
The page.
pagesize
Type: Int32
The pagesize.
orderBy
Type: String
The order by.

Return Value

IHttpActionResult.