Click or drag to resize

BcfValueConstraintT Delegate

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

Checks values before updating Value-property.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public delegate bool BcfValueConstraint<T>(
	BcfColumn<T> column,
	T proposedValue
)

Parameters

column
Type: CalculationWorks.BusinessModelBcfColumnT
The column.
proposedValue
Type: T
The value to set.

Type Parameters

T
The value type.

Return Value

Type: Boolean
See Also