Mastersign.Bench.PropertyCollections Namespace |
Class | Description | |
---|---|---|
GroupedPropertyCollection |
This class is the default implementation for IObjectLibrary.
It can be cascaded by setting a GroupedDefaultValueSource which is used in case
this instance does not contain a specified property.
| |
GroupedVariableResolver | This resolver for group property values, resolves grouped variable references in property values. The default syntax for a grouped variable reference is an expression like $GROUP:NAME$. Every occurance of such an expression is replaced by the value of the referenced property from ValueSource. This syntax can be changed by setting a custom expression for GroupVariablePattern. If the referenced property does not exists, the expression is transformed by replacing it with #GROUP:NAME#. | |
PropertyCollection |
This class is the default implementation for IConfiguration.
It can be cascaded by setting a DefaultValueSource which is used in case
this instance does not contain a specified property.
| |
ResolvingGroupedPropertyCollection |
This class is an extension of the GroupedPropertyCollection,
which allows to register mutliple property resolver.
| |
ResolvingPropertyCollection |
This class is an extension of the PropertyCollection,
which allows to register mutliple property resolver.
| |
VariableResolver | This resolver for group property values, resolves variable references in property values. The default syntax for a variable reference is an expression like $NAME$. Every occurance of such an expression is replaced by the value of the referenced property from ValueSource. This syntax can be changed by setting a custom expression for VariablePattern. If the referenced property does not exists, the expression is transformed by replacing it with #NAME#. |
Interface | Description | |
---|---|---|
IConfiguration |
This interface describes an object which is capable of storing properties.
Additionally it provides helper methods, to support type safe access to a limited number of simple types.
| |
IGroupedPropertyCollection |
This interface describes an object, which stores grouped properties.
It is a combination of IGroupedPropertySource and IGroupedPropertyTarget.
| |
IGroupedPropertySource |
This interface describes the capability of reading grouped properties.
The properties are identified by a group and a name unique in this group.
| |
IGroupedPropertyTarget |
This interace describes the capability of storing values for grouped properties.
The properties are identified by a group and a name unique in this group.
| |
IGroupedValueResolver |
This interface describes an object, that can resolve or transform a the values of group properties.
| |
IObjectLibrary |
This interface describes an object which is capable of storing grouped properties.
Additionally it provides helper methods, to support type safe access to a limited number of simple types.
| |
IPropertyCollection |
This interface describes an object, which stores properties.
It is a combination of IPropertySource and IPropertyTarget.
| |
IPropertySource |
This interface describes the capability of reading properties.
The properties are named with a unique string.
| |
IPropertyTarget |
This interace describes the capability of storing property values.
The properties are name with a unique strings.
| |
IValueResolver |
This interface describes an object, that can resolve or transform a the values of properties.
|