| IBcfColumnTypeConstraintIsValid Method | |
Namespace: CalculationWorks.BusinessModel.Behaviors
The method is called immediately when a value is written into a cell. Return false to prevent setting the value.
If value is null IsValid should always return true. Null value should be rejected by the BcfColumnNotNullConstraint only.
If IsValid() returns false an ArgumentException will be thrown. The Message property will also contain the IBcfColumnTypeConstraint objects ToString result.