C# Class Uiml.Executing.Equal

Inheritance: IExecutable, IUimlElement
显示文件 Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method 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 method

public Clone ( ) : object
return object

Equal() public method

public Equal ( ) : Uiml
return Uiml

Equal() public method

public Equal ( XmlNode xmlNode, Part partTop ) : Uiml
xmlNode System.Xml.XmlNode
partTop Part
return Uiml

Execute() public method

public Execute ( ) : Object
return Object

Execute() public method

public Execute ( Uiml renderer ) : Object
renderer Uiml
return Object

GetEvents() public method

public GetEvents ( ArrayList al ) : void
al System.Collections.ArrayList
return void

Process() public method

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
return void

Serialize() public method

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
return System.Xml.XmlNode