C# Class Uiml.Param

Inheritance: IUimlElement
Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Méthodes publiques

Méthode Description
Clone ( ) : object
Param ( ) : System
Param ( XmlNode n ) : System
Process ( XmlNode n ) : void
Process ( XmlNode n, string additionalName ) : void

This function is used by the DParam class.

Serialize ( XmlDocument doc ) : XmlNode
ToString ( ) : string

Méthodes protégées

Méthode Description
PreClone ( ) : Param

Private Methods

Méthode Description
internalProcess ( XmlNode n ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Param() public méthode

public Param ( ) : System
Résultat System

Param() public méthode

public Param ( XmlNode n ) : System
n System.Xml.XmlNode
Résultat System

PreClone() protected méthode

protected PreClone ( ) : Param
Résultat Param

Process() public méthode

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
Résultat void

Process() public méthode

This function is used by the DParam class.
public Process ( XmlNode n, string additionalName ) : void
n System.Xml.XmlNode the XmlNode to process
additionalName string the name which must be checked instead of IAM
Résultat void

Serialize() public méthode

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
Résultat System.Xml.XmlNode

ToString() public méthode

public ToString ( ) : string
Résultat string