Click or drag to resize

IBcfParameterT Interface

[This is preliminary documentation and is subject to change.]

Generic parameter interface.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public interface IBcfParameter<T>

Type Parameters

T
Parameter value type

The IBcfParameterT type exposes the following members.

Properties
  NameDescription
Public propertyCanSetValue
Public propertyIsComputed
Public propertyIsLinked
Public propertySourceColumn
Returns the column the parameter depends on. Value is null on optimizer columns or is parameter is not linked (see IsLinked).
Public propertyTagCells
Gets a value indicating whether source cells will be tagged with the computed BcfFault.
Public propertyValue
Top
Methods
  NameDescription
Public methodGetValue
Returns the value to use in calculation.
Public methodGetValueArray
Evaluates and returns the parameter value.
Public methodGetValueArrayUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueEnumerable
Evaluates and returns the parameter value.
Public methodGetValueEnumerableUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodGetValueUnchecked
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Top
See Also