C# Класс Uiml.Style

Наследование: UimlAttributes, IUimlElement, ICloneable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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