Class ConceptualVariableGroup
Represents a group of ConceptualVariable items.
Inheritance
ConceptualVariableGroup
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ConceptualVariableGroup : VersionableGroupBase<ConceptualVariable, ConceptualVariableGroup>, INotifyPropertyChanged, IVersionableGroup, IVersionable, IIdentifiable, IHasCustomFields, IVisitable, IDescribable
Constructors
ConceptualVariableGroup()
Initializes a new instance of the ConceptualVariableGroup class.
Declaration
public ConceptualVariableGroup()
Properties
ItemType
Gets the universally unique identifier representing the item's type.
Declaration
public override Guid ItemType { get; }
Property Value
Type | Description |
---|---|
Guid | The identifier representing the item's type. |