Home | Trees | Indices | Help |
---|
|
Represents basic application properties. Provides basic type validation, default values and link/synchronization behavior.
|
|||
|
|||
Definition |
|
||
Properties |
|
||
bool |
|
||
Properties |
|
||
Properties |
|
||
any |
|
||
Properties |
|
||
Properties |
|
||
Properties |
|
||
list |
|
||
list |
|
||
Properties |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
dict |
defined A dict of property values. |
||
{name: Definition} |
definitions A table of property definitions. |
||
str |
domain The domain name. |
||
[Property,..] |
links A list of linked property objects used to create a network of properties. |
|
|
Get the definition for the property name.
|
Update the property values as specified by keyword/value.
|
Get whether a property has never been set by name.
|
Set the value of a property by name. The value is validated against the definition and set to the default when value is None.
|
Unset a property by name.
|
Get the value of a property by name.
|
Link (associate) this object with another properties object to create a network of properties. Links are bidirectional.
|
Unlink (disassociate) the specified properties object.
|
Find the provider of the property by name.
|
Get the set of all property names.
|
Get the set of all domain names.
|
Prime the stored values based on default values found in property definitions.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:08 2011 | http://epydoc.sourceforge.net |