|
System::String^ | AckClientId [get] |
| Gets the identifier of the client that set the current ackState, if any. More...
|
|
System::String^ | AckClientName [get] |
| Gets the friendly name of the client that set the current AckState, if any. More...
|
|
AckStates | AckState [get] |
| Gets the current acknowledgement state of the event. More...
|
|
System::DateTime | AckTime [get] |
| Gets the time at which the current AckState was set. More...
|
|
System::String^ | AckUserName [get] |
| Gets the name of the user that set the current AckState, if any. More...
|
|
CPPCli::Device^ | GeneratorDevice [get] |
| Gets the unique identifier of the device that created and injected this event into the system. More...
|
|
System::String^ | GeneratorDeviceId [get] |
| Gets the unique identifier of the device that created and injected this event into the system. More...
|
|
System::String^ | GeneratorDeviceName [get] |
| Gets the friendly name of the generator device, if any. More...
|
|
System::String^ | Id [get] |
| Gets the unique identifier created by the device that generated the event. More...
|
|
bool | IsInitial [get] |
| Gets a value indicating whether the event is in its initial generated state (its ackState has not been updated). More...
|
|
System::Collections::Generic::List< System::Collections::Generic::KeyValuePair< System::String^ , System::String^ >>^ | Properties [get] |
| Gets a list of the properties associated with the event, if any. More...
|
|
unsigned short | Severity [get] |
| Gets the severity of the event, from 1 (highest) to 10 (lowest). More...
|
|
CPPCli::Situation^ | Situation [get] |
| Gets the type of the situation that led to the generation of this Event. More...
|
|
System::String^ | SituationType [get] |
| Gets the type of the situation that led to the generation of this Event. More...
|
|
System::String^ | SourceClientId [get] |
| Gets the client identifier of the client that was the cause of the situation, if any. More...
|
|
CPPCli::Device^ | SourceDevice [get] |
| Gets the unique identifier of the device that the situation occurred on. More...
|
|
System::String^ | SourceDeviceId [get] |
| Gets the unique identifier of the device that the situation occurred on. More...
|
|
System::String^ | SourceDeviceName [get] |
| Gets the friendly name of the source device. More...
|
|
CPPCli::User^ | SourceUser [get] |
| Gets the name of the user that was the cause of the situation, if any. More...
|
|
System::String^ | SourceUserName [get] |
| Gets the name of the user that was the cause of the situation, if any. More...
|
|
System::DateTime | Time [get] |
| Gets the time at which the situation occurred. More...
|
|
The Event class represents an instance of a particular situation that has occurred.
Definition at line 15 of file Event.h.