Click or drag to resize

FoundTrack Constructor

Response child class from the GlobalNameSearch API method. The SearchResults class contains a collection of FoundTrack.

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.21
Syntax
C#
public FoundTrack(
	string Id,
	string TitleName,
	string Media,
	int? Part,
	string Side,
	int? Sequence,
	string Name,
	int? Seconds
)

Parameters

Id  String

[Missing <param name="Id"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

TitleName  String

[Missing <param name="TitleName"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

Media  String

[Missing <param name="Media"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

Part  NullableInt32

[Missing <param name="Part"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

Side  String

[Missing <param name="Side"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

Sequence  NullableInt32

[Missing <param name="Sequence"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

Name  String

[Missing <param name="Name"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

Seconds  NullableInt32

[Missing <param name="Seconds"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTrack.#ctor(System.String,System.String,System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Int32})"]

See Also