Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseT Properties

The BcfFunctionBaseT generic type exposes the following members.

Properties
  NameDescription
Public propertyAllowExecuteParallel
Gets or sets a value indicating whether this instance is allowed to be executed parallel.
(Inherited from BcfFunctionBaseInternal.)
Public propertyCanExecuteParallel
Gets a value indicating whether this instance can be executed parallel. Default is true.
(Inherited from BcfFunctionBaseInternal.)
Protected propertyColumn
Gets the column.
(Inherited from BcfFunctionBase.)
Protected propertyCurrentRow
Gets the current row.
(Inherited from BcfFunctionBaseInternal.)
Public propertyLongRunning
Gets a value indicating whether this is a long running function. Default is false.
(Inherited from BcfFunctionBaseInternal.)
Public propertyParameters
Gets the parameters(not the values). During calculating the values are stored in the associated properties.
(Inherited from BcfFunctionBaseInternal.)
Public propertyTable
Gets the table the function or validator belongs to.
(Inherited from BcfFunctionBaseInternal.)
Top
See Also