Click or drag to resize
CalculationWorks Logo
BcfTableSetupAddValidator Method (Type)
Adds a new validator to the Validators collection and returns the new associated BcfValidatorSetup

Namespace: CalculationWorks.BusinessModel.Design
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public BcfValidatorSetup AddValidator(
	Type validatorType
)

Parameters

validatorType
Type: SystemType
Type of the validator.

Return Value

Type: BcfValidatorSetup
BcfValidatorSetup.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalidatorType
ArgumentExceptionvalidatorType default constructor not found
ArgumentExceptionvalidatorType is not a subclass of BcfValidatorBase
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also