Parameter 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.]
Represents a group of terms that binds to data.
System.Object
Microsoft.SolverFoundation.Services.Term
Microsoft.SolverFoundation.Services.Parameter
Microsoft.SolverFoundation.Services.Term
Microsoft.SolverFoundation.Services.Parameter
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The Parameter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Parameter(Domain, String) | Initializes a new instance of the Parameter class. |
![]() | Parameter(Domain, String, Set()) | Initializes a new instance of the Parameter class. |
| Name | Description | |
|---|---|---|
![]() | Description | Gets or sets a description for a parameter object. |
![]() | IndexSets | Gets the index sets for a parameter object. |
![]() | Item | Returns the parameter specified by the indexes. |
![]() | Name | Gets the name of a parameter. |
| 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.) |
![]() | SetBinding(Of T)(IEnumerable(Of T), Func(Of T, TResult)) | |
![]() | SetBinding(Of T)(IEnumerable(Of T), String) | Binds parameters to data. |
![]() | SetBinding(Of T)(IEnumerable(Of T), Func(Of T, TResult), Boolean) | |
![]() | SetBinding(Of T)(IEnumerable(Of T), String, String()) | Binds parameters to data using the specified properties. |
![]() | SetBinding(Of T)(IEnumerable(Of T), Func(Of T, TResult), Boolean, T) | |
![]() | SetBinding(Of T)(IEnumerable(Of T), String, Rational, String()) | Binds the parameter to data. |
![]() | SetIndexSet | Resets the specified index set. |
![]() | ToString | Converts a parameter to its equivalent string representation. (Overrides Object.ToString.) |
![]() | ToString(String, IFormatProvider) | Converts a term to its equivalent string representation. (Inherited from Term.) |
| Name | Description | |
|---|---|---|
![]() | SetBinding(IEnumerable(Of Object())) | Overloaded. Binds an indexed parameter to a sequence of values. (Defined by BindingUtilities.) |
![]() | SetBinding(Of T)(T) | Overloaded. Binds a parameter object to a scalar value. (Defined by BindingUtilities.) |
![]() | SetBinding(Of T)(IEnumerable(Of T)) | Overloaded. Binds an indexed parameter to a sequence of values. (Defined by BindingUtilities.) |
![]() | SetBinding(Of T)(IEnumerable(Of IEnumerable(Of T))) | Overloaded. Binds an indexed parameter object to a table. (Defined by BindingUtilities.) |
Show:
