This documentation is archived and is not being maintained.
AutoFillJobConstraint Methods
The AutoFillJobConstraint type exposes the following members.
|
| Name | Description |
|
AddToJobActivationList
|
Adds the constraint instance to the constraint activation list of a job. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
AlignAfterRounding
| (Inherited from WorkingTimeAndCapacityConstraint.) |
|
ClearWakeupList
|
Clears any wakeup information that is associated with the constraint. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
Equals
| (Inherited from Object.) |
|
Finalize
| (Inherited from Object.) |
|
FiniteCapacity
|
Determine whether to use finite capacity with the given JobResource instance. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
GetEnumerator
|
Retrieves the capacity slot enumerator. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
GetHashCode
| (Inherited from Object.) |
|
GetMilliSecondsToSchedule
| (Overrides WorkingTimeAndCapacityConstraint.GetMilliSecondsToSchedule(Int64, Double, Int32).) |
|
GetType
| (Inherited from Object.) |
|
IsOkToBindVariables
| |
|
IsOkToPropagate
|
Checks whether pre-conditions for a correct propagation are satisfied. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
IsPerformReservationAllowedByEndPoints
| (Overrides WorkingTimeAndCapacityConstraint.IsPerformReservationAllowedByEndPoints(Boolean).) |
|
IsSlotOutsideBoundaries
| (Overrides WorkingTimeAndCapacityConstraint.IsSlotOutsideBoundaries(Boolean, Job, CapacitySlot).) |
|
IsValidFirstSlot
|
Validates that the slot is a valid start slot. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
IsValidLastSlot
|
Checks whether the slot falls within boundaries. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
MarkJobAsFailedToSchedule
|
Marks the jobs as failed to be scheduled. (Inherited from SchedulingConstraint.) |
|
MemberwiseClone
| (Inherited from Object.) |
|
OnRuntimeFound
|
Raises a RuntimeFound event. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
ProcessCapacitySlots
| Overloaded. |
|
Propagate
| (Overrides WorkingTimeAndCapacityConstraint.Propagate(JobSchedulingEngine).) |
|
RemoveFromJobActivationList
|
Removes the constraint instance from the constraint activation list of a job. (Inherited from SchedulingConstraint.) |
|
Replay
|
Replays the constraint using the specified scheduling engine. (Inherited from WorkingTimeAndCapacityConstraint.) |
|
RestrictEndPoints
| (Overrides WorkingTimeAndCapacityConstraint.RestrictEndPoints(Job, Boolean, IList<CandidateSlot>, Int32, Double).) |
|
RestrictEndpointsAndReserveCapacity
| Overloaded. |
|
ToString
| (Overrides Object.ToString().) |
|
TrimFirstSlots
| (Overrides WorkingTimeAndCapacityConstraint.TrimFirstSlots(IList<CandidateSlot>, Double, Double, Boolean, Double).) |
|
TrimLastSlot
| Overloaded. |
|
UpdateVariableWakeupLists
| (Overrides WorkingTimeAndCapacityConstraint.UpdateVariableWakeupLists(HashSet<SchedulingVariable>).) |
Top