C# 클래스 BalticAmadeus.FluentMdx.MdxFunction

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

공개 메소드들

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

Initializes a new instance of MdxFunction.

Titled ( ) : MdxFunction

Appends titles and returns updated current instance of MdxFunction.

WithParameters ( ) : MdxFunction

Appends specified parameters and returns updated current instance of MdxFunction.

보호된 메소드들

메소드 설명
GetStringExpression ( ) : string

메소드 상세

GetStringExpression() 보호된 메소드

protected GetStringExpression ( ) : string
리턴 string

MdxFunction() 공개 메소드

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

Titled() 공개 메소드

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

WithParameters() 공개 메소드

Appends specified parameters and returns updated current instance of MdxFunction.
public WithParameters ( ) : MdxFunction
리턴 MdxFunction