Click or drag to resize

IBcfRuleSetupVisitorVisitTOptions Method

Called from ruleSetupAccept(IBcfRuleSetupVisitor)

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
void Visit<TOptions>(
	BcfRuleSetup<TOptions> ruleSetup
)

Parameters

ruleSetup
Type: CalculationWorks.BusinessModel.DesignBcfRuleSetupTOptions
The RuleSetup accepted the visitor.

Type Parameters

TOptions
Rule options type
See Also