Click or drag to resize
CalculationWorks Logo
BcfFunctionBaseInternal Properties

The BcfFunctionBaseInternal type exposes the following members.

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