C# 클래스 BalticAmadeus.FluentMdx.MdxNavigationFunction

Represents Mdx navigation function that can be applied to MdxMember.
상속: MdxExpressionBase
파일 보기 프로젝트 열기: BalticAmadeus/FluentMdx 1 사용 예제들

공개 메소드들

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

Initializes a new instance of MdxNavigationFunction.

Titled ( string title ) : MdxNavigationFunction

Sets the title and returns the updated current instance of MdxNavigationFunction.

WithParameters ( ) : MdxNavigationFunction

Appends the parameters and returns the updated current instance of MdxNavigationFunction.

보호된 메소드들

메소드 설명
GetStringExpression ( ) : string

메소드 상세

GetStringExpression() 보호된 메소드

protected GetStringExpression ( ) : string
리턴 string

MdxNavigationFunction() 공개 메소드

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

Titled() 공개 메소드

Sets the title and returns the updated current instance of MdxNavigationFunction.
public Titled ( string title ) : MdxNavigationFunction
title string Navigation function title.
리턴 MdxNavigationFunction

WithParameters() 공개 메소드

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