![]() |
C++/CLI Sample
Demonstrates how to create a C++/CLI library using the VideoXpert SDK
|
The NewSchedule class represents a new schedule. More...
#include <NewSchedule.h>
Public Member Functions | |
NewSchedule () | |
Default constructor. More... | |
NewSchedule (VxSdk::VxNewSchedule *vxNewSchedule) | |
Constructor. More... | |
virtual | ~NewSchedule () |
Destructor. More... | |
!NewSchedule () | |
Finaliser. More... | |
Package Attributes | |
VxSdk::VxNewSchedule * | _newSchedule |
System::Collections::Generic::List< NewScheduleTrigger^ >^ | _scheduleTriggers |
Properties | |
Schedule::Actions | Action [get, set] |
Gets or sets the event action to use for the schedule. More... | |
System::String^ | Id [get, set] |
Gets or sets the unique schedule identifier. More... | |
System::String^ | Name [get, set] |
Gets or sets the friendly name of the schedule. More... | |
System::Collections::Generic::List< NewScheduleTrigger^ >^ | ScheduleTriggers [get] |
Gets the triggers that shall be included in this schedule. More... | |
bool | UseAllDataSources [get, set] |
Gets or sets whether the schedule will apply to all data sources regardless of what data sources are linked to the schedule. More... | |
The NewSchedule class represents a new schedule.
Definition at line 13 of file NewSchedule.h.
|
inline |
Default constructor.
Definition at line 19 of file NewSchedule.h.
CPPCli::NewSchedule::NewSchedule | ( | VxSdk::VxNewSchedule * | vxNewSchedule | ) |
Constructor.
Implements the new schedule class.
vxNewSchedule | The new schedule. |
Definition at line 6 of file NewSchedule.cpp.
|
inlinevirtual |
CPPCli::NewSchedule::!NewSchedule | ( | ) |
|
package |
Definition at line 93 of file NewSchedule.h.
|
package |
Definition at line 94 of file NewSchedule.h.
|
getset |
Gets or sets the event action to use for the schedule.
The event Action.
Definition at line 46 of file NewSchedule.h.
|
getset |
Gets or sets the unique schedule identifier.
The unique identifier.
Definition at line 56 of file NewSchedule.h.
|
getset |
Gets or sets the friendly name of the schedule.
The friendly name.
Definition at line 66 of file NewSchedule.h.
|
get |
Gets the triggers that shall be included in this schedule.
A List
of triggers included in the schedule.
Definition at line 76 of file NewSchedule.h.
|
getset |
Gets or sets whether the schedule will apply to all data sources regardless of what data sources are linked to the schedule.
true
if the schedule will apply to all data sources, false
if not.
Definition at line 86 of file NewSchedule.h.