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