Click or drag to resize

IBcfParameter Interface

Parameter interface

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public interface IBcfParameter

The IBcfParameter type exposes the following members.

Properties
  NameDescription
Public propertyAccessPath Obsolete.
Gets the access path.
Public propertyCalculator
Gets the BcfCalculator the parameter belongs to.
Public propertyCanSetValue
Public propertyFunction
Gets the BcfFunction, if the parameter is a value-calculator parameter; otherwise .
Public propertyIsComputed
Public propertyIsLinked
Public propertyItemLinkKind
Get the BcfParameterLinkKind of the parameter seen from each row of OwningTupleParameter.
Public propertyName
Gets the parameters name.
Public propertyOwningTupleParameter
The BcfTupleParameter this parameter belongs to; or .
Public propertyParameterLinkKind
Get the BcfParameterLinkKind of the parameter.
Public propertyRule
Gets the BcfRule, if the parameter is a rule parameter; otherwise .
Public propertySourceColumn
Returns the column the parameter depends on. Value is on optimizer columns or is parameter is not linked (see IsLinked).
Public propertyTagCells
Gets a value indicating whether source cells will be tagged with the computed BcfFault.
Top
Methods
  NameDescription
Public methodAccept
Public methodGetItemSource

In experimental state. Do not use in production.

Evaluates the source of a tuple item.
Public methodGetItemSourceCell
Returns the first cell the item of tuple parameter depends on.
Public methodGetItemSourceCells
Returns the cells the item of tuple parameter depends on.
Public methodGetItemSourceCellsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemSourceCellUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemSourceRow
Returns the item source row to read values.
Public methodGetItemSourceRows
Return the item source rows to read values.
Public methodGetItemSourceRowsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemSourceRowUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSource

In experimental state. Do not use in production.

Evaluates the source of a parameter.
Public methodGetSourceCell
Returns the first cell the parameter depends on.
Public methodGetSourceCells
Returns the cells the parameter depends on.
Public methodGetSourceCellsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSourceCellUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSourceRow
Return the source row to read parameter value.
Public methodGetSourceRows
Returns the source rows to read parameter values.
Public methodGetSourceRowsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetSourceRowUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodToAccessPath
Create the access path.
Top
See Also