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