Click or drag to resize
CalculationWorks Logo
IBcfColumnValueConverter Interface
Interface for column behavior items that covert a value before it will be written into the cells value property.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public interface IBcfColumnValueConverter

The IBcfColumnValueConverter type exposes the following members.

Methods
  NameDescription
Public methodConvertValue
Converts the value.
Top
Remarks

To apply a IBcfColumnValueConverter instance to a BcfColumnBehavior add it to the BcfColumnSetup.BehaviorItems.

Only one IBcfColumnValueConverter instance per BcfColumnBehavior allowed.

Unlike setters, converters will also be used when default values are applied (before a row is added to a table) and when function return values are written into a cell.

Examples
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also