Table of Contents

Interface IMetricViewNamedObject

Inherited Members
Namespace
TabularEditor.SemanticBridge.Platforms.Databricks.Interfaces
Assembly
SemanticBridge.dll

Contract for the named child objects of a View (joins, fields, measures). Renaming through Name keeps the owning collection's name index consistent.

public interface IMetricViewNamedObject : IMetricViewObject
Extension Methods

Properties

IsDeleted

True once this object has been deleted from its parent collection. Deleted objects are zombies: their properties remain readable, but they are detached from the model and no longer serialize.

bool IsDeleted { get; }

Property Value

Type Description
bool

Name

string Name { get; set; }

Property Value

Type Description
string

Methods

Delete()

Deletes this object from its parent collection. Idempotent.

void Delete()