C# Class GuiCompare.XMLNameGroup

Inheritance: XMLData
Show file Open project: remobjects/mono-tools

Public Properties

Property Type Description
keys System.Collections.Specialized.ListDictionary

Protected Properties

Property Type Description
group System.Xml.XmlNode

Public Methods

Method Description
GetNodeKey ( string name, XmlNode node ) : string
HasKey ( string key, Hashtable other ) : bool
LoadData ( XmlNode node ) : void

Protected Methods

Method Description
CheckIfAdd ( string value, XmlNode node ) : bool
LoadExtraData ( string name, XmlNode node ) : void

Method Details

CheckIfAdd() protected method

protected CheckIfAdd ( string value, XmlNode node ) : bool
value string
node System.Xml.XmlNode
return bool

GetNodeKey() public method

public GetNodeKey ( string name, XmlNode node ) : string
name string
node System.Xml.XmlNode
return string

HasKey() public method

public HasKey ( string key, Hashtable other ) : bool
key string
other System.Collections.Hashtable
return bool

LoadData() public method

public LoadData ( XmlNode node ) : void
node System.Xml.XmlNode
return void

LoadExtraData() protected method

protected LoadExtraData ( string name, XmlNode node ) : void
name string
node System.Xml.XmlNode
return void

Property Details

group protected property

protected XmlNode,System.Xml group
return System.Xml.XmlNode

keys public property

public System.Collections.Specialized.ListDictionary keys
return System.Collections.Specialized.ListDictionary