![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewTag class represents a new privilege. More...
#include <NewPrivilege.h>
Public Member Functions | |
| NewPrivilege () | |
| Default constructor. More... | |
| NewPrivilege (VxSdk::VxNewPrivilege *vxNewPrivilege) | |
| Constructor. More... | |
Package Attributes | |
| VxSdk::VxNewPrivilege * | _newPrivilege |
Properties | |
| Privilege::PermissionIds | PermissionId [get, set] |
| Gets or sets the identifier of the permission being granted by this privilege. More... | |
| int | Priority [get, set] |
| Gets or sets the relative priority for the privilege, from 1 to 250. Smaller numbers have higher priority than larger numbers (e.g. 1 is the highest priority). More... | |
The NewTag class represents a new privilege.
Definition at line 12 of file NewPrivilege.h.
|
inline |
Default constructor.
Definition at line 18 of file NewPrivilege.h.
|
inline |
Constructor.
| vxNewPrivilege | The new privilege. |
Definition at line 26 of file NewPrivilege.h.
|
package |
Definition at line 52 of file NewPrivilege.h.
|
getset |
Gets or sets the identifier of the permission being granted by this privilege.
The permission identifier.
Definition at line 34 of file NewPrivilege.h.
|
getset |
Gets or sets the relative priority for the privilege, from 1 to 250. Smaller numbers have higher priority than larger numbers (e.g. 1 is the highest priority).
The priority.
Definition at line 45 of file NewPrivilege.h.