ScheduleStateTransition Constructor |  |
Initializes a new instance of the ScheduleStateTransition structure to the specified display name,
transition time and transition type.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxpublic ScheduleStateTransition(
string scheduleDisplayName,
DateTime transitionTime,
ScheduleStateTransitionType stateTransitionType
)
Parameters
- scheduleDisplayName String
- Display name of the schedule to which this egde belongs
- transitionTime DateTime
- Date/time of the schedule state transition.
- stateTransitionType ScheduleStateTransitionType
- Type of the schedule state change (form not active to active
or from active to not active)
See Also