C# Class Esri.ArcGISRuntime.Toolkit.Controls.FeatureHelper

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

Public Methods

Method Description
Clone ( this feature ) : GeodatabaseFeature
GetCodedValue ( this domain, object value, bool nullable = false ) : string>.KeyValuePair
GetCodedValueDomain ( this fieldInfo ) : CodedValueDomain
GetDisplayValue ( this fieldInfo, object value ) : object
GetFieldInfo ( this feature, string fieldName ) : FieldInfo

Method Details

Clone() public static method

public static Clone ( this feature ) : GeodatabaseFeature
feature this
return GeodatabaseFeature

GetCodedValue() public static method

public static GetCodedValue ( this domain, object value, bool nullable = false ) : string>.KeyValuePair
domain this
value object
nullable bool
return string>.KeyValuePair

GetCodedValueDomain() public static method

public static GetCodedValueDomain ( this fieldInfo ) : CodedValueDomain
fieldInfo this
return CodedValueDomain

GetDisplayValue() public static method

public static GetDisplayValue ( this fieldInfo, object value ) : object
fieldInfo this
value object
return object

GetFieldInfo() public static method

public static GetFieldInfo ( this feature, string fieldName ) : FieldInfo
feature this
fieldName string
return FieldInfo