Show / Hide Table of Contents

Class ContributorWithRoles

Describes a contributor to an item that has a citation.

Inheritance
object
NotificationObject
Contributor
ContributorWithRoles
Implements
INotifyPropertyChanged
Inherited Members
Contributor.Name
Contributor.Affiliation
Contributor.AgentReference
Contributor.DisplayLabel
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 ContributorWithRoles : Contributor, INotifyPropertyChanged

Properties

Roles

Gets the roles that describe the contribution.

Declaration
public ObservableCollection<CodeValue> Roles { get; }
Property Value
Type Description
ObservableCollection<CodeValue>

Methods

WatchProperties()

Watch for property changed events

Declaration
protected override void WatchProperties()
Overrides
Contributor.WatchProperties()

Implements

INotifyPropertyChanged

Extension Methods

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