C# 클래스 Uiml.UimlAttributes

Holds 4 common attributes of UIML tags: id, source, how and export
파일 보기 프로젝트 열기: jozilla/Uiml.net 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_export string
m_how string
m_identifier string
m_source string

공개 메소드들

메소드 설명
CreateAttributes ( XmlDocument doc ) : List
Serialize ( XmlDocument doc ) : XmlNode

보호된 메소드들

메소드 설명
CopyAttributesFrom ( UimlAttributes attr ) : void
ReadAttributes ( XmlNode n ) : void

메소드 상세

CopyAttributesFrom() 보호된 메소드

protected CopyAttributesFrom ( UimlAttributes attr ) : void
attr UimlAttributes
리턴 void

CreateAttributes() 공개 메소드

public CreateAttributes ( XmlDocument doc ) : List
doc System.Xml.XmlDocument
리턴 List

ReadAttributes() 보호된 메소드

protected ReadAttributes ( XmlNode n ) : void
n System.Xml.XmlNode
리턴 void

Serialize() 공개 추상적인 메소드

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

프로퍼티 상세

m_export 보호되어 있는 프로퍼티

protected string m_export
리턴 string

m_how 보호되어 있는 프로퍼티

protected string m_how
리턴 string

m_identifier 보호되어 있는 프로퍼티

protected string m_identifier
리턴 string

m_source 보호되어 있는 프로퍼티

protected string m_source
리턴 string