ListController..::..GetSearch Method
Gets the list based on provided parameters.
Returns a ListHelper as an ActionResult
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetSearch( string ObjectName, string ObjectWhere, string ModuleName, string PageName, int Page, List<PropertyOrder> OrderInfo, string AdditionalWhere, string Mode, Object SearchId, filterHelper[] FilterValues )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetSearch ( _ ObjectName As String, _ ObjectWhere As String, _ ModuleName As String, _ PageName As String, _ Page As Integer, _ OrderInfo As List(Of PropertyOrder), _ AdditionalWhere As String, _ Mode As String, _ SearchId As Object, _ FilterValues As filterHelper() _ ) As ActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- ObjectWhere
- Type: String
The object where.
- ModuleName
- Type: String
The module identifier.
- PageName
- Type: String
The page identifier.
- Page
- Type: Int32
The list page number.
- OrderInfo
- Type: List<(Of <(<'PropertyOrder>)>)>
The order info.
- AdditionalWhere
- Type: String
The additional where.
- Mode
- Type: String
(object|list) Defines if the list is linked or not to the object
- SearchId
- Type: Object
The search id
- FilterValues
- Type: array<filterHelper>[]()[][]
The filter values
Return Value
ActionResult.Exceptions
Exception | Condition |
---|---|
FLEXYGO.Exceptions..::..LocalizedException | Module object name can't be blank or Error in web service getList |