C# Class BalticAmadeus.FluentMdx.MdxMember

Represents Mdx member.
Inheritance: MdxExpressionBase, IMdxMember, IMdxExpression
Afficher le fichier Open project: BalticAmadeus/FluentMdx Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected méthode

protected GetStringExpression ( ) : string
Résultat string

MdxMember() public méthode

Initializes a new instance of MdxMember.
public MdxMember ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Titled() public méthode

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

WithFunction() public méthode

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

WithValue() public méthode

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