C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.APITypes.IAPIAnalysis Interface Reference

Interface for resources that reference an analysis profile. More...

Properties

IReference< AnalysisProfileanalysis_profile [get, set]
 The analysis profile used to analyze the resource.
 
string target_currency [get, set]
 The default currency results are returned in. If not specified, the server will automatically select a reasonable default currency based on the structure's terms.
 

Detailed Description

Interface for resources that reference an analysis profile.

Definition at line 8 of file IAPIAnalysis.cs.

Inheritance diagram for AnalyzeRe.APITypes.IAPIAnalysis:
AnalyzeRe.IAPIResourceView AnalyzeRe.Optimization.OptimizationView AnalyzeRe.ILayerView< T > AnalyzeRe.APIResourceView.BaseAPIResourceView AnalyzeRe.ILayerView< out T > AnalyzeRe.LayerView< T > AnalyzeRe.LayerView< T > AnalyzeRe.PortfolioView

Property Documentation

◆ analysis_profile

IReference<AnalysisProfile> AnalyzeRe.APITypes.IAPIAnalysis.analysis_profile
getset

The analysis profile used to analyze the resource.

Implemented in AnalyzeRe.APIResourceView.BaseAPIResourceView, and AnalyzeRe.Optimization.OptimizationView.

Definition at line 13 of file IAPIAnalysis.cs.

◆ target_currency

string AnalyzeRe.APITypes.IAPIAnalysis.target_currency
getset

The default currency results are returned in. If not specified, the server will automatically select a reasonable default currency based on the structure's terms.

Implemented in AnalyzeRe.APIResourceView.BaseAPIResourceView, and AnalyzeRe.Optimization.OptimizationView.

Definition at line 20 of file IAPIAnalysis.cs.


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