Table of Contents

Class Format

Inheritance
Format
Implements
Derived
Inherited Members
Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.MetricView
Assembly
SemanticBridge.dll

Databricks Metric View format specifications

public abstract record Format : IEquatable<Format>
Extension Methods

Constructors

Format()

protected Format()

Format(Format)

protected Format(Format original)

Parameters

Type Name Description
Format original

Properties

EqualityContract

protected virtual Type EqualityContract { get; }

Property Value

Type Description
Type

Type

The type of format (i.e., "number", "currency", "percentage", "byte", "date", "datetime")

public abstract Format.FormatType Type { get; }

Property Value

Type Description
Format.FormatType

Methods

Equals(object?)

public override bool Equals(object? obj)

Parameters

Type Name Description
object obj

Returns

Type Description
bool

Equals(Format?)

public virtual bool Equals(Format? other)

Parameters

Type Name Description
Format other

Returns

Type Description
bool

GetHashCode()

public override int GetHashCode()

Returns

Type Description
int

PrintMembers(StringBuilder)

protected virtual bool PrintMembers(StringBuilder builder)

Parameters

Type Name Description
StringBuilder builder

Returns

Type Description
bool

ToString()

public override string ToString()

Returns

Type Description
string

Operators

operator ==(Format?, Format?)

public static bool operator ==(Format? left, Format? right)

Parameters

Type Name Description
Format left
Format right

Returns

Type Description
bool

operator !=(Format?, Format?)

public static bool operator !=(Format? left, Format? right)

Parameters

Type Name Description
Format left
Format right

Returns

Type Description
bool