Table of Contents

Interface IDaxObject

Inherited Members
Namespace
TabularEditor.TOMWrapper
Assembly
TOMWrapper.dll

Objects that can be referenced in a DAX expression (table, column, measure)

public interface IDaxObject : ITabularNamedObject, ITabularObject, INotifyPropertyChanged, IHandlerObject, INamedObject
Extension Methods

Properties

DaxObjectFullName

string DaxObjectFullName { get; }

Property Value

Type Description
string

DaxObjectName

string DaxObjectName { get; }

Property Value

Type Description
string

DaxTableName

string DaxTableName { get; }

Property Value

Type Description
string

ReferencedBy

ReferencedByList ReferencedBy { get; }

Property Value

Type Description
ReferencedByList