DataDrivenConditionData Class

Base data contract object for returning an DataDrivenCondition through REST API.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsDataDrivenConditionData

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

The DataDrivenConditionData type exposes the following members.

Constructors
 NameDescription
Public methodDataDrivenConditionData Initializes a new instance of the DataDrivenConditionData class.
Top
Properties
 NameDescription
Public propertyCategory Gets the condition category.
Public propertyCustomStateIds Gets a list of the custom state IDs.
Public propertyId Gets the condition ID.
Public propertyMeasure Gets the measure usage element the condition is attached to.
Public propertyMetricSetId Represents a Metric Set.
Public propertyMissingDataPolicy Gets or sets the missing data policy for the target cells.
Public propertyParameterValues Gets the parameter values to be used in data retrieval.
Public propertyPollingCondition Gets the polling condition.
Public propertyRequestOverrides Gets the data retrieval request overrides, if any are defined.
Public propertySourceStates Gets the notification content.
Public propertyTargetCells Gets the condition target cells.
Public propertyTargetStates Gets the target states for the current instance.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberToDataContractMappings The mapping between DataDrivenCondition and DataDrivenConditionData.
Top
See Also