EndTimeConstraint Methods
The EndTimeConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| AddToJobActivationList | Adds the constraint instance to the constraint activation list of a job. (Overrides SchedulingConstraint.AddToJobActivationList().) |
| ClearWakeupList | Clears any wakeup information that is associated with the constraint. (Inherited from SchedulingConstraint.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| MarkJobAsFailedToSchedule | Marks the jobs as failed to be scheduled. (Inherited from SchedulingConstraint.) |
| MemberwiseClone | (Inherited from Object.) |
| Propagate | Does a simple propagation. (Overrides SchedulingConstraint.Propagate(JobSchedulingEngine).) |
| RemoveFromJobActivationList | Removes the constraint instance from the constraint activation list of a job. (Inherited from SchedulingConstraint.) |
| Replay | Replays the constraint using the supplied scheduling engine. (Overrides SchedulingConstraint.Replay(ISchedulingEngine).) |
| ToString | (Inherited from Object.) |
| UpdateVariableWakeupLists | Adds the constraint instance to all variable wakeup lists that should trigger a new propagation of the constraint. (Overrides SchedulingConstraint.UpdateVariableWakeupLists(HashSet<SchedulingVariable>).) |
Community Additions
ADD
Show: