SolutionMapping.GetIndexes Method (Decision)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns a collection of indexes that are related to a decision.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public MustOverride Function GetIndexes ( _
decision As Decision _
) As IEnumerable(Of Object())
public abstract IEnumerable<Object[]> GetIndexes(
Decision decision
)
public:
virtual IEnumerable<array<Object^>^>^ GetIndexes(
Decision^ decision
) abstract
abstract GetIndexes :
decision:Decision -> IEnumerable<Object[]>
public abstract function GetIndexes(
decision : Decision
) : IEnumerable<Object[]>
Parameters
- decision
Type: Microsoft.SolverFoundation.Services.Decision
The decision.
Return Value
Type: System.Collections.Generic.IEnumerable<array<Object[]>
A collection of indexes related to the decision.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.