BindingUtilities 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.]
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The BindingUtilities type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetValuesByFirstIndex | Returns the values for a decision that has two index sets. |
![]() ![]() | GetValuesByIndex | Returns the values for a decision with a single index sets. |
![]() ![]() | SetBinding(Parameter, IEnumerable(Of Object())) | Binds an indexed parameter to a sequence of values. |
![]() ![]() | SetBinding(Of T)(Parameter, IEnumerable(Of IEnumerable(Of T))) | Binds an indexed parameter object to a table. |
![]() ![]() | SetBinding(Of T)(Parameter, IEnumerable(Of T)) | Binds an indexed parameter to a sequence of values. |
![]() ![]() | SetBinding(Of T)(Parameter, T) | Binds a parameter object to a scalar value. |
Show:
