BcfFunctionT Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The BcfFunctionT type exposes the following members.
| Name | Description | |
|---|---|---|
| AsyncOption |
Indicates whether the calculation should be executed synchronously, asynchronously-CPU-bound or asynchronously-IO-bound.
(Inherited from BcfCalculator.) | |
| Column |
Gets the column this function is applied to.
| |
| IsRule |
Gets a value indicating this instance is a BcfRule.
(Inherited from BcfFunction.) | |
| Parameters |
Gets the parameters.
(Inherited from BcfCalculator.) | |
| Table |
Gets the BcfTable this instance belongs to.
(Inherited from BcfFunction.) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| FindParameterT |
Finds the parameter of T.
(Inherited from BcfCalculator.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns the string representation of this instance.
(Inherited from BcfFunction.) |