Click or drag to resize

FoundTitle Constructor

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

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public FoundTitle(
	string Id,
	DateTime Created,
	string Name,
	string Media,
	string Location,
	string Owner,
	string Catalog,
	short? PublishYear,
	short? EditionYear,
	bool IsHidden
)

Parameters

Id  String

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

Created  DateTime

[Missing <param name="Created"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

Name  String

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

Media  String

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

Location  String

[Missing <param name="Location"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

Owner  String

[Missing <param name="Owner"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

Catalog  String

[Missing <param name="Catalog"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

PublishYear  NullableInt16

[Missing <param name="PublishYear"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

EditionYear  NullableInt16

[Missing <param name="EditionYear"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

IsHidden  Boolean

[Missing <param name="IsHidden"/> documentation for "M:Orthogonal.Hoarder.StdLib.DTO.FoundTitle.#ctor(System.String,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Int16},System.Nullable{System.Int16},System.Boolean)"]

See Also