Schedule |
[SerializableAttribute] public struct ScheduleStateTransition
The ScheduleStateTransition type exposes the following members.
| Name | Description | |
|---|---|---|
| ScheduleStateTransition | Initializes a new instance of the ScheduleStateTransition structure to the specified display name, transition time and transition type. |
| Name | Description | |
|---|---|---|
| ScheduleDisplayName | Gets the display name of the schedule to which this egde belongs - GetScheduleStateTransitions(String). | |
| StateTransitionType | Gets the type of the schedule state change (form not active to active or from active to not active). | |
| TransitionTime | Gets 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. |
| Name | Description | |
|---|---|---|
| Equals(Object) | Returns a value indicating whether this instance is equal to a specified object. (Overrides ValueTypeEquals(Object)) | |
| Equals(ScheduleStateTransition) | Returns a value indicating whether this instance is equal to the specified ScheduleStateTransition instance. | |
| GetHashCode | Returns the hash code for this instance. (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Converts the value of the current ScheduleStateTransition object to its equivalent string representation. (Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| Equality(ScheduleStateTransition, ScheduleStateTransition) | Determines whether two specified instances of ScheduleStateTransition are equal. | |
| Inequality(ScheduleStateTransition, ScheduleStateTransition) | Determines whether two specified instances of ScheduleStateTransition are not equal. |