Class DaxDependencyHelper
Inheritance
DaxDependencyHelper
Assembly: TOMWrapper.dll
Syntax
public static class DaxDependencyHelper
Methods
GetDax(ReferencingObject)
Declaration
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.
Declaration
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.
Declaration
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.
Declaration
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.
Declaration
public static IReadOnlyList<DaxToken> Tokenize(this IDaxDependantObject obj, ExpressionProperty property, bool includeHidden)
Parameters
Returns