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

LayerView factory class. More...

Static Public Member Functions

static ILayerView< T > Create< T > (T layer, AnalysisProfile analysisProfile, string targetCurrency=null)
 Create a new generically typed LayerView.
 
static ILayerView< T > Create< T > (T layer, IReference< AnalysisProfile > analysisProfile, string targetCurrency=null)
 Create a new generically typed LayerView.
 

Static Public Attributes

static readonly string CLASS_COLLECTION_NAME = "layer_views"
 The collection endpoint at which resources of this type reside on the server.
 

Detailed Description

LayerView factory class.

Definition at line 8 of file LayerViews.cs.

Member Function Documentation

◆ Create< T >() [1/2]

static ILayerView< T > AnalyzeRe.LayerViews.Create< T > ( layer,
AnalysisProfile  analysisProfile,
string  targetCurrency = null 
)
static

Create a new generically typed LayerView.

Parameters
layerThe layer to include in the LayerView.
analysisProfileThe analysis profile to reference.
targetCurrency(Optional) The currency this view's YLTs should be stored in, and the default currency results are returned in.
Template Parameters
TThe layer type.
Returns
A new LayerView with the specified properties.
Type Constraints
T :ILayer 
T :Create 
T :layer 
T :analysisProfile 
T :ToReference() 
T :targetCurrency 

◆ Create< T >() [2/2]

static ILayerView< T > AnalyzeRe.LayerViews.Create< T > ( layer,
IReference< AnalysisProfile analysisProfile,
string  targetCurrency = null 
)
inlinestatic

Create a new generically typed LayerView.

Parameters
layerThe layer to include in the LayerView.
analysisProfileThe analysis profile reference to include.
targetCurrency(Optional) The currency this view's YLTs should be stored in, and the default currency results are returned in.
Template Parameters
TThe layer type.
Returns
A new LayerView with the specified properties.
Type Constraints
T :ILayer 

Definition at line 23 of file LayerViews.cs.

Member Data Documentation

◆ CLASS_COLLECTION_NAME

readonly string AnalyzeRe.LayerViews.CLASS_COLLECTION_NAME = "layer_views"
static

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

Definition at line 11 of file LayerViews.cs.


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