C# Class Uiml.Peers.DClass

This class represents a <d-class> element in the vocabulary, specified by the following DTD: <!ELEMENT d-class (d-method*, d-property*, event*, listener*)> <!ATTLIST d-class id NMTOKEN #REQUIRED source CDATA #IMPLIED how (append|cascade|replace) "replace" export (hidden|optional|required) "optional" maps-to CDATA #REQUIRED maps-type CDATA #REQUIRED used-in-tag (event|listener|part) #REQUIRED>
Inheritance: UimlAttributes, IUimlElement
Exibir arquivo Open project: jozilla/Uiml.net Class Usage Examples

Protected Properties

Property Type Description
m_children System.Collections.ArrayList
m_mapsTo string
m_mapsType string
m_usedInTag string

Public Methods

Method Description
AddChild ( object o ) : void
Clone ( ) : object
DClass ( ) : System
DClass ( XmlNode n ) : System
GetEnumerator ( ) : IEnumerator
Process ( XmlNode n ) : void
Search ( Type t ) : ArrayList
Serialize ( XmlDocument doc ) : XmlNode

Protected Methods

Method Description
ProcessChildren ( XmlNodeList l ) : void

Method Details

AddChild() public method

public AddChild ( object o ) : void
o object
return void

Clone() public method

public Clone ( ) : object
return object

DClass() public method

public DClass ( ) : System
return System

DClass() public method

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

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Process() public method

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

ProcessChildren() protected method

protected ProcessChildren ( XmlNodeList l ) : void
l System.Xml.XmlNodeList
return void

Search() public method

public Search ( Type t ) : ArrayList
t System.Type
return System.Collections.ArrayList

Serialize() public method

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

Property Details

m_children protected_oe property

protected ArrayList,System.Collections m_children
return System.Collections.ArrayList

m_mapsTo protected_oe property

protected string m_mapsTo
return string

m_mapsType protected_oe property

protected string m_mapsType
return string

m_usedInTag protected_oe property

protected string m_usedInTag
return string