IBcfParameterT Interface |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
The IBcfParameterT type exposes the following members.
| Name | Description | |
|---|---|---|
| CanSetValue |
Gets a value indicating this parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
| |
| IsComputed |
Gets a value indicating this parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
| |
| IsLinked |
Gets a value indicating this parameter is linked with a column. (see BcfLinkedParameterSetupT; BcfNullableLinkedParameterSetupT).
| |
| SourceColumn |
Returns the column the parameter depends on. Value is null on optimizer columns or is parameter is not linked (see IsLinked).
| |
| TagCells |
Gets a value indicating whether source cells will be tagged with the computed BcfFault.
| |
| Value |
Gets or sets the of a custom-value (see: BcfValueParameterSetupT) parameter.
|
| Name | Description | |
|---|---|---|
| GetValue |
Returns the value to use in calculation.
| |
| GetValueArray |
Evaluates and returns the parameter value.
| |
| GetValueArrayUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetValueEnumerable |
Evaluates and returns the parameter value.
| |
| GetValueEnumerableUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetValueUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
|