Click or drag to resize

LogbookManager Class

Contains methods regarding logbooks. Logbooks are single logbook entries.
Inheritance Hierarchy
SystemObject
  PsrApi.ManagersBaseManager
    PsrApi.ManagersLogbookManager

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 9.2.2.32703 (27.03.2025)+b9af25405a8dc67f2b73227b442cec4f08fd2d8a
Syntax
C#
public class LogbookManager : BaseManager

The LogbookManager type exposes the following members.

Methods
  NameDescription
Public methodAddLogbookEntries
Adds a logbook entry for each given data ID. The dataType must be the same for all data IDs.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLogbookCount
Returns the number of logbook entries that match the given filter.
Public methodGetLogbookEntries
Returns all logbook entries that correspond to the given filter.
Public methodGetLogbookListFilter
Returns the logbook list filter that was at last saved for the user or the default filter if defaultFilter is set to true.
Public methodGetSingleLogbookEntry
Returns the logbook entry by the given ID.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also