{CompanyName} FlexyGo

EntityController..::..GetView Method

Gets an object Data view for a defined page size and filter.

Namespace:  FLEXYGO.Controlers.UI
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[BlacklistCheckAttribute]
[CompressAttribute]
public ActionResult GetView(
	string ObjectName,
	string ObjectWhere,
	string ViewName,
	string Page,
	string PageSize,
	string Filter,
	string OrderBy,
	bool WithDescrips
)
<BlacklistCheckAttribute> _
<CompressAttribute> _
Public Function GetView ( _
	ObjectName As String, _
	ObjectWhere As String, _
	ViewName As String, _
	Page As String, _
	PageSize As String, _
	Filter As String, _
	OrderBy As String, _
	WithDescrips As Boolean _
) As ActionResult

Parameters

ObjectName
Type: String
Object name.
ObjectWhere
Type: String
The object where.
ViewName
Type: String
Name of the view. if left blank then it will return the entityObject or entityCollection Data
Page
Type: String
The page.
PageSize
Type: String
The page size.
Filter
Type: String
a where.
OrderBy
Type: String
The order by.
WithDescrips
Type: Boolean
Properties with descriptions.

Return Value

Data table as action result.