C# Class BalticAmadeus.FluentMdx.MdxExpressionBase

Represents a base of all possible Mdx structures-expressions.
Datei anzeigen Open project: BalticAmadeus/FluentMdx Class Usage Examples

Public Methods

Method Description
ToString ( ) : string

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

Protected Methods

Method Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected abstract method

protected abstract GetStringExpression ( ) : string
return string

ToString() public method

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