Show / Hide Table of Contents

Class ValidatorExtensions

Wrapper class for extension methods on the IMetricsPlanValidator interface.

Inheritance
Object
ValidatorExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.MetricSetSyntaxTree.Extensions
Assembly: MetricSetSyntaxTree.dll
Syntax
public static class ValidatorExtensions

Methods

View Source

Validate(IMetricsPlanValidator, MetricsPlan)

Throw an exception if the MetricsPlan does not pass validation.

Declaration
public static void Validate(this IMetricsPlanValidator validator, MetricsPlan plan)
Parameters
Type Name Description
IMetricsPlanValidator validator

Any validator to apply to the MetricsPlan.

MetricsPlan plan

Any MetricsPlan object.

  • View Source
Back to top Generated by DocFX