C# Class Uiml.Executing.Event

Inheritance: Uiml.UimlAttributes, IExecutable, IUimlElement
Datei anzeigen Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Event ( ) : Uiml
Event ( XmlNode xmlNode ) : Uiml
Execute ( ) : Object
Execute ( IRenderer renderer ) : Object
Process ( XmlNode n ) : void
Serialize ( XmlDocument doc ) : XmlNode

Method Details

Clone() public method

public Clone ( ) : object
return object

Event() public method

public Event ( ) : Uiml
return Uiml

Event() public method

public Event ( XmlNode xmlNode ) : Uiml
xmlNode System.Xml.XmlNode
return Uiml

Execute() public method

public Execute ( ) : Object
return System.Object

Execute() public method

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

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