FormulaDefinitionData Class

The data contract for FormulaDefinition class to represent a formula.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsBaseDataContract
    Dundas.BI.WebApi.ModelsFormulaDefinitionData

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 FormulaDefinitionData : BaseDataContract

The FormulaDefinitionData type exposes the following members.

Constructors
  NameDescription
Public methodFormulaDefinitionData
Initializes a new instance of the FormatInfoBaseData class.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the caption.
Public propertyDescription
Gets or sets the description.
Public propertyEntityId
The ID of the entity this formula belongs to.
Public propertyId
Gets the ID.
Public propertyStatement
Gets or sets the formula statement.
Public propertyUIClassName
Gets or sets the name of the UI class (used for auto de-serialization).
(Inherited from BaseDataContract.)
Public propertyUniqueName
Gets the object unique name.
Top
Methods
  NameDescription
Public methodStatic memberToFormulaDefinitionDataContractMappings
The mapping between the business object and the DTO.
Public methodStatic memberToFormulaDefinitionEntityMapping
The mapping from data contract to the business object.
Top
See Also