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