| BcfValidatorBase Properties | |
The BcfValidatorBase type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowExecuteParallel |
Gets or sets a value indicating whether this instance is allowed to be executed parallel.
(Inherited from BcfFunctionBaseInternal.) | |
| Behavior |
Gets the BcfValidatorBehavior.
| |
| CanExecuteParallel |
Gets a value indicating whether this instance can be executed parallel. Default is true.
(Inherited from BcfFunctionBaseInternal.) | |
| CurrentRow |
Gets the current row.
(Inherited from BcfFunctionBaseInternal.) | |
| LongRunning |
Gets a value indicating whether this is a long running function. Default is false.
(Inherited from BcfFunctionBaseInternal.) | |
| Parameters |
Gets the parameters(not the values). During calculating the values are stored in the associated properties.
(Inherited from BcfFunctionBaseInternal.) | |
| Table |
Gets the table the function or validator belongs to.
(Inherited from BcfFunctionBaseInternal.) |