![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewEvent class represents a request for a new event to be generated. The event will be generated based upon the NewEvent data, its Situation configuration, and will receive a unique identifier. More...
#include <NewEvent.h>
Public Member Functions | |
NewEvent () | |
Default constructor. More... | |
NewEvent (VxSdk::VxNewEvent *vxNewEvent) | |
Constructor. More... | |
Package Attributes | |
VxSdk::VxNewEvent * | _newEvent |
Properties | |
System::String^ | GeneratorDeviceId [get, set] |
Gets or sets the unique identifier of the device that generated this event. More... | |
System::String^ | Id [get, set] |
Gets or sets the unique identifier of the event. If not provided, the server will create this value. More... | |
System::Collections::Generic::List< System::Collections::Generic::KeyValuePair< System::String^ , System::String^ >>^ | Properties [get, set] |
Gets or sets any additional information related to the event. More... | |
System::String^ | SituationType [get, set] |
Gets or sets the identifier for the type of situation that led to this new event. More... | |
System::String^ | SourceDeviceId [get, set] |
Gets or sets the unique identifier of the device that the situation occurred on. More... | |
System::String^ | SourceUserName [get, set] |
Gets or sets the unique identifier of the user that caused the situation to occur. More... | |
System::DateTime | Time [get, set] |
Gets or sets the time at which the situation occurred. More... | |
The NewEvent class represents a request for a new event to be generated. The event will be generated based upon the NewEvent data, its Situation configuration, and will receive a unique identifier.
Definition at line 15 of file NewEvent.h.
|
inline |
|
inline |
|
package |
Definition at line 125 of file NewEvent.h.
|
getset |
Gets or sets the unique identifier of the device that generated this event.
The unique identifier.
Definition at line 35 of file NewEvent.h.
|
getset |
Gets or sets the unique identifier of the event. If not provided, the server will create this value.
The unique identifier.
Definition at line 45 of file NewEvent.h.
|
getset |
Gets or sets any additional information related to the event.
A List
containing the event properties.
Definition at line 55 of file NewEvent.h.
|
getset |
Gets or sets the identifier for the type of situation that led to this new event.
The type identifier of the situation.
Definition at line 88 of file NewEvent.h.
|
getset |
Gets or sets the unique identifier of the device that the situation occurred on.
The unique identifier.
Definition at line 98 of file NewEvent.h.
|
getset |
Gets or sets the unique identifier of the user that caused the situation to occur.
The unique identifier.
Definition at line 108 of file NewEvent.h.
|
getset |
Gets or sets the time at which the situation occurred.
The time.
Definition at line 118 of file NewEvent.h.