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

Interface for Base class used by all resources. 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.
 

Detailed Description

Interface for Base class used by all resources.

Definition at line 8 of file IAPIResource.cs.

Inheritance diagram for AnalyzeRe.IAPIResource:
AnalyzeRe.IAPIType AnalyzeRe.APITypes.IEndpoint AnalyzeRe.APIResource AnalyzeRe.APITypes.IStoredAPIResource AnalyzeRe.IAPIResourceView AnalyzeRe.ILayerSource AnalyzeRe.Optimization.Candidate AnalyzeRe.API.PortfolioViewMarginals.MarginalPortfolioView AnalyzeRe.APIResourceView.BaseAPIResourceView AnalyzeRe.APITypes.StoredAPIResource AnalyzeRe.Authentication.OauthAccessToken AnalyzeRe.APITypes.IStoredAPIResource_WithStatus AnalyzeRe.APITypes.StoredAPIResource AnalyzeRe.Distributions.IDistribution AnalyzeRe.ILayer AnalyzeRe.LossSets.ILossSet AnalyzeRe.ILayerView< T > AnalyzeRe.APIResourceView.BaseAPIResourceView AnalyzeRe.ILayerView< out T > AnalyzeRe.ILayerView< T > AnalyzeRe.ILayer AnalyzeRe.ILayerView< out T >

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
getset

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.


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