Click or drag to resize

Track Class

A Title child document describing a track, which typically represents a section within a Title. Most music media such as vinyl records and audio CDs contain traditional tracks. A track can also be used to define sections of printed media such as book chapters. A Title contains a collection of child Track documents.
Inheritance Hierarchy
SystemObject
  Orthogonal.Hoarder.StdLib.EntityTrack

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

The Track type exposes the following members.

Constructors
 NameDescription
Public methodTrackInitializes a new instance of the Track class
Public methodTrack(String, Int32)Initializes a new instance of the Track class
Top
Properties
Methods
See Also