Click or drag to resize

IBcfParameterT Methods

The IBcfParameterT generic type exposes the following members.

Methods
  NameDescription
Public methodAccept (Inherited from IBcfParameter.)
Public methodGetItemSource

In experimental state. Do not use in production.

Evaluates the source of a tuple item.
(Inherited from IBcfParameter.)
Public methodGetItemSourceCell
Returns the first cell the item of tuple parameter depends on.
(Inherited from IBcfParameter.)
Public methodGetItemSourceCells
Returns the cells the item of tuple parameter depends on.
(Inherited from IBcfParameter.)
Public methodGetItemSourceCellsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetItemSourceCellUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetItemSourceRow
Returns the item source row to read values.
(Inherited from IBcfParameter.)
Public methodGetItemSourceRows
Return the item source rows to read values.
(Inherited from IBcfParameter.)
Public methodGetItemSourceRowsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetItemSourceRowUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetItemValue
Returns the value to use in calculation.
Public methodGetItemValueArray
Evaluates and returns the item value.
Public methodGetItemValueArrayUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemValueEnumerable
Evaluates and returns the item value.
Public methodGetItemValueEnumerableUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetItemValueUnchecked
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.
(Inherited from IBcfParameter.)
Public methodGetSourceCell
Returns the first cell the parameter depends on.
(Inherited from IBcfParameter.)
Public methodGetSourceCells
Returns the cells the parameter depends on.
(Inherited from IBcfParameter.)
Public methodGetSourceCellsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetSourceCellUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetSourceRow
Return the source row to read parameter value.
(Inherited from IBcfParameter.)
Public methodGetSourceRows
Returns the source rows to read parameter values.
(Inherited from IBcfParameter.)
Public methodGetSourceRowsUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetSourceRowUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.)
Public methodGetValue
Returns the value to use in calculation.
Public methodGetValueArray(BcfRow)
Evaluates and returns the parameter value.
Public methodGetValueArray(IEnumerableBcfRow)
Returns the parameter value.
Public methodGetValueArrayUnchecked(BcfReadOnlyArrayListBcfRow)
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueArrayUnchecked(BcfRow)
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueArrayUnchecked(IEnumerableBcfRow)
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueEnumerable(BcfRow)
Evaluates and returns the parameter value.
Public methodGetValueEnumerable(IEnumerableBcfRow)
Returns the parameter value.
Public methodGetValueEnumerableUnchecked(BcfReadOnlyArrayListBcfRow)
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueEnumerableUnchecked(BcfRow)
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodToAccessPath
Create the access path.
(Inherited from IBcfParameter.)
Top
See Also