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

An interface for an object that provides access to some layer instance. More...

Public Member Functions

ShallowCopy< T > ()
 Create a shallow copy of this object.
 

Properties

string collection_name [get]
 The relative path from the root of the API at which the collection of resources of this type reside.
 
string id [get, set]
 The resource's unique identifier. It will be used in the request URL when requesting the resource from the server.
 
string Path [get]
 The relative path to this endpoint from the root URL.
 
string type [get]
 The server identifier for this resource's polymorphic sub-type.
 

Detailed Description

An interface for an object that provides access to some layer instance.

Currently, this interface is designed to create a common inheritance between the ILayer and ILayerView types that is more derived than their prior common base type IAPIResource. This captures the relationship these two types share as both being potential sink/sources reference types for the Layers.Nested type.

Definition at line 11 of file ILayerSource.cs.

Inheritance diagram for AnalyzeRe.ILayerSource:
AnalyzeRe.IAPIResource AnalyzeRe.APITypes.IAPI_Polymorphic AnalyzeRe.IAPIType AnalyzeRe.APITypes.IEndpoint AnalyzeRe.ILayerView< T > AnalyzeRe.ILayer AnalyzeRe.ILayerView< out T > AnalyzeRe.LayerView< T > AnalyzeRe.Layer AnalyzeRe.Layers.ILayer_WithLossSets AnalyzeRe.Layers.BackAllocatedLayer AnalyzeRe.Layers.Layer_WithLossSets AnalyzeRe.Layers.Nested AnalyzeRe.Layers.ValueAllocator AnalyzeRe.Layers.ILayer_WithTerms AnalyzeRe.Layers.Layer_WithLossSets AnalyzeRe.Layers.DelayedPayment AnalyzeRe.Layers.Filter AnalyzeRe.Layers.FixedDatePayment AnalyzeRe.Layers.FixedRateCurrencyConverter AnalyzeRe.Layers.Layer_WithTerms AnalyzeRe.Layers.LossRank AnalyzeRe.Layers.NoClaimsBonus AnalyzeRe.Layers.ILayer_WithAggregateTerms AnalyzeRe.Layers.ILayer_WithOccurrenceTerms AnalyzeRe.Layers.Layer_WithTerms AnalyzeRe.Layers.DelayedPayment AnalyzeRe.Layers.Filter AnalyzeRe.Layers.FixedDatePayment AnalyzeRe.Layers.FixedRateCurrencyConverter AnalyzeRe.Layers.Layer_WithTerms AnalyzeRe.Layers.LossRank AnalyzeRe.Layers.NoClaimsBonus

Member Function Documentation

◆ ShallowCopy< T >()

T AnalyzeRe.IAPIType.ShallowCopy< T > ( )
inherited

Create a shallow copy of this object.

Returns
A shallow copy of this object.

Implemented in AnalyzeRe.APIType.

Type Constraints
T :IAPIType 

Property Documentation

◆ collection_name

◆ id

string AnalyzeRe.IAPIResource.id
getsetinherited

The resource's unique identifier. It will be used in the request URL when requesting the resource from the server.

Implemented in AnalyzeRe.APIResource, and AnalyzeRe.Optimization.Candidate.

Definition at line 14 of file IAPIResource.cs.

◆ Path

string AnalyzeRe.APITypes.IEndpoint.Path
getinherited

The relative path to this endpoint from the root URL.

Implemented in AnalyzeRe.API.PortfolioViewMarginals, AnalyzeRe.APITypes.SubResourceEndpoint, AnalyzeRe.APIResource, and AnalyzeRe.Optimization.Candidate.

Definition at line 13 of file IEndpoint.cs.

◆ type

string AnalyzeRe.APITypes.IAPI_Polymorphic.type
getinherited

The server identifier for this resource's polymorphic sub-type.

Implemented in AnalyzeRe.APITypes.APIType_Polymorphic, AnalyzeRe.APITypes.StoredAPIResource_Polymorphic, and AnalyzeRe.LayerView< T >.

Definition at line 10 of file IAPI_Polymorphic.cs.


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