ContextualValueData Class

The DTO object for a ContextualValue object.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsContextualValueData

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 ContextualValueData : BaseDataContract

The ContextualValueData type exposes the following members.

Constructors
 NameDescription
Public methodContextualValueData Initializes a new instance of the ContextualValueData class.
Top
Properties
 NameDescription
Public propertyId Gets the measure input value ID.
Public propertyMeasureUniqueName Gets the measure unique name.
Public propertyMetricSetId Gets the metric set ID.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Public propertyValue Gets the measure input value.
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between the business object and the DTO.
Public methodStatic memberToDataContractMappings The mapping between the business object and the DTO.
Top
See Also