Click or drag to resize

TitleListItem Class

Response from the ListTitleItems API method. Request parameter for the UpdateTitleFromItem API method.

This class encapsulates a reduced set of information about a Title. The reduced information may be useful in situations where using full Title objects may be overkill and simpler summary information is satisfactory. One of the grids in the WPF desktop app uses this class to display large amounts of Title information in a concise spreadsheet format.

Inheritance Hierarchy
System.Object
  Orthogonal.Hoarder.StdLib.DTO.TitleListItem

Namespace: Orthogonal.Hoarder.StdLib.DTO
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.9
Syntax
C#
public class TitleListItem

The TitleListItem type exposes the following members.

Constructors
 NameDescription
Public methodTitleListItem()Initializes a new instance of the TitleListItem class
Public methodTitleListItem(String, DateTime, String, String)Initializes a new instance of the TitleListItem class
Top
Properties
Methods
 NameDescription
Public methodToString
(Overrides Object.ToString())
Top
See Also