Click or drag to resize
CalculationWorks Logo
BcfTableSetupAddValidatorTValidator Method
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<TValidator>()
where TValidator : new(), BcfValidatorBase

Type Parameters

TValidator
The type of the t validator.

Return Value

Type: BcfValidatorSetup
BcfValidatorSetup.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also