![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
A sub-collection of candidate results that exists off of an OptimizationView resource. More...
Public Member Functions | |
Candidates (OptimizationView owner) | |
Initialize a Candidates endpoint. | |
Static Public Attributes | |
static readonly string | CLASS_COLLECTION_NAME = "candidates" |
The collection endpoint at which resources of this type reside on the server. | |
Properties | |
new OptimizationView | Owner [get] |
The OptimizationView which owns this collection of candidates. | |
A sub-collection of candidate results that exists off of an OptimizationView resource.
Definition at line 6 of file Candidates.cs.
|
inline |
The collection endpoint at which resources of this type reside on the server.
Definition at line 9 of file Candidates.cs.
|
get |
The OptimizationView which owns this collection of candidates.
Definition at line 12 of file Candidates.cs.