CalculatedMemberData Class

Virtual cube calculated member.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsCalculatedMemberData

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

The CalculatedMemberData type exposes the following members.

Constructors
 NameDescription
Public methodCalculatedMemberData Initializes a new instance of the CalculatedMemberData class.
Top
Properties
 NameDescription
Public propertyCalculatedMemberExpression Gets the calculated member expression.
Public propertyCaption Gets or sets the caption.
Public propertyFormatString Gets or sets the format string.
Public propertyMeasureGroup Gets or sets the measure group.
Public propertyName Gets or sets the name.
Public propertyParentHierarchyUniqueName Gets or sets the unique name of name of the parent hierarchy.
Public propertyParentMemberUniqueName Gets or sets parent member unique name.
Public propertySolveOrder Gets or sets the solve order.
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.
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMapping The mapping from CalculatedMember to CalculatedMemberData.
Public methodStatic memberToEntityMapping The mapping from CalculatedMemberData to CalculatedMember.
Top
See Also