Click or drag to resize

Contributor Class

A Title child document that represents a contributor to a Title. A contributor is typically the name of a person or an entertainment ensemble such as a pop group or orchestra. A Title contains a collection of child Contributor documents.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.EntityContributor

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
[SerializableAttribute]
public class Contributor : IEquatable<Contributor>

The Contributor type exposes the following members.

Constructors
 NameDescription
Public methodContributorInitializes a new instance of the Contributor class
Public methodContributor(String, String)Initializes a new instance of the Contributor class
Top
Properties
 NameDescription
Public propertyIsPrimary A flag indicating if this contributor is the primary one on the title.
Public propertyName Contributor name.
Public propertyRole Name of the role the contributor had on the title.
Top
Methods
See Also