Show / Hide Table of Contents

Interface IMetricsPlanTransformer

An IMetricsPlanTransformer should accept a MetricsPlan and produce a new MetricsPlan with modification.

Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IMetricsPlanTransformer

Methods

View Source

Transform(MetricsPlan, IMetricsPlanValidator)

Produce new MetricsPlan with updates from the transformation.

Declaration
MetricsPlan Transform(MetricsPlan plan, IMetricsPlanValidator validator)
Parameters
Type Name Description
MetricsPlan plan
IMetricsPlanValidator validator
Returns
Type Description
MetricsPlan

Extension Methods

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