Click or drag to resize

EventData Class

Information about an event.
Inheritance Hierarchy
SystemObject
  Bosch.Vms.SDKEventData

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public class EventData : IEnumerable<KeyValuePair<string, string>>, 
	IEnumerable

The EventData type exposes the following members.

Constructors
 NameDescription
Public methodEventData not intended for use through scripting
Top
Properties
 NameDescription
Public propertyItemString Access to extra event data contained as key value pair.
Public propertyItemString, String 
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator IEnumerable
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString returns a string representations of the EventData
(Overrides ObjectToString)
Top
Fields
 NameDescription
Public fieldDeviceThe device firing this event.
Public fieldDeviceNameThe name of the device firing this event.
Public fieldStateState information if the event was fired in reaction of a state change.
Public fieldTimeThe time when the event was fired. The value is based on UTC.
Public fieldTypeThe type of the event as a string.
Top
See Also