Genre Class |
[SerializableAttribute] public class Genre : IEquatable<Genre>
The Genre type exposes the following members.
| Name | Description | |
|---|---|---|
| Genre | Initializes a new instance of the Genre class | |
| Genre(String) | Initializes a new instance of the Genre class |
| Name | Description | |
|---|---|---|
| IsPrimary | True if this is the primary genre for a Title. | |
| Name | The name of the genre, which is typically one or more values taken from the names listed in the ID3 Appendix 8. |
| Name | Description | |
|---|---|---|
| Clone | ||
| Equals(Genre) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| ToString | (Overrides ObjectToString) |