Click or drag to resize

InterceptionRuleAttribute Constructor (InterceptionRuleOptions, Type)

Initializes a new instance of InterceptionRuleAttribute.

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public InterceptionRuleAttribute(
	InterceptionRuleOptions rule,
	Type type
)

Parameters

rule
Type: Cauldron.InterceptionInterceptionRuleOptions
Any of the values of InterceptionRuleOptions.
type
Type: SystemType
The type of attribute, interface or class associated to the rule.
See Also