Click or drag to resize

Genre Class

A Title child document that represents a genre associated with a Title. A Title contains a collection of child Genre documents.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.EntityGenre

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

The Genre type exposes the following members.

Constructors
 NameDescription
Public methodGenreInitializes a new instance of the Genre class
Public methodGenre(String)Initializes a new instance of the Genre class
Top
Properties
 NameDescription
Public propertyIsPrimary True if this is the primary genre for a Title.
Public propertyName The name of the genre, which is typically one or more values taken from the names listed in the ID3 Appendix 8.
Top
Methods
See Also