C# Class www.opengis.net.MD_Keyword

Inheritance: IXmlSerializable
Show file Open project: Arkitektum/GIS.Lib.MetadataCSW Class Usage Examples

Private Properties

Property Type Description
CreateFreeTextElement PT_FreeText_PropertyType

Public Methods

Method Description
GetEnglishValueFromFreeText ( CharacterString_PropertyType input ) : string
GetSchema ( ) : System.Xml.Schema.XmlSchema
ReadXml ( System reader ) : void
WriteXml ( System writer ) : void

Private Methods

Method Description
CreateFreeTextElement ( string characterString, string englishLocalizedValue ) : PT_FreeText_PropertyType

Method Details

GetEnglishValueFromFreeText() public method

public GetEnglishValueFromFreeText ( CharacterString_PropertyType input ) : string
input CharacterString_PropertyType
return string

GetSchema() public method

public GetSchema ( ) : System.Xml.Schema.XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( System reader ) : void
reader System
return void

WriteXml() public method

public WriteXml ( System writer ) : void
writer System
return void