C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
Candidates.cs
Go to the documentation of this file.
2
4{
6 public class Candidates : SubResourceCollection<Candidate>
7 {
9 public static readonly string CLASS_COLLECTION_NAME = "candidates";
10
12 public new OptimizationView Owner { get; }
13
14 #region Constructor
21 #endregion Constructor
22 }
23}
Describes a collection of resources which can be listed.
Describes a collection of resources available off another resource. Allows APIResources to quickly de...
A sub-collection of candidate results that exists off of an OptimizationView resource.
Definition Candidates.cs:7
Candidates(OptimizationView owner)
Initialize a Candidates endpoint.
Definition Candidates.cs:17
static readonly string CLASS_COLLECTION_NAME
The collection endpoint at which resources of this type reside on the server.
Definition Candidates.cs:9
new OptimizationView Owner
The OptimizationView which owns this collection of candidates.
Definition Candidates.cs:12
Representation of a set of Optimization Parameters.