Click or drag to resize

IBcfRuleVisitorVisitTOptions Method

Called from ruleAccept(IBcfRuleVisitor)

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
void Visit<TOptions>(
	BcfRule<TOptions> rule
)

Parameters

rule
Type: CalculationWorks.BusinessModelBcfRuleTOptions
The rule accepted the visitor.

Type Parameters

TOptions
Rule options type
See Also