FormulaDefinitionOptions Class

The DTO class for requesting a formula definition on a data cube.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsFormulaDefinitionOptions

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

The FormulaDefinitionOptions type exposes the following members.

Constructors
  NameDescription
Public methodFormulaDefinitionOptions
Initializes a new instance of the FormulaDefinitionOptions class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyDescription
Gets or sets the description.
Public propertyId
Gets the parent ID.
Public propertyStatement
Gets or sets the formula statement.
Public propertyUniqueName
Gets the object unique name.
Top
See Also