Show / Hide Table of Contents

Class Contributor

Describes the creator of a an item that has a citation.

Inheritance
object
NotificationObject
Contributor
ContributorWithRoles
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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()
Overrides
NotificationObject.WatchProperties()

Implements

INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX