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

A shared interface for metrics responses that dictate their metrics be accompanied by some context object. More...

Public Member Functions

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

Properties

context [get]
 The context of a metrics request, indicating what parameters were used in the simulation that produced the associated metrics response.
 

Detailed Description

A shared interface for metrics responses that dictate their metrics be accompanied by some context object.

Type Constraints
T :Context 

Definition at line 7 of file IMetricsResponse.cs.

Inheritance diagram for AnalyzeRe.Metrics.IMetricsResponse< out T >:
AnalyzeRe.IAPIType

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

◆ context

T AnalyzeRe.Metrics.IMetricsResponse< out T >.context
get

The context of a metrics request, indicating what parameters were used in the simulation that produced the associated metrics response.

Definition at line 12 of file IMetricsResponse.cs.


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