FormulaDefinition Class

Interface for formula definition.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataFormulaDefinition

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class FormulaDefinition : IAnalysisElement, 
	IElement, IUniqueName

The FormulaDefinition type exposes the following members.

Constructors
 NameDescription
Public methodFormulaDefinition(String, String, DataCube) Initializes a new instance of the FormulaDefinition class.
Public methodFormulaDefinition(Guid, String, String, DataCube) Initializes a new instance of the FormulaDefinition class.
Top
Properties
 NameDescription
Public propertyAnalysisStructure Gets the parent analysis structure.
Public propertyCaption Gets or sets the caption.
Public propertyCategory Gets the potential analysis category for the current instance.
Public propertyContainers Gets the container objects used alter the presentation of the elements using a folder-like approach.
Public propertyDescription Gets or sets the description.
Public propertyEntityId The ID of the entity this formula belongs to.
Public propertyId Gets the ID.
Public propertyIsHierarchy Gets a value indicating whether this instance is a hierarchy.
Public propertyIsMeasure Gets a value indicating whether this instance is a measure.
Public propertyProperties Gets the various uncategorized properties.
Public propertyStatement Gets or sets the formula statement.
Public propertyUniqueName Gets the object unique name.
Top
See Also