C# Class Uiml.Peers.DProperty

This class represents a <d-property> element in the vocabulary, specified by the following DTD: <!ELEMENT d-property (d-method*,d-param*)> <!ATTLIST d-property id NMTOKEN #REQUIRED maps-type (attribute|getMethod|setMethod|method) #REQUIRED maps-to CDATA #REQUIRED return-type CDATA #IMPLIED>
Inheritance: IUimlElement
Exibir arquivo Open project: jozilla/Uiml.net Class Usage Examples

Protected Properties

Property Type Description
m_children System.Collections.ArrayList
m_defaultProp System.Property
m_identifier string
m_mapsTo string
m_mapsType string
m_returnType string

Public Methods

Method Description
AddChild ( object o ) : void
Clone ( ) : object
DProperty ( ) : System
DProperty ( XmlNode n ) : System
FromProperty ( System.Property prop, Part part, Vocabulary voc ) : DProperty
GetEnumerator ( ) : IEnumerator
GetTypeOfValue ( ) : string
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

DProperty() public method

public DProperty ( ) : System
return System

DProperty() public method

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

FromProperty() public static method

public static FromProperty ( System.Property prop, Part part, Vocabulary voc ) : DProperty
prop System.Property
part Part
voc Vocabulary
return DProperty

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

GetTypeOfValue() public method

public GetTypeOfValue ( ) : string
return string

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_defaultProp protected_oe property

protected Property,System m_defaultProp
return System.Property

m_identifier protected_oe property

protected string m_identifier
return string

m_mapsTo protected_oe property

protected string m_mapsTo
return string

m_mapsType protected_oe property

protected string m_mapsType
return string

m_returnType protected_oe property

protected string m_returnType
return string