ResolvingGroupedPropertyCollection Class |
Namespace: Mastersign.Bench.PropertyCollections
The ResolvingGroupedPropertyCollection type exposes the following members.
Name | Description | |
---|---|---|
ResolvingGroupedPropertyCollection | Initializes a new instance of the ResolvingGroupedPropertyCollection class |
Name | Description | |
---|---|---|
GroupedDefaultValueSource |
The back value source for group properties.
(Inherited from GroupedPropertyCollection.) |
Name | Description | |
---|---|---|
AddResolver |
Registers a number of property resolvers.
| |
CanGetGroupValue |
Checks, whether this object can retrieve the value for the specified property, or not.
(Inherited from GroupedPropertyCollection.) | |
Clear |
Deletes all properties in this collection.
(Inherited from GroupedPropertyCollection.) | |
ContainsGroup |
Checks, whether this collection contains properties in the specified group.
(Inherited from GroupedPropertyCollection.) | |
ContainsGroupValue |
Checks, whether this collection contains the specified property in the specified group.
(Inherited from GroupedPropertyCollection.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBooleanGroupValue(String, String) |
Gets the value of a group property as a boolean.
(Inherited from GroupedPropertyCollection.) | |
GetBooleanGroupValue(String, String, Boolean) |
Gets the value of a group property as a boolean, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from GroupedPropertyCollection.) | |
GetGroupCategory |
Gets the category of the specified group, or null if the group has no category.
(Inherited from GroupedPropertyCollection.) | |
GetGroupDocumentation |
Gets the documentation text, attached to the specified group,
or null if the group has no documentation attached.
(Inherited from GroupedPropertyCollection.) | |
GetGroupMetadata |
Gets the metadata object, attached to the specified group,
or null if the group has no metadata attached.
(Inherited from GroupedPropertyCollection.) | |
GetGroupValue(String, String) |
Gets the value of the specified property.
(Inherited from GroupedPropertyCollection.) | |
GetGroupValue(String, String, Object) |
Gets the value of the specified property, or a given default value,
in case the specified property does not exist.
(Inherited from GroupedPropertyCollection.) | |
GetHashCode | (Inherited from Object.) | |
GetInt32GroupValue(String, String) |
Gets the value of a group property as an integer.
(Inherited from GroupedPropertyCollection.) | |
GetInt32GroupValue(String, String, Int32) |
Gets the value of a group property as an integer, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from GroupedPropertyCollection.) | |
GetRawGroupValue |
Gets the unresolved and untransformed value of a group property in this collection,
without looking up the property in GroupedDefaultValueSource.
(Inherited from GroupedPropertyCollection.) | |
GetStringGroupValue(String, String) |
Gets the value of a group property as a string.
(Inherited from GroupedPropertyCollection.) | |
GetStringGroupValue(String, String, String) |
Gets the value of a group property as a string, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from GroupedPropertyCollection.) | |
GetStringListGroupValue(String, String) |
Gets the value of a group property as a string array.
(Inherited from GroupedPropertyCollection.) | |
GetStringListGroupValue(String, String, String) |
Gets the value of a group property as a string array, or a default value if the
specified property does not exist or its value can not be properly converted.
(Inherited from GroupedPropertyCollection.) | |
GetType | (Inherited from Object.) | |
Groups |
Gets the groups in this collection.
(Inherited from GroupedPropertyCollection.) | |
GroupsByCategory |
Gets all groups, marked with the specified category.
(Inherited from GroupedPropertyCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
PropertyNames |
Gets the property names in the specified group.
(Inherited from GroupedPropertyCollection.) | |
ResetGroupValue |
Resets the specified group property.
(Inherited from GroupedPropertyCollection.) | |
ResolveGroupValue |
The implementation of ResolveGroupValue(String, String, Object),
calling all registered resolvers in the order they were registered.
(Overrides GroupedPropertyCollectionResolveGroupValue(String, String, Object).) | |
SetGroupCategory |
Marks a group with a category.
(Inherited from GroupedPropertyCollection.) | |
SetGroupDocumentation |
attaches documentation to a group.
(Inherited from GroupedPropertyCollection.) | |
SetGroupMetadata |
Attaches a metadata object to a group.
(Inherited from GroupedPropertyCollection.) | |
SetGroupValue(String, String, Boolean) |
Sets a boolean value for the specified group property.
(Inherited from GroupedPropertyCollection.) | |
SetGroupValue(String, String, Int32) |
Sets an integer value for the specified group property.
(Inherited from GroupedPropertyCollection.) | |
SetGroupValue(String, String, Object) |
Sets the value of the specified property.
If the property did exist until now, it is created.
(Inherited from GroupedPropertyCollection.) | |
SetGroupValue(String, String, String) |
Sets a string value for the specified group property.
(Inherited from GroupedPropertyCollection.) | |
SetGroupValue(String, String, String) |
Sets a string array value for the specified group property.
(Inherited from GroupedPropertyCollection.) | |
ToString |
Returns a string represenation of this property collection.
(Inherited from GroupedPropertyCollection.) | |
ToString(Boolean) |
Returns a string represenation of this property collection.
(Inherited from GroupedPropertyCollection.) |