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
System.Object
NotificationObject
RelatedItemAnnotation
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica