C# Class BalticAmadeus.FluentMdx.MdxNavigationFunction

Represents Mdx navigation function that can be applied to MdxMember.
Inheritance: MdxExpressionBase
Datei anzeigen Open project: BalticAmadeus/FluentMdx Class Usage Examples

Public Methods

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

Protected Methods

Method Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected method

protected GetStringExpression ( ) : string
return string

MdxNavigationFunction() public method

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

Titled() public method

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

WithParameters() public method

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