C# 클래스 Uiml.Peers.Event

This class represents a <event> element in the vocabulary, specified by the following DTD: <!ELEMENT event EMPTY> <!ATTLIST event class NMTOKEN #IMPLIED part-name NMTOKEN #IMPLIED part-class NMTOKEN #IMPLIED>
상속: Uiml.UimlAttributes, IUimlElement
파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
Clone ( ) : object
Event ( ) : Uiml
Event ( XmlNode xmlNode ) : Uiml
Execute ( ) : Object
Execute ( IRenderer renderer ) : Object
Process ( XmlNode n ) : void
Serialize ( XmlDocument doc ) : XmlNode

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Event() 공개 메소드

public Event ( ) : Uiml
리턴 Uiml

Event() 공개 메소드

public Event ( XmlNode xmlNode ) : Uiml
xmlNode System.Xml.XmlNode
리턴 Uiml

Execute() 공개 메소드

public Execute ( ) : Object
리턴 System.Object

Execute() 공개 메소드

public Execute ( IRenderer renderer ) : Object
renderer IRenderer
리턴 System.Object

Process() 공개 메소드

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

Serialize() 공개 메소드

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