EditController..::..GetComboData Method
Gets the combo data.
Namespace:
FLEXYGO.Controlers.UIAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetComboData( string Mode, string ObjectName, string PropertyName, string CryptedSql, string CryptedFilter, string Value, int Page, string AdditionalWhere )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetComboData ( _ Mode As String, _ ObjectName As String, _ PropertyName As String, _ CryptedSql As String, _ CryptedFilter As String, _ Value As String, _ Page As Integer, _ AdditionalWhere As String _ ) As ActionResult
Parameters
- Mode
- Type: String
Object, Process or Report
- ObjectName
- Type: String
Name of the object.
- PropertyName
- Type: String
Name of the property.
- CryptedSql
- Type: String
The crypted SQL.
- CryptedFilter
- Type: String
The crypted filter.
- Value
- Type: String
The value.
- Page
- Type: Int32
The page.
- AdditionalWhere
- Type: String
The additional where.