Event |
[SerializableAttribute] public class EventData : IEnumerable<KeyValuePair<string, string>>, IEnumerable
The EventData type exposes the following members.
| Name | Description | |
|---|---|---|
| ItemString | Access to extra event data contained as key value pair. | |
| ItemString, String |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetEnumerator | IEnumerable | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString |
returns a string representations of the EventData
(Overrides ObjectToString) |
| Name | Description | |
|---|---|---|
| Device | The device firing this event. | |
| DeviceName | The name of the device firing this event. | |
| State | State information if the event was fired in reaction of a state change. | |
| Time | The time when the event was fired. The value is based on UTC. | |
| Type | The type of the event as a string. |