C# Класс BalticAmadeus.FluentMdx.MdxAxis

Represents Mdx query axis specification.
Наследование: MdxExpressionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
GetStringExpression ( ) : string

Описание методов

AsEmpty() публичный Метод

Marks axis as empty and returns the updated current instance of MdxAxis.
public AsEmpty ( ) : MdxAxis
Результат MdxAxis

AsNonEmpty() публичный Метод

Marks axis as non-empty and returns the updated current instance of MdxAxis.
public AsNonEmpty ( ) : MdxAxis
Результат MdxAxis

GetMember() публичный Метод

Get set member by member name
public GetMember ( string memberName ) : MdxMember
memberName string
Результат MdxMember

GetStringExpression() защищенный Метод

protected GetStringExpression ( ) : string
Результат string

MdxAxis() публичный Метод

Initializes a new instance of MdxAxis.
public MdxAxis ( ) : System
Результат System

Titled() публичный Метод

Sets the title for axis and returns the updated current instance of MdxAxis.
public Titled ( MdxAxisType type ) : MdxAxis
type MdxAxisType Axis type.
Результат MdxAxis

Titled() публичный Метод

Sets the title for axis and returns the updated current instance of MdxAxis.
public Titled ( int number ) : MdxAxis
number int Axis number.
Результат MdxAxis

Titled() публичный Метод

Sets the title for axis and returns the updated current instance of MdxAxis.
public Titled ( string title ) : MdxAxis
title string Axis title.
Результат MdxAxis

WithProperties() публичный Метод

Applies axis properties and returns the updated current instance of MdxAxis.
public WithProperties ( ) : MdxAxis
Результат MdxAxis

WithSlicer() публичный Метод

Sets the slicer for axis and returns the updated current instance of MdxAxis.
public WithSlicer ( MdxTuple slicer ) : MdxAxis
slicer MdxTuple Axis slicer.
Результат MdxAxis