Interface IMetricsPlanValidator
A validator should inspect a MetricsPlan and return a list of errors if any exist.
Inherited Members
Namespace: Mangrove.MetricSetSyntaxTree.Operations
Assembly: MetricSetSyntaxTree.dll
Syntax
public interface IMetricsPlanValidator : IGenericMetricsPlanTransformer<List<string>>