C# 클래스 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>
상속: IUimlElement
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_children System.Collections.ArrayList
m_defaultProp System.Property
m_identifier string
m_mapsTo string
m_mapsType string
m_returnType string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
ProcessChildren ( XmlNodeList l ) : void

메소드 상세

AddChild() 공개 메소드

public AddChild ( object o ) : void
o object
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

DProperty() 공개 메소드

public DProperty ( ) : System
리턴 System

DProperty() 공개 메소드

public DProperty ( XmlNode n ) : System
n System.Xml.XmlNode
리턴 System

FromProperty() 공개 정적인 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

GetTypeOfValue() 공개 메소드

public GetTypeOfValue ( ) : string
리턴 string

Process() 공개 메소드

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
리턴 void

ProcessChildren() 보호된 메소드

protected ProcessChildren ( XmlNodeList l ) : void
l System.Xml.XmlNodeList
리턴 void

Search() 공개 메소드

public Search ( Type t ) : ArrayList
t System.Type
리턴 System.Collections.ArrayList

Serialize() 공개 메소드

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
리턴 System.Xml.XmlNode

프로퍼티 상세

m_children 보호되어 있는 프로퍼티

protected ArrayList,System.Collections m_children
리턴 System.Collections.ArrayList

m_defaultProp 보호되어 있는 프로퍼티

protected Property,System m_defaultProp
리턴 System.Property

m_identifier 보호되어 있는 프로퍼티

protected string m_identifier
리턴 string

m_mapsTo 보호되어 있는 프로퍼티

protected string m_mapsTo
리턴 string

m_mapsType 보호되어 있는 프로퍼티

protected string m_mapsType
리턴 string

m_returnType 보호되어 있는 프로퍼티

protected string m_returnType
리턴 string