AddScriptHierarchyOptions Class

Represents the options used when adding a script hierarchy to a MetricSet.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsAddScriptHierarchyOptions

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 AddScriptHierarchyOptions

The AddScriptHierarchyOptions type exposes the following members.

Constructors
 NameDescription
Public methodAddScriptHierarchyOptions Initializes a new instance of the AddScriptHierarchyOptions class.
Top
Properties
 NameDescription
Public propertyDefaultCaption Gets or sets the optional default caption.
Public propertyDefaultUniqueName Gets or sets the optional default unique name.
Public propertyMetricSetId Gets or sets the metric set ID.
Public propertyPlacement Gets or sets the placement.
Public propertyScriptGets or sets the script expression.
Top
See Also