C# Class BalticAmadeus.FluentMdx.MdxSet

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

Méthodes publiques

Méthode Description
MdxSet ( ) : System.Collections.Generic

Initializes a new instance of MdxSet.

With ( IMdxMember member ) : MdxSet

Appends the specified IMdxMember and returns the updated current instance of MdxSet.

With ( MdxFunction function ) : MdxSet

Appends the specified MdxFunction and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxFunction is appended to the last MdxTuple.

With ( MdxMember member ) : MdxSet

Appends the specified MdxMember and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxMember is appended to the last MdxTuple.

With ( MdxRange range ) : MdxSet

Appends the specified MdxRange and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxRange is appended to the last MdxTuple.

With ( MdxSet set ) : MdxSet

Appends the specified MdxSet, but wraps it into MdxTuple and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxSet is appended to the last MdxTuple.

With ( MdxTuple tuple ) : MdxSet

Appends the specified MdxTuple and returns the updated current instance of MdxSet. If there are any children other than MdxTuple then each child will be wrapped into MdxTuple.

Without ( MdxMember member ) : MdxSet

Removes the specified MdxMember and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxMember is appended to the last MdxTuple.

Méthodes protégées

Méthode Description
GetStringExpression ( ) : string

Method Details

GetStringExpression() protected méthode

protected GetStringExpression ( ) : string
Résultat string

MdxSet() public méthode

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

With() public méthode

Appends the specified IMdxMember and returns the updated current instance of MdxSet.
public With ( IMdxMember member ) : MdxSet
member IMdxMember Specified .
Résultat MdxSet

With() public méthode

Appends the specified MdxFunction and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxFunction is appended to the last MdxTuple.
public With ( MdxFunction function ) : MdxSet
function MdxFunction Specified .
Résultat MdxSet

With() public méthode

Appends the specified MdxMember and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxMember is appended to the last MdxTuple.
public With ( MdxMember member ) : MdxSet
member MdxMember Specified .
Résultat MdxSet

With() public méthode

Appends the specified MdxRange and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxRange is appended to the last MdxTuple.
public With ( MdxRange range ) : MdxSet
range MdxRange Specified .
Résultat MdxSet

With() public méthode

Appends the specified MdxSet, but wraps it into MdxTuple and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxSet is appended to the last MdxTuple.
public With ( MdxSet set ) : MdxSet
set MdxSet Specified .
Résultat MdxSet

With() public méthode

Appends the specified MdxTuple and returns the updated current instance of MdxSet. If there are any children other than MdxTuple then each child will be wrapped into MdxTuple.
public With ( MdxTuple tuple ) : MdxSet
tuple MdxTuple Specified .
Résultat MdxSet

Without() public méthode

Removes the specified MdxMember and returns the updated current instance of MdxSet. If there are any MdxTuples in Children then specified MdxMember is appended to the last MdxTuple.
public Without ( MdxMember member ) : MdxSet
member MdxMember Specified .
Résultat MdxSet