Table of Contents

Class GroupableElement

Namespace
C4.Net
Assembly
C4.Net.Core.dll

Extends an element with optional grouping metadata used by views and renderers.

public abstract class GroupableElement : Element
Inheritance
GroupableElement
Derived
Inherited Members

Properties

Group

The name of the group in which this element should be included in.

[DataMember(Name = "group", EmitDefaultValue = false)]
public string Group { get; set; }

Property Value

string