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

보호된 프로퍼티들

프로퍼티 타입 설명
m_children System.Collections.ArrayList
m_mapsTo string
m_mapsType string
m_usedInTag string

공개 메소드들

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

보호된 메소드들

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

메소드 상세

AddChild() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

DClass() 공개 메소드

public DClass ( ) : System
리턴 System

DClass() 공개 메소드

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

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

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_mapsTo 보호되어 있는 프로퍼티

protected string m_mapsTo
리턴 string

m_mapsType 보호되어 있는 프로퍼티

protected string m_mapsType
리턴 string

m_usedInTag 보호되어 있는 프로퍼티

protected string m_usedInTag
리턴 string