C# Класс BalticAmadeus.FluentMdx.MdxSet

Represents Mdx set.
Наследование: MdxExpressionBase, IMdxMember, IMdxExpression
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
GetStringExpression ( ) : string

Описание методов

GetStringExpression() защищенный Метод

protected GetStringExpression ( ) : string
Результат string

MdxSet() публичный Метод

Initializes a new instance of MdxSet.
public MdxSet ( ) : System.Collections.Generic
Результат System.Collections.Generic

With() публичный Метод

Appends the specified IMdxMember and returns the updated current instance of MdxSet.
public With ( IMdxMember member ) : MdxSet
member IMdxMember Specified .
Результат MdxSet

With() публичный Метод

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 .
Результат MdxSet

With() публичный Метод

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 .
Результат MdxSet

With() публичный Метод

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 .
Результат MdxSet

With() публичный Метод

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 .
Результат MdxSet

With() публичный Метод

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 .
Результат MdxSet

Without() публичный Метод

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 .
Результат MdxSet