C# Class GuiCompare.XMLMethods

Inheritance: XMLMember
ファイルを表示 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_oe property

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

parameters public_oe property

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

returnTypes public_oe property

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

signatureFlags public_oe property

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