IBcfParameterT Properties |
The IBcfParameterT generic 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.
|