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.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(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

Implements

System.ComponentModel.INotifyPropertyChanged
In This Article
Back to top Generated by DocFX