Show / Hide Table of Contents

Class RelatedItemAnnotation

Represents the relationship of one IVersionable item to another, when that relationship is not allowed in the base content model.

Inheritance
object
NotificationObject
RelatedItemAnnotation
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Utility
Assembly: Algenta.Colectica.Model.dll
Syntax
public class RelatedItemAnnotation : NotificationObject, INotifyPropertyChanged

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
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

Implements

INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX