C# 클래스 BalticAmadeus.FluentMdx.MdxCube

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

공개 메소드들

메소드 설명
MdxCube ( ) : System.Collections.Generic

Initializes a new instance of MdxCube.

Titled ( ) : MdxCube

Appends titles and returns updated current instance of MdxCube.

보호된 메소드들

메소드 설명
GetStringExpression ( ) : string

메소드 상세

GetStringExpression() 보호된 메소드

protected GetStringExpression ( ) : string
리턴 string

MdxCube() 공개 메소드

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

Titled() 공개 메소드

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