Class Agent
Base class for Organization and Individual
Inherited Members
      Algenta.Colectica.Model.VersionableBase.TryReplaceChild<T>(Func<>, Action<>, Algenta.Colectica.Model.Utility.IdentifierTriple, Algenta.Colectica.Model.IVersionable)
    
    
    
    
    
    
    
    
    
    
    
      Algenta.Colectica.Model.NotificationObject.RaisePropertyChanged<T>(Expression<>)
    
    
    
    
    
    
  Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public abstract class Agent : VersionableBase, IVersionable, IIdentifiable, IHasCustomFields, IVisitable
  Properties
Description
Gets the description.
Declaration
public virtual MultilingualString Description { get; }
  Property Value
| Type | Description | 
|---|---|
| MultilingualString | 
Keywords
Gets keywords used to classify the agent, individual, organization or its activities.
Declaration
public ObservableCollection<CodeValue> Keywords { get; }
  Property Value
| Type | Description | 
|---|---|
| ObservableCollection<CodeValue> | 
Locations
Gets the locations of the organization.
Declaration
public ObservableCollection<Location> Locations { get; }
  Property Value
| Type | Description | 
|---|---|
| ObservableCollection<Location> |