Click or drag to resize

LogbookSearchParameters Class

An object of this class is used to specify comparison criteria for searching logbook entries.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKLogbookSearchParameters

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class LogbookSearchParameters

The LogbookSearchParameters type exposes the following members.

Constructors
 NameDescription
Public methodLogbookSearchParameters Default constructor
Top
Properties
 NameDescription
Public propertyEndTimeUtc If this property is not null, only events with an event time less than or equal to the specified time are searched.
Public propertyIncludeLocalTime If this property is set to true, the export will contain additional date and time values in local format. Otherwise the export will contain date and time values in UTC format only.
Public propertyStartTimeUtc If this property is not null, only events with an event time greater than or equal to the specified time are searched.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also