Click or drag to resize
CalculationWorks Logo
BcfColumnNotNullConstraintIsValid Method
Determines whether the specified value is valid.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public bool IsValid(
	Object value
)

Parameters

value
Type: SystemObject
The value.

Return Value

Type: Boolean
true if the specified value is valid; otherwise, false.

Implements

IBcfColumnTypeConstraintIsValid(Object)
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also