MetricSetBinding Class

Represents a binding.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Entities.ViewsMetricSetBinding

Namespace:  Dundas.BI.Entities.Views
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class MetricSetBinding

The MetricSetBinding type exposes the following members.

Constructors
  NameDescription
Public methodMetricSetBinding
Initializes a new instance of the MetricSetBinding 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.
Top
See Also