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)

C#
public interface IDaxObject : ITabularNamedObject, ITabularObject, INotifyPropertyChanged, INamedObject
Extension Methods

Properties

DaxObjectFullName

C#
string DaxObjectFullName { get; }

Property Value

Type Description
string

DaxObjectName

C#
string DaxObjectName { get; }

Property Value

Type Description
string

DaxTableName

C#
string DaxTableName { get; }

Property Value

Type Description
string

ReferencedBy

C#
ReferencedByList ReferencedBy { get; }

Property Value

Type Description
ReferencedByList