Click or drag to resize

InterceptionRuleOptions Enumeration

Defines the interceptor weaving rules

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public enum InterceptionRuleOptions
Members
  Member nameValueDescription
DoNotInterceptIfDecorated0 The interceptor will not be weaved if the member is decorated with a ceratain attribute.

Requires an attribute type.

IsImplementingInterfaceOrInheritBaseClass1 The interceptor will only be weaved if the declaring type is implementing a certain interface or inheriting from a certain class.

Requires an interface or class type and Mode.

See Also