Click or drag to resize

BcfValueConstraintT Delegate

Checks values before updating Value-property.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
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