IBcfParameterT Interface |
Namespace: CalculationWorks.BusinessModel
The IBcfParameterT type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessPath | Obsolete.
Gets the access path.
(Inherited from IBcfParameter.) | |
| Calculator |
Gets the BcfCalculator the parameter belongs to.
(Inherited from IBcfParameter.) | |
| CanSetValue |
Gets a value indicating the parameter value can be set (see BcfValueParameterSetupT).
(Inherited from IBcfParameter.) | |
| Function |
Gets the BcfFunction, if the parameter is a value-calculator parameter; otherwise .
(Inherited from IBcfParameter.) | |
| IsComputed |
Gets a value indicating the parameter is computed. (see BcfComputedFunctionParameterSetupT, BcfComputedRuleParameterSetupT).
(Inherited from IBcfParameter.) | |
| IsLinked |
Gets a value indicating the parameter is linked with a column. (see BcfLinkedParameterSetupT; BcfNullableLinkedParameterSetupT).
(Inherited from IBcfParameter.) | |
| ItemLinkKind |
Get the BcfParameterLinkKind of the parameter seen from each row of OwningTupleParameter.
(Inherited from IBcfParameter.) | |
| Name |
Gets the parameters name.
(Inherited from IBcfParameter.) | |
| OwningTupleParameter |
The BcfTupleParameter this parameter belongs to; or .
(Inherited from IBcfParameter.) | |
| ParameterLinkKind |
Get the BcfParameterLinkKind of the parameter.
(Inherited from IBcfParameter.) | |
| Rule |
Gets the BcfRule, if the parameter is a rule parameter; otherwise .
(Inherited from IBcfParameter.) | |
| SourceColumn |
Returns the column the parameter depends on. Value is on optimizer columns or is parameter is not linked (see IsLinked).
(Inherited from IBcfParameter.) | |
| TagCells |
Gets a value indicating whether source cells will be tagged with the computed BcfFault.
(Inherited from IBcfParameter.) | |
| Value |
Gets or sets the of a custom-value (see: BcfValueParameterSetupT) parameter.
|
| Name | Description | |
|---|---|---|
| Accept |
Lets the visitorVisitT(IBcfParameterT).
(Inherited from IBcfParameter.) | |
| 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.
(Inherited from IBcfParameter.) | |
| GetItemSourceCells |
Returns the cells the item of tuple parameter depends on.
(Inherited from IBcfParameter.) | |
| GetItemSourceCellsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetItemSourceCellUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetItemSourceRow |
Returns the item source row to read values.
(Inherited from IBcfParameter.) | |
| GetItemSourceRows |
Return the item source rows to read values.
(Inherited from IBcfParameter.) | |
| GetItemSourceRowsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetItemSourceRowUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetItemValue |
Returns the value to use in calculation.
| |
| GetItemValueArray |
Evaluates and returns the item value.
| |
| GetItemValueArrayUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetItemValueEnumerable |
Evaluates and returns the item value.
| |
| GetItemValueEnumerableUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetItemValueUnchecked |
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.
(Inherited from IBcfParameter.) | |
| GetSourceCells |
Returns the cells the parameter depends on.
(Inherited from IBcfParameter.) | |
| GetSourceCellsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetSourceCellUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetSourceRow |
Return the source row to read parameter value.
(Inherited from IBcfParameter.) | |
| GetSourceRows |
Returns the source rows to read parameter values.
(Inherited from IBcfParameter.) | |
| GetSourceRowsUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetSourceRowUnchecked |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfParameter.) | |
| GetValue |
Returns the value to use in calculation.
| |
| GetValueArray(BcfRow) |
Evaluates and returns the parameter value.
| |
| GetValueArray(IEnumerableBcfRow) |
Returns the parameter value.
| |
| GetValueArrayUnchecked(BcfReadOnlyArrayListBcfRow) |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetValueArrayUnchecked(BcfRow) |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetValueArrayUnchecked(IEnumerableBcfRow) |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetValueEnumerable(BcfRow) |
Evaluates and returns the parameter value.
| |
| GetValueEnumerable(IEnumerableBcfRow) |
Returns the parameter value.
| |
| GetValueEnumerableUnchecked(BcfReadOnlyArrayListBcfRow) |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
| |
| GetValueEnumerableUnchecked(BcfRow) |
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.
| |
| ToAccessPath |
Create the access path.
(Inherited from IBcfParameter.) |