Click or drag to resize

BcfParameter Class

Represents a parameter of a BcfCalculator.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfParameter

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public abstract class BcfParameter : IBcfParameter

The BcfParameter 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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToAccessPath
Create the access path.
Public methodToString
Returns Name.
(Overrides ObjectToString.)
Top
See Also