C# 클래스 www.opengis.net.MD_RestrictionOther_PropertyType

상속: IXmlSerializable
파일 보기 프로젝트 열기: Arkitektum/GIS.Lib.MetadataCSW

Private Properties

프로퍼티 타입 설명
CreateFreeTextElement PT_FreeText_PropertyType

공개 메소드들

메소드 설명
GetEnglishValueFromFreeText ( CharacterString_PropertyType input ) : string
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( System reader ) : void
WriteXml ( System writer ) : void

비공개 메소드들

메소드 설명
CreateFreeTextElement ( string characterString, string englishLocalizedValue ) : PT_FreeText_PropertyType

메소드 상세

GetEnglishValueFromFreeText() 공개 메소드

public GetEnglishValueFromFreeText ( CharacterString_PropertyType input ) : string
input CharacterString_PropertyType
리턴 string

GetSchema() 공개 메소드

public GetSchema ( ) : System.Xml.Schema.XmlSchema
리턴 System.Xml.Schema.XmlSchema

ReadXml() 공개 메소드

public ReadXml ( System reader ) : void
reader System
리턴 void

WriteXml() 공개 메소드

public WriteXml ( System writer ) : void
writer System
리턴 void