C# Класс Esri.ArcGISRuntime.Toolkit.Controls.FeatureDataField.SelectorDataItem

Наследование: DataItem
Показать файл Открыть проект

Открытые методы

Метод Описание
SelectItem ( object value ) : string>.KeyValuePair

Looks for and item entry that has the matching key for the given input value.

SelectorDataItem ( string>.IEnumerable items, Action callback, object value ) : System

Constructor that creates SelectorDataItem.

Защищенные методы

Метод Описание
OnValueChanged ( ) : void

When value changes raised the callback with the selected value.

Описание методов

OnValueChanged() защищенный Метод

When value changes raised the callback with the selected value.
protected OnValueChanged ( ) : void
Результат void

SelectItem() публичный Метод

Looks for and item entry that has the matching key for the given input value.
public SelectItem ( object value ) : string>.KeyValuePair
value object returns a valid selector object
Результат string>.KeyValuePair

SelectorDataItem() публичный Метод

Constructor that creates SelectorDataItem.
public SelectorDataItem ( string>.IEnumerable items, Action callback, object value ) : System
items string>.IEnumerable Coded value domain options
callback Action When value changes a callback to notify of a value change.
value object The default value which should be selected.
Результат System