NameMatchMethodPointcutAdvisor overview
NameMatchMethodPointcutAdvisor
|
Overloaded. Initializes a new instance of the NameMatchMethodPointcutAdvisor class. |
Advice (inherited from AbstractGenericPointcutAdvisor) | Return the advice part of this advisor. |
IsPerInstance (inherited from AbstractPointcutAdvisor) | Is this advice associated with a particular instance? |
MappedName | Convenience property when we have only a single method name to match. |
MappedNames | Set the method names defining methods to match. |
Order (inherited from AbstractPointcutAdvisor) | Returns this IAdvisors order in the interception chain. |
Pointcut | The IPointcut that drives this advisor. |
TypeFilter | The ITypeFilter for this pointcut. |
Equals (inherited from AbstractGenericPointcutAdvisor) | 2 AbstractGenericPointcutAdvisors are considered equals, if a) their pointcuts are equal b) their advices are equal |
GetHashCode (inherited from AbstractGenericPointcutAdvisor) | Calculates a unique hashcode based on advice + pointcut |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from AbstractGenericPointcutAdvisor) | 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. |
NameMatchMethodPointcutAdvisor Class | Spring.Aop.Support Namespace