MemberValue Class |
Namespace: Dundas.BI.Data.Parameters
The MemberValue type exposes the following members.
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.
|
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.
|
Name | Description | |
---|---|---|
![]() | EnsureHierarchyCompatibility |
Modifies the instance to ensure compatibility with the specified hierarchy.
|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) |
![]() | Equals(MemberValue) | Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) |
![]() | ToString | Returns a string that represents the current object. (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Implements the operator == for member value comparisons.
|
![]() ![]() | Inequality |
Implements the operator != for member value comparisons.
|