Click or drag to resize

ScheduleStateTransition Constructor

Initializes a new instance of the ScheduleStateTransition structure to the specified display name, transition time and transition type.

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
public 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