![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewNotification class represents a new notification. More...
#include <NewNotification.h>
Public Member Functions | |
| NewNotification () | |
| Default constructor. More... | |
| NewNotification (VxSdk::VxNewNotification *vxNewNotification) | |
| Constructor. More... | |
Package Attributes | |
| VxSdk::VxNewNotification * | _newNotification |
| System::Collections::Generic::List< Role^ >^ | _roles |
Properties | |
| System::Collections::Generic::List< Role^ >^ | Roles [get, set] |
| Gets or sets the roles that should receive this notification. More... | |
The NewNotification class represents a new notification.
Definition at line 12 of file NewNotification.h.
|
inline |
Default constructor.
Definition at line 18 of file NewNotification.h.
|
inline |
Constructor.
| vxNewNotification | The new notification. |
Definition at line 27 of file NewNotification.h.
|
package |
Definition at line 43 of file NewNotification.h.
|
package |
Definition at line 44 of file NewNotification.h.
|
getset |
Gets or sets the roles that should receive this notification.
A List of role ids.
Definition at line 36 of file NewNotification.h.