IGroupedPropertyCollection Methods |
The IGroupedPropertyCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| CanGetGroupValue |
Checks, whether this object can retrieve the value for the specified property, or not.
(Inherited from IGroupedPropertySource.) | |
| ContainsGroup |
Checks, whether this collection contains properties in the specified group.
| |
| ContainsGroupValue |
Checks, whether this collection contains the specified property in the specified group.
| |
| GetGroupCategory |
Gets the category of the specified group, or null if the group has no category.
(Inherited from IGroupedPropertySource.) | |
| GetGroupDocumentation |
Gets the documentation text, attached to the specified group,
or null if the group has no documentation attached.
(Inherited from IGroupedPropertySource.) | |
| GetGroupMetadata |
Gets the metadata object, attached to the specified group,
or null if the group has no metadata attached.
(Inherited from IGroupedPropertySource.) | |
| GetGroupValue(String, String) |
Gets the value of the specified property.
(Inherited from IGroupedPropertySource.) | |
| GetGroupValue(String, String, Object) |
Gets the value of the specified property, or a given default value,
in case the specified property does not exist.
| |
| Groups |
Gets the groups in this collection.
| |
| GroupsByCategory |
Gets all groups, marked with the specified category.
| |
| PropertyNames |
Gets the property names in the specified group.
| |
| ResetGroupValue |
Resets the specified group property.
(Inherited from IGroupedPropertyTarget.) | |
| SetGroupCategory |
Marks a group with a category.
(Inherited from IGroupedPropertyTarget.) | |
| SetGroupDocumentation |
attaches documentation to a group.
(Inherited from IGroupedPropertyTarget.) | |
| SetGroupMetadata |
Attaches a metadata object to a group.
(Inherited from IGroupedPropertyTarget.) | |
| SetGroupValue |
Sets the value of the specified property.
If the property did exist until now, it is created.
(Inherited from IGroupedPropertyTarget.) |