Class Agent
Base class for Organization and Individual
Inheritance
Agent
Inherited Members
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public abstract class Agent : VersionableBase, INotifyPropertyChanged, IVersionable, IIdentifiable, IHasCustomFields, IVisitable
Properties
Description
Gets the description.
Declaration
[Display(GroupName = "Basic", Order = 1010)]
public virtual MultilingualString Description { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Keywords
Gets keywords used to classify the agent, individual, organization or its activities.
Declaration
[Display(GroupName = "Coverage", Order = 2000)]
public ObservableCollection<CodeValue> Keywords { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<CodeValue> |
Locations
Gets the locations of the organization.
Declaration
[Display(GroupName = "Coverage", Order = 2100)]
public ObservableCollection<Location> Locations { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<Location> |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()