C# 클래스 Uiml.Presentation

상속: UimlAttributes, IUimlElement
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
Presentation ( ) : Uiml.Peers
Presentation ( XmlNode nTopPeer ) : Uiml.Peers
Process ( XmlNode n ) : void
Provides ( string pattern ) : bool
Serialize ( XmlDocument doc ) : XmlNode

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Presentation() 공개 메소드

public Presentation ( ) : Uiml.Peers
리턴 Uiml.Peers

Presentation() 공개 메소드

public Presentation ( XmlNode nTopPeer ) : Uiml.Peers
nTopPeer System.Xml.XmlNode
리턴 Uiml.Peers

Process() 공개 메소드

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

Provides() 공개 메소드

public Provides ( string pattern ) : bool
pattern string
리턴 bool

Serialize() 공개 메소드

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