Decision.SetBinding<T> Method (IEnumerable<T>, String, array<String[])

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the Decision class.

Namespace:  Microsoft.SolverFoundation.Services
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub SetBinding(Of T) ( _
    binding As IEnumerable(Of T), _
    valueField As String, _
    ParamArray indexFields As String() _
)
public void SetBinding<T>(
    IEnumerable<T> binding,
    string valueField,
    params string[] indexFields
)
public:
generic<typename T>
void SetBinding(
    IEnumerable<T>^ binding, 
    String^ valueField, 
    ... array<String^>^ indexFields
)
member SetBinding : 
        binding:IEnumerable<'T> * 
        valueField:string * 
        indexFields:string[] -> unit 
JScript does not support generic types or methods.

Type Parameters

  • T

Parameters

  • valueField
    Type: System.String
    The name of the property of each input object that is assigned the value of the data decisions.
  • indexFields
    Type: array<System.String[]
    The names of the properties of each input object that contains the indexes of the data decisions. There is a new decision for each index set that was provided when the Decision was created.

Exceptions

Exception Condition
InvalidModelDataException

A property or field cannot be found, or the property or field is not writeable.

.NET Framework Security

See Also

Reference

Decision Class

SetBinding Overload

Microsoft.SolverFoundation.Services Namespace