 |
BcfDataSetSetupCreateValidatorSetup Method |
Creates the validator setup.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxprotected virtual BcfValidatorSetup CreateValidatorSetup(
BcfTableSetup tableSetup
)
Protected Overridable Function CreateValidatorSetup (
tableSetup As BcfTableSetup
) As BcfValidatorSetup
protected:
virtual BcfValidatorSetup^ CreateValidatorSetup(
BcfTableSetup^ tableSetup
)
abstract CreateValidatorSetup :
tableSetup : BcfTableSetup -> BcfValidatorSetup
override CreateValidatorSetup :
tableSetup : BcfTableSetup -> BcfValidatorSetup
Parameters
- tableSetup
- Type: CalculationWorks.BusinessModel.DesignBcfTableSetup
The table setup.
Return Value
Type:
BcfValidatorSetupBcfValidatorSetup.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also