Show / Hide Table of Contents

Class NameSnapshot

Abstract class creating an IExpressionMetadata that remembers a name of a column.

Inheritance
Object
NameSnapshot
MetricMetadata
PreserveNameMetadata
TimestampMetadata
VariantMetadata
Implements
IExpressionMetadata
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Mangrove.MetricSetSyntaxTree.ExpressionMetadata
Assembly: MetricSetSyntaxTree.dll
Syntax
public abstract class NameSnapshot : IExpressionMetadata

Constructors

View Source

NameSnapshot(String)

Declaration
public NameSnapshot(string columnName)
Parameters
Type Name Description
String columnName

Properties

View Source

ColumnName

Declaration
public string ColumnName { get; }
Property Value
Type Description
String

Implements

IExpressionMetadata

Extension Methods

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