Show / Hide Table of Contents

Class OrganizationRelationship

Describes a relationship between organizations and/or individuals.

Inheritance
System.Object
NotificationObject
OrganizationRelationship
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class OrganizationRelationship : NotificationObject

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

Extension Methods

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