Contributor Class |
[SerializableAttribute] public class Contributor : IEquatable<Contributor>
The Contributor type exposes the following members.
| Name | Description | |
|---|---|---|
| Contributor | Initializes a new instance of the Contributor class | |
| Contributor(String, String) | Initializes a new instance of the Contributor class |
| Name | Description | |
|---|---|---|
| IsPrimary | A flag indicating if this contributor is the primary one on the title. | |
| Name | Contributor name, typically the name of an artist, band, performer, composer, director, etc, of someone who contributed to a Title. Each contributor name must have a Role that describes how they contributed a title. | |
| Role | Name of the role the contributor had on the title. |
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals(Contributor) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| ToString | (Overrides ObjectToString) |