![]() |
C# Client Library
A C# Client Library for the AnalyzeRe REST API
|
Represents the endpoint on the server for requesting marginal portfolios. More...
Classes | |
| class | MarginalPortfolioView |
| The structure used to create a Marginal PortfolioView. More... | |
Static Public Member Functions | |
| static IReference< PortfolioView > | Post (IReference< PortfolioView > basePortfolio, IEnumerable< IReference< ILayerView > > layerViewsToAdd=null, IEnumerable< IReference< ILayerView > > layerViewsToRemove=null, IEnumerable< Parameter > requestParameters=null, int? timeout=null) |
| Construct a "marginal" PortfolioView by adding and/or removing one or more LayerViews to/from some base PortfolioView. | |
Static Public Attributes | |
| static readonly string | PATH = "portfolio_view_marginals" |
| The path of the endpoint for requesting marginal portfolios. | |
Properties | |
| string | Path [get] |
| The relative path to this endpoint from the root URL. | |
Represents the endpoint on the server for requesting marginal portfolios.
Definition at line 16 of file API.PortfolioViewMarginals.cs.
|
inlinestatic |
Construct a "marginal" PortfolioView by adding and/or removing one or more LayerViews to/from some base PortfolioView.
| basePortfolio | The PortfolioView to modify. |
| layerViewsToAdd | The ILayerView references to add. |
| layerViewsToRemove | The ILayerView references to remove. |
| requestParameters | Optional - Additional parameters to include in the request. |
| timeout | Optional - The desired request timeout (in milliseconds). |
Definition at line 57 of file API.PortfolioViewMarginals.cs.
The path of the endpoint for requesting marginal portfolios.
Definition at line 19 of file API.PortfolioViewMarginals.cs.
|
get |
The relative path to this endpoint from the root URL.
Implements AnalyzeRe.APITypes.IEndpoint.
Definition at line 22 of file API.PortfolioViewMarginals.cs.