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