C# Class Esri.ArcGISRuntime.Toolkit.Controls.FeatureDataField.SelectorDataItem

Inheritance: DataItem
ファイルを表示 Open project: Esri/arcgis-toolkit-dotnet

Public Methods

Method Description
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.

Protected Methods

Method Description
OnValueChanged ( ) : void

When value changes raised the callback with the selected value.

Method Details

OnValueChanged() protected method

When value changes raised the callback with the selected value.
protected OnValueChanged ( ) : void
return void

SelectItem() public method

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
return string>.KeyValuePair

SelectorDataItem() public method

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.
return System