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

Afficher le fichier Open project: Esri/arcgis-toolkit-dotnet

Méthodes publiques

Méthode 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 méthode

public static Clone ( this feature ) : GeodatabaseFeature
feature this
Résultat GeodatabaseFeature

GetCodedValue() public static méthode

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

GetCodedValueDomain() public static méthode

public static GetCodedValueDomain ( this fieldInfo ) : CodedValueDomain
fieldInfo this
Résultat CodedValueDomain

GetDisplayValue() public static méthode

public static GetDisplayValue ( this fieldInfo, object value ) : object
fieldInfo this
value object
Résultat object

GetFieldInfo() public static méthode

public static GetFieldInfo ( this feature, string fieldName ) : FieldInfo
feature this
fieldName string
Résultat FieldInfo