C# 클래스 BalticAmadeus.FluentMdx.MdxAxis

Represents Mdx query axis specification.
상속: MdxExpressionBase
파일 보기 프로젝트 열기: BalticAmadeus/FluentMdx 1 사용 예제들

공개 메소드들

메소드 설명
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