MemberValueData Class

The DTO for MemberValue.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsMemberValueData

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class MemberValueData : BaseDataContract

The MemberValueData type exposes the following members.

Constructors
 NameDescription
Public methodMemberValueData Initializes a new instance of the MemberValueData class.
Top
Properties
 NameDescription
Public propertyHierarchyUniqueName Gets the unique name of the parent hierarchy.
Public propertyLevelDepth Gets the member's level depth.
Public propertyLevelUniqueName Gets the compatible unique name of the member's level, which all similar members based on the same external hierarchy share.
Public propertyMemberKind Gets a value indicating the member kind.
Public propertyMemberTime Gets the member time value, when appropriate. This value is only used for alignment in visualization controls and not for filtering.
Public propertyParentMemberUniqueName Gets or sets the parent member unique name.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyUniqueName Gets the object unique name.
Public propertyUpperBoundaryTime 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
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between MemberValue and MemberValueData.
Top
See Also