Class SimpleMetricSet
Inheritance
SimpleMetricSet
Assembly: Mangrove.Parsing.dll
Syntax
public class SimpleMetricSet : IParseableMetricSet
Constructors
View Source
Declaration
public SimpleMetricSet([PropertyMap("Expressions")] IReadOnlyList<SimpleExpression> expressions, [PropertyMap("Tables")] IReadOnlyList<SimpleTable> tables, [PropertyMap("Metadata")] MetricSetMetadata metadata = null, [PropertyMap("ParsingDirectives")] IReadOnlyList<string> parsingDirectives = null)
Parameters
Properties
View Source
Expressions
Declaration
public IReadOnlyList<IParseableExpression> Expressions { get; set; }
Property Value
View Source
Declaration
public MetricSetMetadata Metadata { get; set; }
Property Value
View Source
ParsingDirectives
Declaration
public IReadOnlyList<string> ParsingDirectives { get; set; }
Property Value
View Source
Tables
Declaration
public IReadOnlyList<IParseableTable> Tables { get; set; }
Property Value
Implements
Extension Methods