C# Class GuiCompare.XMLMethods

Inheritance: XMLMember
Afficher le fichier Open project: remobjects/mono-tools Class Usage Examples

Méthodes publiques

Свойство Type Description
genericParameters System.Collections.Hashtable
parameters System.Collections.Hashtable
returnTypes System.Collections.Hashtable
signatureFlags System.Collections.Hashtable

Méthodes publiques

Méthode Description
ConvertToString ( int att ) : string
GetNodeKey ( string name, XmlNode node ) : string

Méthodes protégées

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

Method Details

ConvertToString() public méthode

public ConvertToString ( int att ) : string
att int
Résultat string

GetNodeKey() public méthode

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

LoadExtraData() protected méthode

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

Property Details

genericParameters public_oe property

public Hashtable,System.Collections genericParameters
Résultat System.Collections.Hashtable

parameters public_oe property

public Hashtable,System.Collections parameters
Résultat System.Collections.Hashtable

returnTypes public_oe property

public Hashtable,System.Collections returnTypes
Résultat System.Collections.Hashtable

signatureFlags public_oe property

public Hashtable,System.Collections signatureFlags
Résultat System.Collections.Hashtable