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