Class OtherMaterialGroup
Represents a group of OtherMaterial items.
Inheritance
System.Object
OtherMaterialGroup
Inherited Members
VersionableGroupBase<OtherMaterial, OtherMaterialGroup>.ReplaceChild(IdentifierTriple, IVersionable)
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 OtherMaterialGroup : VersionableGroupBase<OtherMaterial, OtherMaterialGroup>, IVersionableGroup, IVersionable, IIdentifiable, IVisitable, IHasCustomFields, IDescribable
Constructors
OtherMaterialGroup()
Initializes a new instance of the UniverseGroup class.
Declaration
public OtherMaterialGroup()
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. |