C# Class Uiml.UimlAttributes

Holds 4 common attributes of UIML tags: id, source, how and export
Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Protected Properties

Свойство Type Description
m_export string
m_how string
m_identifier string
m_source string

Méthodes publiques

Méthode Description
CreateAttributes ( XmlDocument doc ) : List
Serialize ( XmlDocument doc ) : XmlNode

Méthodes protégées

Méthode Description
CopyAttributesFrom ( UimlAttributes attr ) : void
ReadAttributes ( XmlNode n ) : void

Method Details

CopyAttributesFrom() protected méthode

protected CopyAttributesFrom ( UimlAttributes attr ) : void
attr UimlAttributes
Résultat void

CreateAttributes() public méthode

public CreateAttributes ( XmlDocument doc ) : List
doc System.Xml.XmlDocument
Résultat List

ReadAttributes() protected méthode

protected ReadAttributes ( XmlNode n ) : void
n System.Xml.XmlNode
Résultat void

Serialize() public abstract méthode

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

Property Details

m_export protected_oe property

protected string m_export
Résultat string

m_how protected_oe property

protected string m_how
Résultat string

m_identifier protected_oe property

protected string m_identifier
Résultat string

m_source protected_oe property

protected string m_source
Résultat string