C# Class Uiml.UimlAttributes

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

Protected Properties

Property Type Description
m_export string
m_how string
m_identifier string
m_source string

Public Methods

Method Description
CreateAttributes ( XmlDocument doc ) : List
Serialize ( XmlDocument doc ) : XmlNode

Protected Methods

Method Description
CopyAttributesFrom ( UimlAttributes attr ) : void
ReadAttributes ( XmlNode n ) : void

Method Details

CopyAttributesFrom() protected method

protected CopyAttributesFrom ( UimlAttributes attr ) : void
attr UimlAttributes
return void

CreateAttributes() public method

public CreateAttributes ( XmlDocument doc ) : List
doc System.Xml.XmlDocument
return List

ReadAttributes() protected method

protected ReadAttributes ( XmlNode n ) : void
n System.Xml.XmlNode
return void

Serialize() public abstract method

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

Property Details

m_export protected property

protected string m_export
return string

m_how protected property

protected string m_how
return string

m_identifier protected property

protected string m_identifier
return string

m_source protected property

protected string m_source
return string