C# 클래스 BalticAmadeus.FluentMdx.MdxMember

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

공개 메소드들

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

Initializes a new instance of MdxMember.

Titled ( ) : MdxMember

Appends titles and returns the updated current instance of MdxMember.

WithFunction ( MdxNavigationFunction function ) : MdxMember

Appends the specified navigation function and returns the updated current instance of MdxMember.

WithValue ( string value ) : MdxMember

Sets the value for member and returns the updated current instance of MdxMember.

보호된 메소드들

메소드 설명
GetStringExpression ( ) : string

메소드 상세

GetStringExpression() 보호된 메소드

protected GetStringExpression ( ) : string
리턴 string

MdxMember() 공개 메소드

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

Titled() 공개 메소드

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

WithFunction() 공개 메소드

Appends the specified navigation function and returns the updated current instance of MdxMember.
public WithFunction ( MdxNavigationFunction function ) : MdxMember
function MdxNavigationFunction Specified navigation function.
리턴 MdxMember

WithValue() 공개 메소드

Sets the value for member and returns the updated current instance of MdxMember.
public WithValue ( string value ) : MdxMember
value string Specified member value.
리턴 MdxMember