Class ContributorWithRoles
Describes a contributor to an item that has a citation.
Implements
Inherited Members
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()