The methods of the DefaultPointcutAdvisor class are listed below. For a complete list of DefaultPointcutAdvisor class members, see the DefaultPointcutAdvisor Members topic.
Equals | 2 DefaultPointcutAdvisors are considered equal, if a) their pointcuts are equal b) their advices are equal |
GetHashCode | Calculates a unique hashcode based on advice + pointcut |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
DefaultPointcutAdvisor Class | Spring.Aop.Support Namespace