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