C# Class GuiCompare.XMLMethods

Inheritance: XMLMember
Show file Open project: remobjects/mono-tools Class Usage Examples

Public Properties

Property Type Description
genericParameters System.Collections.Hashtable
parameters System.Collections.Hashtable
returnTypes System.Collections.Hashtable
signatureFlags System.Collections.Hashtable

Public Methods

Method Description
ConvertToString ( int att ) : string
GetNodeKey ( string name, XmlNode node ) : string

Protected Methods

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

Method Details

ConvertToString() public method

public ConvertToString ( int att ) : string
att int
return string

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

genericParameters public property

public Hashtable,System.Collections genericParameters
return System.Collections.Hashtable

parameters public property

public Hashtable,System.Collections parameters
return System.Collections.Hashtable

returnTypes public property

public Hashtable,System.Collections returnTypes
return System.Collections.Hashtable

signatureFlags public property

public Hashtable,System.Collections signatureFlags
return System.Collections.Hashtable