C# Class Uiml.Logic

Inheritance: UimlAttributes, IUimlElement
Mostra file Open project: jozilla/Uiml.net Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
Logic ( ) : System
Logic ( XmlNode n ) : System
Process ( XmlNode n ) : void
Serialize ( XmlDocument doc ) : XmlNode

Method Details

Clone() public method

public Clone ( ) : object
return object

Logic() public method

public Logic ( ) : System
return System

Logic() public method

public Logic ( XmlNode n ) : System
n System.Xml.XmlNode
return System

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