C# Class BalticAmadeus.FluentMdx.MdxAxis

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

Méthodes publiques

Méthode Description
AsEmpty ( ) : MdxAxis

Marks axis as empty and returns the updated current instance of MdxAxis.

AsNonEmpty ( ) : MdxAxis

Marks axis as non-empty and returns the updated current instance of MdxAxis.

GetMember ( string memberName ) : MdxMember

Get set member by member name

MdxAxis ( ) : System

Initializes a new instance of MdxAxis.

Titled ( MdxAxisType type ) : MdxAxis

Sets the title for axis and returns the updated current instance of MdxAxis.

Titled ( int number ) : MdxAxis

Sets the title for axis and returns the updated current instance of MdxAxis.

Titled ( string title ) : MdxAxis

Sets the title for axis and returns the updated current instance of MdxAxis.

WithProperties ( ) : MdxAxis

Applies axis properties and returns the updated current instance of MdxAxis.

WithSlicer ( MdxTuple slicer ) : MdxAxis

Sets the slicer for axis and returns the updated current instance of MdxAxis.

Méthodes protégées

Méthode Description
GetStringExpression ( ) : string

Method Details

AsEmpty() public méthode

Marks axis as empty and returns the updated current instance of MdxAxis.
public AsEmpty ( ) : MdxAxis
Résultat MdxAxis

AsNonEmpty() public méthode

Marks axis as non-empty and returns the updated current instance of MdxAxis.
public AsNonEmpty ( ) : MdxAxis
Résultat MdxAxis

GetMember() public méthode

Get set member by member name
public GetMember ( string memberName ) : MdxMember
memberName string
Résultat MdxMember

GetStringExpression() protected méthode

protected GetStringExpression ( ) : string
Résultat string

MdxAxis() public méthode

Initializes a new instance of MdxAxis.
public MdxAxis ( ) : System
Résultat System

Titled() public méthode

Sets the title for axis and returns the updated current instance of MdxAxis.
public Titled ( MdxAxisType type ) : MdxAxis
type MdxAxisType Axis type.
Résultat MdxAxis

Titled() public méthode

Sets the title for axis and returns the updated current instance of MdxAxis.
public Titled ( int number ) : MdxAxis
number int Axis number.
Résultat MdxAxis

Titled() public méthode

Sets the title for axis and returns the updated current instance of MdxAxis.
public Titled ( string title ) : MdxAxis
title string Axis title.
Résultat MdxAxis

WithProperties() public méthode

Applies axis properties and returns the updated current instance of MdxAxis.
public WithProperties ( ) : MdxAxis
Résultat MdxAxis

WithSlicer() public méthode

Sets the slicer for axis and returns the updated current instance of MdxAxis.
public WithSlicer ( MdxTuple slicer ) : MdxAxis
slicer MdxTuple Axis slicer.
Résultat MdxAxis