C# Class Uiml.Presentation

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

Public Methods

Method Description
Clone ( ) : object
Presentation ( ) : Uiml.Peers
Presentation ( XmlNode nTopPeer ) : Uiml.Peers
Process ( XmlNode n ) : void
Provides ( string pattern ) : bool
Serialize ( XmlDocument doc ) : XmlNode

Method Details

Clone() public method

public Clone ( ) : object
return object

Presentation() public method

public Presentation ( ) : Uiml.Peers
return Uiml.Peers

Presentation() public method

public Presentation ( XmlNode nTopPeer ) : Uiml.Peers
nTopPeer System.Xml.XmlNode
return Uiml.Peers

Process() public method

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

Provides() public method

public Provides ( string pattern ) : bool
pattern string
return bool

Serialize() public method

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