CalculationWorks Logo
IBcfColumnValueConverter InterfaceCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

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: 1.1.0.0
Syntax

public interface IBcfColumnValueConverter

The IBcfColumnValueConverter type exposes the following members.

Methods

  NameDescription
Public methodConvertValue
Converts the value.
Top
Remarks

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

Only one IBcfColumnTypeConstraint instance per BcfColumnBehavior allowed.

See Also

Reference