Class RelatedItemAnnotation
Represents the relationship of one IVersionable item to another, when that relationship is not allowed in the base content model.
Inherited Members
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RelatedItemAnnotation : NotificationObject
Constructors
RelatedItemAnnotation()
Initializes a new instance of the RelatedItemAnnotation class.
Declaration
public RelatedItemAnnotation()
Properties
Annotation
Gets or sets a comment describing the annotation.
Declaration
public string Annotation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CompositeId
Gets or sets the identifier of the related item.
Declaration
public IdentifierTriple CompositeId { get; set; }
Property Value
Type | Description |
---|---|
IdentifierTriple |
ItemType
Gets or sets the type of the related item.
Declaration
public Guid ItemType { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Label
Gets a label for the related item.
Declaration
public MultilingualString Label { get; set; }
Property Value
Type | Description |
---|---|
MultilingualString |