Для изменения размера нажмите или перетащите

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

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

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

Параметры

selectItemDelegate
Тип: SystemActionIAutoCompleteItem
deleteItemDelegate
Тип: SystemActionIAutoCompleteItem
session
Тип: Tessa.Platform.RuntimeISession
cardModel
Тип: Tessa.UI.CardsICardModel
referenceSection
Тип: Tessa.Cards.MetadataCardMetadataSection
referenceColumn
Тип: Tessa.Cards.MetadataCardMetadataColumn
refSection
Тип: SystemString
items
Тип: System.Collections.ObjectModelObservableCollectionIAutoCompleteItem
view
Тип: Tessa.ViewsITessaView
viewParameterAlias
Тип: SystemString
viewReferencePrefix
Тип: SystemString
viewMapping
Тип: System.Collections.GenericIListObject
viewComboBox
Тип: Tessa.ViewsITessaView
popupColumnsIndexesString
Тип: SystemString
popupColumnsIndexesStringComboBox
Тип: SystemString
popupColumnLengthsString
Тип: SystemString
popupColumnLengthsStringComboBox
Тип: SystemString
formatString
Тип: SystemString
maxResultsCount
Тип: SystemInt32
popupScreenLengthPercent
Тип: SystemInt32
manualInput
Тип: SystemBoolean
manualInputColumnID
Тип: SystemNullableGuid
searchDelay
Тип: SystemNullableInt32
extendendLocalization
Тип: SystemBoolean
canOpenPopup
Тип: SystemFuncBoolean
См. также