MetricSetBindingOverrideData Class

Represents a metric set binding override.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsMetricSetBindingOverrideData

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

The MetricSetBindingOverrideData type exposes the following members.

Constructors
 NameDescription
Public methodMetricSetBindingOverrideData Initializes a new instance of the MetricSetBindingOverrideData class.
Top
Properties
 NameDescription
Public propertyAdapterId Gets the ID of the adapter the metric set binding on.
Public propertyMetricSetBindingId Gets the ID of the metric set binding to which the overrides apply to.
Public propertyRequestOverrides Gets the request overrides for this metric set binding, and any elements on it.
Public propertyUIClassName Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract)
Top
Methods
 NameDescription
Public methodStatic memberFromDataContractMappings The mapping between MetricSetBindingOverrideData and MetricSetBindingOverride.
Public methodStatic memberToDataContractMappings The mapping between MetricSetBindingOverride and MetricSetBindingOverrideData.
Top
See Also