Class DaxDependencyHelper
- Inheritance
-
DaxDependencyHelper
- Inherited Members
-
- Namespace
- TabularEditor.TOMWrapper.Utils
- Assembly
- TOMWrapper.dll
public static class DaxDependencyHelper
Methods
GetDax(ReferencingObject)
public static string GetDax(this ReferencingObject refObject)
Parameters
Type |
Name |
Description |
ReferencingObject |
refObject |
|
Returns
Tokenize(IDaxDependantObject)
Return a list of tokens representing the DAX expression on the current object.
public static IReadOnlyList<DaxToken> Tokenize(this IDaxDependantObject obj)
Parameters
Returns
Tokenize(IDaxDependantObject, bool)
Return a list of tokens representing the DAX expression on the current object.
public static IReadOnlyList<DaxToken> Tokenize(this IDaxDependantObject obj, bool includeHidden)
Parameters
Returns
Tokenize(IDaxDependantObject, ExpressionProperty)
Return a list of tokens representing the specified DAX property on the current object.
public static IReadOnlyList<DaxToken> Tokenize(this IDaxDependantObject obj, ExpressionProperty property)
Parameters
Returns
Tokenize(IDaxDependantObject, ExpressionProperty, bool)
Return a list of tokens representing the specified DAX property on the current object.
public static IReadOnlyList<DaxToken> Tokenize(this IDaxDependantObject obj, ExpressionProperty property, bool includeHidden)
Parameters
Returns