C# Class BalticAmadeus.FluentMdx.MdxDeclaration

Inheritance: MdxExpressionBase
Datei anzeigen Open project: BalticAmadeus/FluentMdx Class Usage Examples

Public Methods

Method Description
As ( MdxExpression expression ) : MdxDeclaration
As ( MdxTuple expression ) : MdxDeclaration
MdxDeclaration ( ) : System.Collections.Generic
Titled ( ) : MdxDeclaration

Protected Methods

Method Description
GetStringExpression ( ) : string

Method Details

As() public method

public As ( MdxExpression expression ) : MdxDeclaration
expression MdxExpression
return MdxDeclaration

As() public method

public As ( MdxTuple expression ) : MdxDeclaration
expression MdxTuple
return MdxDeclaration

GetStringExpression() protected method

protected GetStringExpression ( ) : string
return string

MdxDeclaration() public method

public MdxDeclaration ( ) : System.Collections.Generic
return System.Collections.Generic

Titled() public method

public Titled ( ) : MdxDeclaration
return MdxDeclaration