Click or drag to resize

InterceptionRuleAttribute Constructor (InterceptionRuleOptions, Type, Mode)

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,
	Mode mode
)

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.
mode
Type: Cauldron.InterceptionMode
Any of the values of Mode.
See Also