Click or drag to resize

Title(String, String, String) Constructor

Constructs a Title with basic required property values.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public Title(
	string id,
	string name,
	string media
)

Parameters

id  String
The unique primary database id of the Title. Providing a null id value is the same as providing the special value UnassignedId. A null value is internally converted into the special value which allows serialization of the Title to proceed without validation errors. The special value is recognised on the server-side when the Title is saved to the database and the id is replaced with a valid random id.
name  String
The required name of the Title.
media  String
The required short name of the Title's media.
See Also