BindingUtilities Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides helper methods to support data binding for Parameter and Decision objects.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Services.BindingUtilities
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public NotInheritable Class BindingUtilities
public static class BindingUtilities
[ExtensionAttribute]
public ref class BindingUtilities abstract sealed
[<AbstractClass>]
[<Sealed>]
type BindingUtilities = class end
public final class BindingUtilities
The BindingUtilities type exposes the following members.
Methods
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<array<Object[]>) | Binds an indexed parameter to a sequence of values. | |
SetBinding<T>(Parameter, IEnumerable<IEnumerable<T>>) | Binds an indexed parameter object to a table. | |
SetBinding<T>(Parameter, IEnumerable<T>) | Binds an indexed parameter to a sequence of values. | |
SetBinding<T>(Parameter, T) | Binds a parameter object to a scalar value. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.