AutoCompleteTableDataSourceContext - конструктор
Пространство имён: Tessa.UI.Cards.Controls.AutoCompleteСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
public AutoCompleteTableDataSourceContext(
Action<IAutoCompleteItem> selectItemDelegate,
Action<IAutoCompleteItem> deleteItemDelegate,
ISession session,
ICardModel cardModel,
CardMetadataSection referenceSection,
CardMetadataColumn referenceColumn,
IReadOnlyList<string> refSection,
ObservableCollection<IAutoCompleteItem> items,
ITessaView view,
string viewAlias,
string viewParameterAlias,
string viewReferencePrefix,
List<Dictionary<string, Object>> 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,
CardAutoCompleteSearchMode searchMode,
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 IReadOnlyList(Of String),
items As ObservableCollection(Of IAutoCompleteItem),
view As ITessaView,
viewAlias As String,
viewParameterAlias As String,
viewReferencePrefix As String,
viewMapping As List(Of Dictionary(Of String, Object)),
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,
searchMode As CardAutoCompleteSearchMode,
canOpenPopup As Func(Of Boolean)
)
public:
AutoCompleteTableDataSourceContext(
Action<IAutoCompleteItem^>^ selectItemDelegate,
Action<IAutoCompleteItem^>^ deleteItemDelegate,
ISession^ session,
ICardModel^ cardModel,
CardMetadataSection^ referenceSection,
CardMetadataColumn^ referenceColumn,
IReadOnlyList<String^>^ refSection,
ObservableCollection<IAutoCompleteItem^>^ items,
ITessaView^ view,
String^ viewAlias,
String^ viewParameterAlias,
String^ viewReferencePrefix,
List<Dictionary<String^, Object^>^>^ 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,
CardAutoCompleteSearchMode searchMode,
Func<bool>^ canOpenPopup
)
new :
selectItemDelegate : Action<IAutoCompleteItem> *
deleteItemDelegate : Action<IAutoCompleteItem> *
session : ISession *
cardModel : ICardModel *
referenceSection : CardMetadataSection *
referenceColumn : CardMetadataColumn *
refSection : IReadOnlyList<string> *
items : ObservableCollection<IAutoCompleteItem> *
view : ITessaView *
viewAlias : string *
viewParameterAlias : string *
viewReferencePrefix : string *
viewMapping : List<Dictionary<string, Object>> *
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 *
searchMode : CardAutoCompleteSearchMode *
canOpenPopup : Func<bool> -> AutoCompleteTableDataSourceContext
Параметры
- selectItemDelegate ActionIAutoCompleteItem
-
- deleteItemDelegate ActionIAutoCompleteItem
-
- session ISession
-
- cardModel ICardModel
-
- referenceSection CardMetadataSection
-
- referenceColumn CardMetadataColumn
-
- refSection IReadOnlyListString
-
- items ObservableCollectionIAutoCompleteItem
-
- view ITessaView
-
- viewAlias String
-
- viewParameterAlias String
-
- viewReferencePrefix String
-
- viewMapping ListDictionaryString, Object
-
- popupColumnsIndexesString String
-
- popupColumnLengthsString String
-
- formatString String
-
- maxResultsCount Int32
-
- popupScreenLengthPercent Int32
-
- isSaveOrder Boolean
-
- orderColumnID NullableGuid
-
- manualInput Boolean
-
- manualInputColumnID NullableGuid
-
- searchDelay NullableInt32
-
- extendedLocalization Boolean
-
- disableLocalization Boolean
-
- searchMode CardAutoCompleteSearchMode
-
- canOpenPopup FuncBoolean
-