Click or drag to resize

IGroupedPropertyTarget Interface

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.

Namespace:  Mastersign.Bench.PropertyCollections
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public interface IGroupedPropertyTarget

The IGroupedPropertyTarget type exposes the following members.

Methods
  NameDescription
Public methodResetGroupValue
Resets the specified group property.
Public methodSetGroupCategory
Marks a group with a category.
Public methodSetGroupDocumentation
attaches documentation to a group.
Public methodSetGroupMetadata
Attaches a metadata object to a group.
Public methodSetGroupValue
Sets the value of the specified property. If the property did exist until now, it is created.
Top
See Also