C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Optimization.Candidates Class Reference

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.
 

Detailed Description

A sub-collection of candidate results that exists off of an OptimizationView resource.

Definition at line 6 of file Candidates.cs.

Inheritance diagram for AnalyzeRe.Optimization.Candidates:
AnalyzeRe.APITypes.SubResourceCollection< Candidate >

Constructor & Destructor Documentation

◆ Candidates()

AnalyzeRe.Optimization.Candidates.Candidates ( OptimizationView  owner)
inline

Initialize a Candidates endpoint.

Parameters
owner

Definition at line 17 of file Candidates.cs.

Member Data Documentation

◆ CLASS_COLLECTION_NAME

readonly string AnalyzeRe.Optimization.Candidates.CLASS_COLLECTION_NAME = "candidates"
static

The collection endpoint at which resources of this type reside on the server.

Definition at line 9 of file Candidates.cs.

Property Documentation

◆ Owner

new OptimizationView AnalyzeRe.Optimization.Candidates.Owner
get

The OptimizationView which owns this collection of candidates.

Definition at line 12 of file Candidates.cs.


The documentation for this class was generated from the following file: