AutoCompleteEntryDataSourceContext - конструктор

Инициализирует новый экземпляр класса AutoCompleteEntryDataSourceContext

Definition

Пространство имён: Tessa.UI.Cards.Controls.AutoComplete
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public AutoCompleteEntryDataSourceContext(
	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,
	ITessaView viewComboBox,
	string viewComboBoxAlias,
	string popupColumnsIndexesString,
	string popupColumnsIndexesStringComboBox,
	string popupColumnLengthsString,
	string popupColumnLengthsStringComboBox,
	string formatString,
	int maxResultsCount,
	int popupScreenLengthPercent,
	bool manualInput,
	Guid? manualInputColumnID,
	int? searchDelay,
	bool extendedLocalization,
	bool disableLocalization,
	Func<bool> canOpenPopup
)

Параметры

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
 
viewComboBox  ITessaView
 
viewComboBoxAlias  String
 
popupColumnsIndexesString  String
 
popupColumnsIndexesStringComboBox  String
 
popupColumnLengthsString  String
 
popupColumnLengthsStringComboBox  String
 
formatString  String
 
maxResultsCount  Int32
 
popupScreenLengthPercent  Int32
 
manualInput  Boolean
 
manualInputColumnID  NullableGuid
 
searchDelay  NullableInt32
 
extendedLocalization  Boolean
 
disableLocalization  Boolean
 
canOpenPopup  FuncBoolean
 

См. также