C# Class GuiCompare.XMLProperties

Inheritance: XMLMember
Datei anzeigen Open project: remobjects/mono-tools Class Usage Examples

Public Properties

Property Type Description
nameToMethod System.Collections.Hashtable

Public Methods

Method Description
GetNodeKey ( string name, XmlNode node ) : string

Protected Methods

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

Method Details

GetNodeKey() public method

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

LoadExtraData() protected method

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

Property Details

nameToMethod public_oe property

public Hashtable,System.Collections nameToMethod
return System.Collections.Hashtable