C# Class GuiCompare.XMLNameGroup

Inheritance: XMLData
Afficher le fichier Open project: remobjects/mono-tools

Méthodes publiques

Свойство Type Description
keys System.Collections.Specialized.ListDictionary

Protected Properties

Свойство Type Description
group System.Xml.XmlNode

Méthodes publiques

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

Méthodes protégées

Méthode Description
CheckIfAdd ( string value, XmlNode node ) : bool
LoadExtraData ( string name, XmlNode node ) : void

Method Details

CheckIfAdd() protected méthode

protected CheckIfAdd ( string value, XmlNode node ) : bool
value string
node System.Xml.XmlNode
Résultat bool

GetNodeKey() public méthode

public GetNodeKey ( string name, XmlNode node ) : string
name string
node System.Xml.XmlNode
Résultat string

HasKey() public méthode

public HasKey ( string key, Hashtable other ) : bool
key string
other System.Collections.Hashtable
Résultat bool

LoadData() public méthode

public LoadData ( XmlNode node ) : void
node System.Xml.XmlNode
Résultat void

LoadExtraData() protected méthode

protected LoadExtraData ( string name, XmlNode node ) : void
name string
node System.Xml.XmlNode
Résultat void

Property Details

group protected_oe property

protected XmlNode,System.Xml group
Résultat System.Xml.XmlNode

keys public_oe property

public System.Collections.Specialized.ListDictionary keys
Résultat System.Collections.Specialized.ListDictionary