C# Class Uiml.Presentation

Inheritance: UimlAttributes, IUimlElement
Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Clone ( ) : object
Résultat object

Presentation() public méthode

public Presentation ( ) : Uiml.Peers
Résultat Uiml.Peers

Presentation() public méthode

public Presentation ( XmlNode nTopPeer ) : Uiml.Peers
nTopPeer System.Xml.XmlNode
Résultat Uiml.Peers

Process() public méthode

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
Résultat void

Provides() public méthode

public Provides ( string pattern ) : bool
pattern string
Résultat bool

Serialize() public méthode

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
Résultat System.Xml.XmlNode