C# Class BalticAmadeus.FluentMdx.MdxCube

Represents Mdx cube specification.
Inheritance: MdxExpressionBase
Afficher le fichier Open project: BalticAmadeus/FluentMdx Class Usage Examples

Méthodes publiques

Méthode Description
MdxCube ( ) : System.Collections.Generic

Initializes a new instance of MdxCube.

Titled ( ) : MdxCube

Appends titles and returns updated current instance of MdxCube.

Méthodes protégées

Méthode Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected méthode

protected GetStringExpression ( ) : string
Résultat string

MdxCube() public méthode

Initializes a new instance of MdxCube.
public MdxCube ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Titled() public méthode

Appends titles and returns updated current instance of MdxCube.
public Titled ( ) : MdxCube
Résultat MdxCube