C# 클래스 BalticAmadeus.FluentMdx.MdxExpressionBase

Represents a base of all possible Mdx structures-expressions.
파일 보기 프로젝트 열기: BalticAmadeus/FluentMdx 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Converts the value of the current MdxExpressionBase object to its equivalent string representation.

보호된 메소드들

메소드 설명
GetStringExpression ( ) : string

메소드 상세

GetStringExpression() 보호된 추상적인 메소드

protected abstract GetStringExpression ( ) : string
리턴 string

ToString() 공개 메소드

Converts the value of the current MdxExpressionBase object to its equivalent string representation.
public ToString ( ) : string
리턴 string