AutoCompleteTableDataSourceContext - конструктор
Пространство имён: Tessa.UI.Cards.Controls.AutoCompleteСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public AutoCompleteTableDataSourceContext(
Action<IAutoCompleteItem> selectItemDelegate,
Action<IAutoCompleteItem> deleteItemDelegate,
ISession session,
ICardModel cardModel,
CardMetadataSection referenceSection,
CardMetadataColumn referenceColumn,
string refSection,
ObservableCollection<IAutoCompleteItem> items,
ITessaView view,
string viewAlias,
string viewParameterAlias,
string viewReferencePrefix,
IList viewMapping,
string popupColumnsIndexesString,
string popupColumnLengthsString,
string formatString,
int maxResultsCount,
int popupScreenLengthPercent,
bool isSaveOrder,
Guid? orderColumnID,
bool manualInput,
Guid? manualInputColumnID,
int? searchDelay,
bool extendedLocalization,
bool disableLocalization,
Func<bool> canOpenPopup
)
Public Sub New (
selectItemDelegate As Action(Of IAutoCompleteItem),
deleteItemDelegate As Action(Of IAutoCompleteItem),
session As ISession,
cardModel As ICardModel,
referenceSection As CardMetadataSection,
referenceColumn As CardMetadataColumn,
refSection As String,
items As ObservableCollection(Of IAutoCompleteItem),
view As ITessaView,
viewAlias As String,
viewParameterAlias As String,
viewReferencePrefix As String,
viewMapping As IList,
popupColumnsIndexesString As String,
popupColumnLengthsString As String,
formatString As String,
maxResultsCount As Integer,
popupScreenLengthPercent As Integer,
isSaveOrder As Boolean,
orderColumnID As Guid?,
manualInput As Boolean,
manualInputColumnID As Guid?,
searchDelay As Integer?,
extendedLocalization As Boolean,
disableLocalization As Boolean,
canOpenPopup As Func(Of Boolean)
)
public:
AutoCompleteTableDataSourceContext(
Action<IAutoCompleteItem^>^ selectItemDelegate,
Action<IAutoCompleteItem^>^ deleteItemDelegate,
ISession^ session,
ICardModel^ cardModel,
CardMetadataSection^ referenceSection,
CardMetadataColumn^ referenceColumn,
String^ refSection,
ObservableCollection<IAutoCompleteItem^>^ items,
ITessaView^ view,
String^ viewAlias,
String^ viewParameterAlias,
String^ viewReferencePrefix,
IList^ viewMapping,
String^ popupColumnsIndexesString,
String^ popupColumnLengthsString,
String^ formatString,
int maxResultsCount,
int popupScreenLengthPercent,
bool isSaveOrder,
Nullable<Guid> orderColumnID,
bool manualInput,
Nullable<Guid> manualInputColumnID,
Nullable<int> searchDelay,
bool extendedLocalization,
bool disableLocalization,
Func<bool>^ canOpenPopup
)
new :
selectItemDelegate : Action<IAutoCompleteItem> *
deleteItemDelegate : Action<IAutoCompleteItem> *
session : ISession *
cardModel : ICardModel *
referenceSection : CardMetadataSection *
referenceColumn : CardMetadataColumn *
refSection : string *
items : ObservableCollection<IAutoCompleteItem> *
view : ITessaView *
viewAlias : string *
viewParameterAlias : string *
viewReferencePrefix : string *
viewMapping : IList *
popupColumnsIndexesString : string *
popupColumnLengthsString : string *
formatString : string *
maxResultsCount : int *
popupScreenLengthPercent : int *
isSaveOrder : bool *
orderColumnID : Nullable<Guid> *
manualInput : bool *
manualInputColumnID : Nullable<Guid> *
searchDelay : Nullable<int> *
extendedLocalization : bool *
disableLocalization : bool *
canOpenPopup : Func<bool> -> AutoCompleteTableDataSourceContext
Параметры
- selectItemDelegate ActionIAutoCompleteItem
-
- deleteItemDelegate ActionIAutoCompleteItem
-
- session ISession
-
- cardModel ICardModel
-
- referenceSection CardMetadataSection
-
- referenceColumn CardMetadataColumn
-
- refSection String
-
- items ObservableCollectionIAutoCompleteItem
-
- view ITessaView
-
- viewAlias String
-
- viewParameterAlias String
-
- viewReferencePrefix String
-
- viewMapping IList
-
- popupColumnsIndexesString String
-
- popupColumnLengthsString String
-
- formatString String
-
- maxResultsCount Int32
-
- popupScreenLengthPercent Int32
-
- isSaveOrder Boolean
-
- orderColumnID NullableGuid
-
- manualInput Boolean
-
- manualInputColumnID NullableGuid
-
- searchDelay NullableInt32
-
- extendedLocalization Boolean
-
- disableLocalization Boolean
-
- canOpenPopup FuncBoolean
-