Click or drag to resize

IGroupable Interface

[This is preliminary documentation and is subject to change.]

Defines the groupable capability. Implementing classes can be grouped by the grouping subsystem

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "System")]
public interface IGroupable

The IGroupable type exposes the following members.

Properties
  NameDescription
Public propertyCompatibleClass
Currently not implemented Class (or class that inherits from this class) that is compatible with this group
Public propertyIsGroupable
This instance can be grouped
Public propertyIsGrouped
This instance is currently grouped
Top
See Also