Class OrganizationRelationship
Describes a relationship between organizations and/or individuals.
Inherited Members
Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
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 |