public AutoCompleteTableDataSourceContext(
Action<IAutoCompleteItem> selectItemDelegate,
Action<IAutoCompleteItem> deleteItemDelegate,
ISession session,
ICardModel cardModel,
CardMetadataSection referenceSection,
CardMetadataColumn referenceColumn,
string refSection,
ObservableCollection<IAutoCompleteItem> items,
ITessaView view,
string viewParameterAlias,
string viewReferencePrefix,
IList<Object> viewMapping,
string popupColumnsIndexesString,
string popupColumnLengthsString,
string formatString,
int maxResultsCount,
int popupScreenLengthPercent,
bool isSaveOrder,
Guid? orderColumnID,
bool manualInput,
Guid? manualInputColumnID,
int? searchDelay,
bool extendendLocalization,
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,
viewParameterAlias As String,
viewReferencePrefix As String,
viewMapping As IList(Of 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?,
extendendLocalization 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^ viewParameterAlias,
String^ viewReferencePrefix,
IList<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 extendendLocalization,
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 *
viewParameterAlias : string *
viewReferencePrefix : string *
viewMapping : IList<Object> *
popupColumnsIndexesString : string *
popupColumnLengthsString : string *
formatString : string *
maxResultsCount : int *
popupScreenLengthPercent : int *
isSaveOrder : bool *
orderColumnID : Nullable<Guid> *
manualInput : bool *
manualInputColumnID : Nullable<Guid> *
searchDelay : Nullable<int> *
extendendLocalization : bool *
canOpenPopup : Func<bool> -> AutoCompleteTableDataSourceContext