|  | InterceptionRuleOptions Enumeration | 
 
            Defines the interceptor weaving rules
            
 
    Namespace: 
   Cauldron.Interception
    Assembly:
   Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
 Syntax
Syntaxpublic enum InterceptionRuleOptions
Public Enumeration InterceptionRuleOptions
public enum class InterceptionRuleOptions
 Members
Members|  | Member name | Value | Description | 
|---|
|  | DoNotInterceptIfDecorated | 0 | The interceptor will not be weaved if the member is decorated with a ceratain attribute.
            
            Requires an attribute type. | 
|  | IsImplementingInterfaceOrInheritBaseClass | 1 | 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
See Also