Class ManagedRepresentationGroup
Represents a group of ManagedMissingValuesRepresentation items.
Inheritance
System.Object
ManagedRepresentationGroup
Inherited Members
VersionableGroupBase<ManagedMissingValuesRepresentation, ManagedRepresentationGroup>.ChildGroupsList
Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class ManagedRepresentationGroup : VersionableGroupBase<ManagedMissingValuesRepresentation, ManagedRepresentationGroup>, IVersionableGroup, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, 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. |