AddScriptMetricSetOptions Class

The data contract for the options for generating a script metric set.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsAddScriptMetricSetOptions

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataContractAttribute]
public class AddScriptMetricSetOptions : BaseDataContract

The AddScriptMetricSetOptions type exposes the following members.

Constructors
  NameDescription
Public methodAddScriptMetricSetOptions
Initializes a new instance of the AddScriptMetricSetOptions class.
Top
Properties
  NameDescription
Public propertyAdditionalStatements
Gets optional additional statements to be added as measures.
Public propertyDashboardId
Gets or sets the dashboard ID.
Public propertyMetricSetUsages
Gets the metric set IDs that are required to generate a script metric set.
Public propertyStatement
Gets or sets the script statement with which to generate the metric set.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Top
See Also