Class Contributor
Describes the creator of a an item that has a citation.
Implements
Inherited Members
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class Contributor : NotificationObject, INotifyPropertyChanged
Constructors
Contributor()
Initializes a new instance of the Contributor class.
Declaration
public Contributor()
Properties
Affiliation
Gets or sets the affiliation of the person or organization.
Declaration
public string Affiliation { get; set; }
Property Value
Type | Description |
---|---|
string |
AgentReference
Gets or sets a reference to the individual or organization.
Declaration
public IVersionable AgentReference { get; set; }
Property Value
Type | Description |
---|---|
IVersionable |
DisplayLabel
Gets a display label for the item.
Declaration
public string DisplayLabel { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name of the person or organization.
Declaration
public MultilingualString Name { get; }
Property Value
Type | Description |
---|---|
MultilingualString |
Methods
WatchProperties()
Watch for property changed events
Declaration
protected override void WatchProperties()