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.9
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 
Public propertyName 
Top
Methods
See Also