WA_EntityController..::..GetView Method
Gets the view for a given object and view name.
Namespace:
FLEXYGO.WebApiControllersAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[HttpGetAttribute] [RouteAttribute] public IHttpActionResult GetView( string ObjectName, string ViewName, string filter, int page, int pagesize, string orderBy )
<HttpGetAttribute> _ <RouteAttribute> _ Public Function GetView ( _ ObjectName As String, _ ViewName As String, _ filter As String, _ page As Integer, _ pagesize As Integer, _ orderBy As String _ ) As IHttpActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- ViewName
- Type: String
Name of the view.
- filter
- Type: String
The filter.
- page
- Type: Int32
The page.
- pagesize
- Type: Int32
The pagesize.
- orderBy
- Type: String
The order by.