Class RepresentedVariableGroup
Represents a group of RepresentedVariable items.
Inheritance
System.Object
RepresentedVariableGroup
Inherited Members
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class RepresentedVariableGroup : VersionableGroupBase<RepresentedVariable, RepresentedVariableGroup>, IVersionableGroup, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, 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. |