ResourceVariable Methods
The ResourceVariable type exposes the following members.
| Name | Description | |
|---|---|---|
| AddConstraintToWakeupList | Adds a constraint to the wakeup list of the variable. (Inherited from SchedulingVariable.) |
| AddResourceId | Adds a resource ID to the set of valid resources. |
| Bind | Binds the variable to specific ID. |
| ClearWakeupList | Removes all the constraints from the wakeup list. (Inherited from SchedulingVariable.) |
| Equals | (Inherited from Object.) |
| Finalize | (Inherited from Object.) |
| GetHashCode | (Inherited from Object.) |
| GetType | (Inherited from Object.) |
| IsBound | Checks whether the variable is bound to one value. (Overrides SchedulingVariable.IsBound().) |
| MemberwiseClone | (Inherited from Object.) |
| MoveNextValue | Binds to the next possible value. (Overrides SchedulingVariable.MoveNextValue().) |
| ResetValueSearch | Resets the search for values. (Overrides SchedulingVariable.ResetValueSearch(OptimizationGoal).) |
| RestrictEqualTo | Overloaded. |
| RestrictNotEqualTo | Ensures that the two resource variables are not assigned to the same value. |
| RollbackMark | Gets the marker to use for rollback. (Overrides SchedulingVariable.RollbackMark().) |
| RollbackToMark | Rolls back to the state it was in when the mark was retrieved after the rollback mark. (Overrides SchedulingVariable.RollbackToMark(Int32).) |
| ToString | The resource variable as a string. (Overrides Object.ToString().) |
Community Additions
ADD
Show: