C# 클래스 Esri.ArcGISRuntime.Toolkit.Controls.FeatureHelper

파일 보기 프로젝트 열기: Esri/arcgis-toolkit-dotnet

공개 메소드들

메소드 설명
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

메소드 상세

Clone() 공개 정적인 메소드

public static Clone ( this feature ) : GeodatabaseFeature
feature this
리턴 GeodatabaseFeature

GetCodedValue() 공개 정적인 메소드

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

GetCodedValueDomain() 공개 정적인 메소드

public static GetCodedValueDomain ( this fieldInfo ) : CodedValueDomain
fieldInfo this
리턴 CodedValueDomain

GetDisplayValue() 공개 정적인 메소드

public static GetDisplayValue ( this fieldInfo, object value ) : object
fieldInfo this
value object
리턴 object

GetFieldInfo() 공개 정적인 메소드

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