| LogbookManager Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Managers
 Syntax
Syntaxpublic class LogbookManager : BaseManager
The LogbookManager type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddLogbookEntries | 
                Adds a logbook entry for each given data ID.
                The dataType must be the same for all data IDs.
             | 
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetLogbookCount | 
                Returns the number of logbook entries that match the given filter.
             | 
|  | GetLogbookEntries | 
                Returns all logbook entries that correspond to the given filter.
             | 
|  | GetLogbookListFilter | 
                Returns the logbook list filter that was at last saved for the user or the default filter
                if defaultFilter is set to true.
             | 
|  | GetSingleLogbookEntry | 
                Returns the logbook entry by the given ID.
             | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also