C# Class Uiml.Style

Inheritance: UimlAttributes, IUimlElement, ICloneable
Afficher le fichier Open project: jozilla/Uiml.net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddProperty() public méthode

public AddProperty ( System.Property property, Part part ) : void
property System.Property
part Part
Résultat void

Clone() public méthode

public Clone ( ) : object
Résultat object

GetClassProperties() public méthode

public GetClassProperties ( string className ) : IEnumerator
className string
Résultat IEnumerator

GetNamedProperties() public méthode

public GetNamedProperties ( string identifier ) : IEnumerator
identifier string
Résultat IEnumerator

GetNamedPropertiesList() public méthode

public GetNamedPropertiesList ( string identifier ) : ArrayList
identifier string
Résultat System.Collections.ArrayList

GetProperties() public méthode

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
Résultat System.Property[]

Process() public méthode

public Process ( XmlNode n ) : void
n System.Xml.XmlNode
Résultat void

RemoveProperty() public méthode

public RemoveProperty ( System.Property p ) : void
p System.Property
Résultat void

SearchMatchingStyle() public méthode

public SearchMatchingStyle ( Type types, string tparams ) : System.Property
types System.Type
tparams string
Résultat System.Property

SearchProperty() public méthode

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

Serialize() public méthode

public Serialize ( XmlDocument doc ) : XmlNode
doc System.Xml.XmlDocument
Résultat System.Xml.XmlNode

Style() public méthode

public Style ( ) : System
Résultat System

Style() public méthode

public Style ( XmlNode n ) : System
n System.Xml.XmlNode
Résultat System