MemberValueData Class | 
Namespace: Dundas.BI.WebApi.Models
The MemberValueData type exposes the following members.
| Name | Description | |
|---|---|---|
| MemberValueData | 
            Initializes a new instance of the MemberValueData 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.
              | |
| UIClassName | 
            Gets or sets the name of the UI class (used for auto de-serialization).
              (Inherited from BaseDataContract.) | |
| 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 | |
|---|---|---|
| ToDataContractMappings | 
            The mapping between MemberValue and MemberValueData.
              |