EditController..::..GetComboText Method
Gets the combo value and display text for a defined value
Namespace:
FLEXYGO.Controlers.UI
Assembly:
FlexyGo (in FlexyGo.dll)
Syntax
[BlacklistCheckAttribute] [CompressAttribute] public ActionResult GetComboText( string Mode, string ObjectName, string PropertyName, string CryptedSql, string CryptedFilter, string Value, int Page, string AdditionalWhere, string SQLValueField )
<BlacklistCheckAttribute> _ <CompressAttribute> _ Public Function GetComboText ( _ Mode As String, _ ObjectName As String, _ PropertyName As String, _ CryptedSql As String, _ CryptedFilter As String, _ Value As String, _ Page As Integer, _ AdditionalWhere As String, _ SQLValueField 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.
- SQLValueField
- Type: String
The SQL Value Field.