C# Class DTS.Common.GIS.GISSerializableDictionary

Inheritance: SerializableDictionary, IGISAttributes
Exibir arquivo Open project: dtsagile/arcstache

Public Methods

Method Description
FromJSON ( JsonTextReader reader ) : void
FromXML ( XmlReader reader ) : void
GetKeys ( ) : IEnumerable
GetValue ( string attribute ) : object
SetValue ( string attribute, object value ) : void
ToJSON ( Jayrock.Json.JsonTextWriter jwriter ) : void
ToXML ( XmlWriter writer ) : void

Private Methods

Method Description
GetItem ( XmlReader reader ) : DictionaryEntry?

Method Details

FromJSON() public method

public FromJSON ( JsonTextReader reader ) : void
reader Jayrock.Json.JsonTextReader
return void

FromXML() public method

public FromXML ( XmlReader reader ) : void
reader XmlReader
return void

GetKeys() public method

public GetKeys ( ) : IEnumerable
return IEnumerable

GetValue() public method

public GetValue ( string attribute ) : object
attribute string
return object

SetValue() public method

public SetValue ( string attribute, object value ) : void
attribute string
value object
return void

ToJSON() public method

public ToJSON ( Jayrock.Json.JsonTextWriter jwriter ) : void
jwriter Jayrock.Json.JsonTextWriter
return void

ToXML() public method

public ToXML ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void