IProperties Interface
Interface that describes a hierarchical property set.
| Method | Description |
|---|---|
|
Check whether the property set contains a property with a specified name. | |
|
Check whether the property set contains a subproperties with a specified name. | |
|
Gets the boolean value associated with the specified property name. | |
|
Gets the decimal value associated with the specified property name. | |
|
Gets the float value associated with the specified property name. | |
|
Gets the integer value associated with the specified property name. | |
|
Gets the string value associated with the specified property name. | |
|
Retrieve an interface to a nested property set. | |
|
Remove a property. | |
|
Remove all properties and subproperties from this property set. | |
|
Remove a subproperty set. | |
|
Sets the property to the specified boolean value. | |
|
Sets the property to the specified decimal value. | |
|
Sets the property to the specified float value. | |
|
Sets the property to the specified integer value. | |
|
Sets the property to the specified string value. |