Click or drag to resize

ScheduleStateTransition Structure

Represents an inmutable object which describes a state transition of the BVMS schedule.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Bosch.Vms.SDKScheduleStateTransition

Namespace: Bosch.Vms.SDK
Assembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntax
C#
[SerializableAttribute]
public struct ScheduleStateTransition

The ScheduleStateTransition type exposes the following members.

Constructors
 NameDescription
Public methodScheduleStateTransitionInitializes a new instance of the ScheduleStateTransition structure to the specified display name, transition time and transition type.
Top
Properties
 NameDescription
Public propertyScheduleDisplayNameGets the display name of the schedule to which this egde belongs - GetScheduleStateTransitions(String).
Public propertyStateTransitionTypeGets the type of the schedule state change (form not active to active or from active to not active).
Public propertyTransitionTimeGets the date/time of the schedule state transition. In case of using the method GetScheduleStateTransitions(String) the time is expressed as local time of the Management Server. In case of using the method GetScheduleStateTransitionsUtc(String) the time is expressed as UTC time.
Top
Methods
 NameDescription
Public methodEquals(Object)Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object))
Public methodEquals(ScheduleStateTransition)Returns a value indicating whether this instance is equal to the specified ScheduleStateTransition instance.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringConverts the value of the current ScheduleStateTransition object to its equivalent string representation.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(ScheduleStateTransition, ScheduleStateTransition)Determines whether two specified instances of ScheduleStateTransition are equal.
Public operatorStatic memberInequality(ScheduleStateTransition, ScheduleStateTransition)Determines whether two specified instances of ScheduleStateTransition are not equal.
Top
See Also