Class RepresentedVariableGroup
Represents a group of RepresentedVariable items.
Inheritance
RepresentedVariableGroup
Implements
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class RepresentedVariableGroup : VersionableGroupBase<RepresentedVariable, RepresentedVariableGroup>, INotifyPropertyChanged, IVersionableGroup, IVersionable, IIdentifiable, IHasCustomFields, IVisitable, IDescribable
Constructors
RepresentedVariableGroup()
Initializes a new instance of the RepresentedVariableGroup class.
Declaration
public RepresentedVariableGroup()
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. |