Method | Description | |
---|---|---|
AddProperty ( System.Property property, Part part ) : void | ||
Clone ( ) : object | ||
GetClassProperties ( string className ) : IEnumerator | ||
GetNamedProperties ( string identifier ) : IEnumerator | ||
GetNamedPropertiesList ( string identifier ) : |
||
GetProperties ( string identifier, |
Get the properties that match the given set of parameters for the identifier.
|
|
Process ( |
||
RemoveProperty ( System.Property p ) : void | ||
SearchMatchingStyle ( |
||
SearchProperty ( string partIdentifier, string partProperty ) : System.Property |
Searches for a specific property of a given part
|
|
Serialize ( |
||
Style ( ) : System | ||
Style ( |
public AddProperty ( System.Property property, Part part ) : void | ||
property | System.Property | |
part | Part | |
return | void |
public GetClassProperties ( string className ) : IEnumerator | ||
className | string | |
return | IEnumerator |
public GetNamedProperties ( string identifier ) : IEnumerator | ||
identifier | string | |
return | IEnumerator |
public GetNamedPropertiesList ( string identifier ) : |
||
identifier | string | |
return |
public GetProperties ( string identifier, |
||
identifier | string | |
parameters | ||
return | System.Property[] |
public RemoveProperty ( System.Property p ) : void | ||
p | System.Property | |
return | void |
public SearchMatchingStyle ( |
||
types | ||
tparams | string | |
return | System.Property |
public SearchProperty ( string partIdentifier, string partProperty ) : System.Property | ||
partIdentifier | string | |
partProperty | string | |
return | System.Property |
public Serialize ( |
||
doc | ||
return |