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