WEBfactory 2010 WCF Logbook Documentation
This WCF web service handles all the Logbook related operations. The following methods are available:
AddLogbookEntry(LogbookEntryDTO logbookEntryDTO)
Syntax |
|
Description | Adds a new entry in Logbook, based on the provided DTO |
Parameters |
|
Return Value | None |
GetLogbookEntries(LogbookEntryQueryDTO logbookEntryQueryDTO)
Syntax |
|
Description | Retrieves Logbook entries based on the provided query DTO |
Parameters |
|
Return Value | A list of LogbookEntryDTO objects, each corresponding to one retrieved logbook entry and containing:
|
GetLogbookTopics()
Syntax |
|
Description | Retrieves all available Logbook topics |
Parameters | None |
Return Value | A list of strings representing the Logbook topics |