Goal Class
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines a term and its role in the model.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The Goal type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets a comment for the goal object. |
![]() | Enabled | Gets or sets a value that indicates whether the goal is enabled. |
![]() | Expression | Gets the expression of the goal. |
![]() | Kind | Gets the direction of the goal. |
![]() | Name | Gets the name of the goal. |
![]() | Order | Gets or sets the order of the goal. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToDouble | Converts the goal to a double value. |
![]() | ToInt32 | Converts the goal to an integer value. |
![]() | ToString | Converts the goal to a string. (Overrides Object.ToString.) |
Show:
