C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.APITypes.IResourceCollection< out T > Interface Template Reference

Describes a collection of resources which can be listed. More...

Properties

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

Detailed Description

Describes a collection of resources which can be listed.

Template Parameters
TThe base type of resource this collection contains.
Type Constraints
T :IAPIType 

Definition at line 5 of file IResourceCollection.cs.

Inheritance diagram for AnalyzeRe.APITypes.IResourceCollection< out T >:
AnalyzeRe.APITypes.IEndpoint

Property Documentation

◆ 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: