 |
| BcfTableSetupAddValidatorTValidator Method |
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfValidatorSetup AddValidator<TValidator>()
where TValidator : new(), BcfValidatorBase
Public Function AddValidator(Of TValidator As {New, BcfValidatorBase}) As BcfValidatorSetupType Parameters
- TValidator
- The type of the t validator.
Return Value
Type:
BcfValidatorSetupBcfValidatorSetup.
See Also