 |
| BcfDataSetSetupCreateParameterSetup Method (BcfValidatorSetup) |
Creates the parameter setup.
Namespace: CalculationWorks.BusinessModel.DesignAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxprotected virtual BcfParameterSetup CreateParameterSetup(
BcfValidatorSetup validatorSetup
)
Protected Overridable Function CreateParameterSetup (
validatorSetup As BcfValidatorSetup
) As BcfParameterSetup
protected:
virtual BcfParameterSetup^ CreateParameterSetup(
BcfValidatorSetup^ validatorSetup
)
abstract CreateParameterSetup :
validatorSetup : BcfValidatorSetup -> BcfParameterSetup
override CreateParameterSetup :
validatorSetup : BcfValidatorSetup -> BcfParameterSetup Parameters
- validatorSetup
- Type: CalculationWorks.BusinessModel.DesignBcfValidatorSetup
The validator setup.
Return Value
Type:
BcfParameterSetupBcfParameterSetup.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also