C# Class BalticAmadeus.FluentMdx.MdxCube

Represents Mdx cube specification.
Inheritance: MdxExpressionBase
Datei anzeigen Open project: BalticAmadeus/FluentMdx Class Usage Examples

Public Methods

Method Description
MdxCube ( ) : System.Collections.Generic

Initializes a new instance of MdxCube.

Titled ( ) : MdxCube

Appends titles and returns updated current instance of MdxCube.

Protected Methods

Method Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected method

protected GetStringExpression ( ) : string
return string

MdxCube() public method

Initializes a new instance of MdxCube.
public MdxCube ( ) : System.Collections.Generic
return System.Collections.Generic

Titled() public method

Appends titles and returns updated current instance of MdxCube.
public Titled ( ) : MdxCube
return MdxCube