Show / Hide Table of Contents

Class Level

Inheritance
Object
Level
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.MetricSetTransformers.Vectorization
Assembly: MetricSetTransformers.dll
Syntax
public class Level

Constructors

View Source

Level(Table, IEnumerable<Aggregand>, IEnumerable<Bag>, IEnumerable<Expression>)

Declaration
public Level(Table levelTable, IEnumerable<Aggregand> dimensions, IEnumerable<Bag> bags, IEnumerable<Expression> filters)
Parameters
Type Name Description
Table levelTable
IEnumerable<Aggregand> dimensions
IEnumerable<Bag> bags
IEnumerable<Expression> filters

Properties

View Source

Bags

Declaration
public ISet<Bag> Bags { get; }
Property Value
Type Description
ISet<Bag>
View Source

Dimensions

Declaration
public IEnumerable<Aggregand> Dimensions { get; }
Property Value
Type Description
IEnumerable<Aggregand>
View Source

Filters

Declaration
public IEnumerable<Expression> Filters { get; }
Property Value
Type Description
IEnumerable<Expression>
View Source

LevelTable

Declaration
public Table LevelTable { get; }
Property Value
Type Description
Table

Extension Methods

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