Class used to define parameter values referencing
IHierarchy members.
Inheritance Hierarchy Namespace: Dundas.BI.Data.ParametersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic class MemberValue : IUniqueName,
IEquatable<MemberValue>, IDateTimeContainer
Public Class MemberValue
Implements IUniqueName, IEquatable(Of MemberValue),
IDateTimeContainer
public ref class MemberValue : IUniqueName,
IEquatable<MemberValue^>, IDateTimeContainer
type MemberValue =
class
interface IUniqueName
interface IEquatable<MemberValue>
interface IDateTimeContainer
endThe MemberValue type exposes the following members.
Constructors| | Name | Description |
|---|
 | MemberValue(IHierarchyMember) |
Initializes a new instance of the MemberValue class.
|
 | MemberValue(IHierarchy, Object) |
Initializes a new instance of the MemberValue class using the retrieved value for an implicit data cube hierarchy.
|
 | MemberValue(IHierarchyLevel, String) |
Initializes a new instance of the MemberValue class.
|
 | MemberValue(ITimeHierarchyLevel, DateTime) |
Initializes a new instance of the MemberValue class.
|
 | MemberValue(String, String, String, Int32) |
Initializes a new instance of the MemberValue class.
|
 | MemberValue(String, String, String, Int32, String) |
Initializes a new instance of the MemberValue class.
|
 | MemberValue(String, String, String, Int32, String, NullableDateTime, NullableDateTime, MemberKind) |
Initializes a new instance of the MemberValue class.
|
Top
Properties| | Name | Description |
|---|
 | HierarchyUniqueName |
Gets the unique name of the parent hierarchy.
|
 | LevelDepth |
Gets the member's level depth.
|
 | LevelUniqueName |
Gets the compatible unique name of the member's level, which all similar members based on the same external hierarchy share.
|
 | MemberKind |
Gets a value indicating the member kind.
|
 | MemberTime |
Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.
|
 | ParentMemberUniqueName |
Gets or sets the parent member unique name.
|
 | UniqueName |
Gets the object unique name.
|
 | UpperBoundaryTime |
Gets the upper boundary DateTime value, corresponding the next virtual member.
It is a virtual member as the hierarchy may not it included in its definition.
|
Top
Methods
Operators
See Also