Show / Hide Table of Contents

Interface IGenericMetricsPlanTransformer<T>

Generic transformer interface, with arbitrary output type.

Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IGenericMetricsPlanTransformer<T>
Type Parameters
Name Description
T

Output type of the transformer.

Methods

View Source

Transform(MetricsPlan)

Transform the MetricsPlan into an object of the appropriate type.

Declaration
T Transform(MetricsPlan plan)
Parameters
Type Name Description
MetricsPlan plan
Returns
Type Description
T

Extension Methods

ObjectExtensions.EventId(Object)
  • View Source
Back to top Generated by DocFX