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

Describes an endpoint on the server that can be interacted with. Inheriting from this interface means you can return some relative path (off a base API URL) at which the endpoint can be visited. More...

Properties

string Path [get]
 The relative path to this endpoint from the root URL.
 

Detailed Description

Describes an endpoint on the server that can be interacted with. Inheriting from this interface means you can return some relative path (off a base API URL) at which the endpoint can be visited.

Definition at line 9 of file IEndpoint.cs.

Inheritance diagram for AnalyzeRe.APITypes.IEndpoint:
AnalyzeRe.API.PortfolioViewMarginals AnalyzeRe.APITypes.IResourceCollection< out T > AnalyzeRe.APITypes.SubResourceEndpoint AnalyzeRe.IAPIResource AnalyzeRe.APITypes.CommandSubResource AnalyzeRe.APITypes.SubResource< T > 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 >

Property Documentation

◆ Path

string AnalyzeRe.APITypes.IEndpoint.Path
get

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: