C# Class Uiml.Executing.Param

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

Public Methods

Method Description
AttachLogic ( ArrayList logicDocs ) : void
Clone ( ) : object
Execute ( ) : Object
Execute ( IRenderer renderer ) : Object
Param ( ) : Uiml
Param ( XmlNode xmlNode, Part topPart ) : Uiml
Process ( XmlNode n ) : void
Serialize ( XmlDocument doc ) : XmlNode
Value ( ) : Object
Value ( IRenderer renderer ) : Object

Method Details

AttachLogic() public method

public AttachLogic ( ArrayList logicDocs ) : void
logicDocs System.Collections.ArrayList
return void

Clone() public method

public Clone ( ) : object
return object

Execute() public method

public Execute ( ) : Object
return System.Object

Execute() public method

public Execute ( IRenderer renderer ) : Object
renderer IRenderer
return System.Object

Param() public method

public Param ( ) : Uiml
return Uiml

Param() public method

public Param ( XmlNode xmlNode, Part topPart ) : Uiml
xmlNode System.Xml.XmlNode
topPart Part
return Uiml

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

Value() public method

public Value ( ) : Object
return System.Object

Value() public method

public Value ( IRenderer renderer ) : Object
renderer IRenderer
return System.Object