C# Class Uiml.Executing.Equal

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

Méthodes publiques

Méthode Description
Clone ( ) : object
Equal ( ) : Uiml
Equal ( XmlNode xmlNode, Part partTop ) : Uiml
Execute ( ) : Object
Execute ( Uiml renderer ) : Object
GetEvents ( ArrayList al ) : void
Process ( XmlNode n ) : void
Serialize ( XmlDocument doc ) : XmlNode

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

Equal() public méthode

public Equal ( ) : Uiml
Résultat Uiml

Equal() public méthode

public Equal ( XmlNode xmlNode, Part partTop ) : Uiml
xmlNode System.Xml.XmlNode
partTop Part
Résultat Uiml

Execute() public méthode

public Execute ( ) : Object
Résultat Object

Execute() public méthode

public Execute ( Uiml renderer ) : Object
renderer Uiml
Résultat Object

GetEvents() public méthode

public GetEvents ( ArrayList al ) : void
al System.Collections.ArrayList
Résultat void

Process() public méthode

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

Serialize() public méthode

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