Click or drag to resize
CalculationWorks Logo
IBcfColumnTypeConstraint Interface
Interface for column behavior items that checks values immediately before they are 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 IBcfColumnTypeConstraint

The IBcfColumnTypeConstraint type exposes the following members.

Methods
  NameDescription
Public methodIsValid
Determines whether the specified value is valid.
Top
Remarks

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

Multiple instances of IBcfColumnTypeConstraint are allowed for an individual BcfColumnBehavior.

Examples
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also