C# 클래스 BalticAmadeus.FluentMdx.MdxSet

Represents Mdx set.
상속: MdxExpressionBase, IMdxMember, IMdxExpression
파일 보기 프로젝트 열기: BalticAmadeus/FluentMdx 1 사용 예제들

공개 메소드들

메소드 설명
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