C# 클래스 Uiml.Style

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

공개 메소드들

메소드 설명
AddProperty ( System.Property property, Part part ) : void
Clone ( ) : object
GetClassProperties ( string className ) : IEnumerator
GetNamedProperties ( string identifier ) : IEnumerator
GetNamedPropertiesList ( string identifier ) : ArrayList
GetProperties ( string identifier, Param parameters ) : System.Property[]

Get the properties that match the given set of parameters for the identifier.

Process ( XmlNode n ) : void
RemoveProperty ( System.Property p ) : void
SearchMatchingStyle ( Type types, string tparams ) : System.Property
SearchProperty ( string partIdentifier, string partProperty ) : System.Property

Searches for a specific property of a given part

Serialize ( XmlDocument doc ) : XmlNode
Style ( ) : System
Style ( XmlNode n ) : System

메소드 상세

AddProperty() 공개 메소드

public AddProperty ( System.Property property, Part part ) : void
property System.Property
part Part
리턴 void

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetClassProperties() 공개 메소드

public GetClassProperties ( string className ) : IEnumerator
className string
리턴 IEnumerator

GetNamedProperties() 공개 메소드

public GetNamedProperties ( string identifier ) : IEnumerator
identifier string
리턴 IEnumerator

GetNamedPropertiesList() 공개 메소드

public GetNamedPropertiesList ( string identifier ) : ArrayList
identifier string
리턴 System.Collections.ArrayList

GetProperties() 공개 메소드

Get the properties that match the given set of parameters for the identifier.
public GetProperties ( string identifier, Param parameters ) : System.Property[]
identifier string
parameters Param
리턴 System.Property[]

Process() 공개 메소드

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

RemoveProperty() 공개 메소드

public RemoveProperty ( System.Property p ) : void
p System.Property
리턴 void

SearchMatchingStyle() 공개 메소드

public SearchMatchingStyle ( Type types, string tparams ) : System.Property
types System.Type
tparams string
리턴 System.Property

SearchProperty() 공개 메소드

Searches for a specific property of a given part
public SearchProperty ( string partIdentifier, string partProperty ) : System.Property
partIdentifier string
partProperty string
리턴 System.Property

Serialize() 공개 메소드

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

Style() 공개 메소드

public Style ( ) : System
리턴 System

Style() 공개 메소드

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