C# Class BalticAmadeus.FluentMdx.MdxMember

Represents Mdx member.
Inheritance: MdxExpressionBase, IMdxMember, IMdxExpression
Datei anzeigen Open project: BalticAmadeus/FluentMdx Class Usage Examples

Public Methods

Method Description
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.

Protected Methods

Method Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected method

protected GetStringExpression ( ) : string
return string

MdxMember() public method

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

Titled() public method

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

WithFunction() public method

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

WithValue() public method

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