MetricSetBindingData Class

Represents a binding.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsMetricSetBindingData

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

The MetricSetBindingData type exposes the following members.

Constructors
 NameDescription
Public methodMetricSetBindingData Initializes a new instance of the MetricSetBindingData class.
Top
Properties
 NameDescription
Public propertyBindings Gets the bindings.
Public propertyBypassDataCache Gets or sets a value indicating whether the request should bypass the data cache.
Public propertyBypassResultSizeLimit Gets or sets a value indicating whether the engine must ignore any result size limitations or not.
Public propertyFriendlyName Gets or sets the friendly name.
Public propertyId Gets or sets the ID of the metric set binding.
Public propertyIncludeAnnotations Gets or sets a value indicating whether to include text annotations.
Public propertyIncludeMeasureCorrections Gets or sets a value indicating whether to include measure corrections.
Public propertyMetricSetId Gets or sets the ID of the Metric Set.
Public propertyName Gets or sets the name.
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 MetricSetBindingData and MetricSetBinding.
Public methodStatic memberToDataContractMappings The mapping between MetricSetBinding and MetricSetBindingData.
Top
See Also