RowAutoCompleteItem(String, Object, IEnumerableObject, CardRow, NullableInt32, NullableInt32, String, Object) - конструктор |
Пространство имён:
Tessa.UI.Cards.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public RowAutoCompleteItem(
string displayTextTemplate,
Object[] args,
IEnumerable<Object> columnValues,
CardRow row,
int? order = null,
int? orderDelta = null,
string orderColumnName = null,
Object reference = null
)
Public Sub New (
displayTextTemplate As String,
args As Object(),
columnValues As IEnumerable(Of Object),
row As CardRow,
Optional order As Integer? = Nothing,
Optional orderDelta As Integer? = Nothing,
Optional orderColumnName As String = Nothing,
Optional reference As Object = Nothing
)
public:
RowAutoCompleteItem(
String^ displayTextTemplate,
array<Object^>^ args,
IEnumerable<Object^>^ columnValues,
CardRow^ row,
Nullable<int> order = nullptr,
Nullable<int> orderDelta = nullptr,
String^ orderColumnName = nullptr,
Object^ reference = nullptr
)
new :
displayTextTemplate : string *
args : Object[] *
columnValues : IEnumerable<Object> *
row : CardRow *
?order : Nullable<int> *
?orderDelta : Nullable<int> *
?orderColumnName : string *
?reference : Object
(* Defaults:
let _order = defaultArg order null
let _orderDelta = defaultArg orderDelta null
let _orderColumnName = defaultArg orderColumnName null
let _reference = defaultArg reference null
*)
-> RowAutoCompleteItem
Параметры
- displayTextTemplate
- Тип: SystemString
- args
- Тип: SystemObject
- columnValues
- Тип: System.Collections.GenericIEnumerableObject
- row
- Тип: Tessa.CardsCardRow
- order (Optional)
- Тип: SystemNullableInt32
- orderDelta (Optional)
- Тип: SystemNullableInt32
- orderColumnName (Optional)
- Тип: SystemString
- reference (Optional)
- Тип: SystemObject
См. также