Click or drag to resize

LogbookManager Methods

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