IBcfParameter Interface |
Namespace: CalculationWorks.BusinessModel
The IBcfParameter type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessPath | Obsolete.
Gets the access path.
| |
| Calculator |
Gets the BcfCalculator the parameter belongs to.
| |
| CanSetValue |
Gets a value indicating the parameter value can be set (see BcfValueParameterSetupT).
| |
| Function |
Gets the BcfFunction, if the parameter is a value-calculator parameter; otherwise .
| |
| IsComputed |
Gets a value indicating the parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
| |
| IsLinked |
Gets a value indicating the parameter is linked with a column. (see BcfLinkedParameterSetupT; BcfNullableLinkedParameterSetupT).
| |
| ItemLinkKind |
Get the BcfParameterLinkKind of the parameter seen from each row of OwningTupleParameter.
| |
| Name |
Gets the parameters name.
| |
| OwningTupleParameter |
The BcfTupleParameter this parameter belongs to; or .
| |
| ParameterLinkKind |
Get the BcfParameterLinkKind of the parameter.
| |
| Rule |
Gets the BcfRule, if the parameter is a rule parameter; otherwise .
| |
| SourceColumn |
Returns the column the parameter depends on. Value is 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.
|
| Name | Description | |
|---|---|---|
| Accept |
Lets the visitorVisitT(IBcfParameterT).
| |
| GetItemSource | In experimental state. Do not use in production. Evaluates the source of a tuple item. | |
| GetItemSourceCell |
Returns the first cell the item of tuple parameter depends on.
| |
| GetItemSourceCells |
Returns the cells the item of tuple parameter depends on.
| |
| GetItemSourceCellsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetItemSourceCellUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetItemSourceRow |
Returns the item source row to read values.
| |
| GetItemSourceRows |
Return the item source rows to read values.
| |
| GetItemSourceRowsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetItemSourceRowUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetSource | In experimental state. Do not use in production. Evaluates the source of a parameter. | |
| GetSourceCell |
Returns the first cell the parameter depends on.
| |
| GetSourceCells |
Returns the cells the parameter depends on.
| |
| GetSourceCellsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetSourceCellUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetSourceRow |
Return the source row to read parameter value.
| |
| GetSourceRows |
Returns the source rows to read parameter values.
| |
| GetSourceRowsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetSourceRowUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| ToAccessPath |
Create the access path.
|