Show / Hide Table of Contents

Interface IMetricsPlanValidator

A validator should inspect a MetricsPlan and return a list of errors if any exist.

Inherited Members
IGenericMetricsPlanTransformer<List<String>>.Transform(MetricsPlan)
Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IMetricsPlanValidator : IGenericMetricsPlanTransformer<List<string>>

Extension Methods

ObjectExtensions.EventId(Object)
ValidatorExtensions.Validate(IMetricsPlanValidator, MetricsPlan)
  • View Source
Back to top Generated by DocFX