Show / Hide Table of Contents

Class OrganizationRelationship

Describes a relationship between organizations and/or individuals.

Inheritance
object
NotificationObject
OrganizationRelationship
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
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.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class OrganizationRelationship : NotificationObject, INotifyPropertyChanged

Constructors

OrganizationRelationship()

Initializes a new instance of the OrganizationRelationship class.

Declaration
public OrganizationRelationship()

Properties

Description

Gets a description of the relationship.

Declaration
public MultilingualString Description { get; }
Property Value
Type Description
MultilingualString

DisplayLabel

Gets the display label.

Declaration
public string DisplayLabel { get; }
Property Value
Type Description
string

Keyword

Gets the keyword applicable to the relationship.

Declaration
public MultilingualString Keyword { get; }
Property Value
Type Description
MultilingualString

Note

Gets or sets a note about the relationship.

Declaration
public string Note { get; set; }
Property Value
Type Description
string

Organization

Gets or sets the organization that is part of this relationship.

Declaration
public Organization Organization { get; set; }
Property Value
Type Description
Organization

Period

Gets or sets the range of dates for which this relationship is or was active.

Declaration
public DateSpecification Period { get; set; }
Property Value
Type Description
DateSpecification

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged
In this article
Back to top Generated by DocFX