CalculationWorks Logo
BcfColumnTypeConstraintTIsValid Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Determines whether the specified value is valid.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.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)
See Also

Reference