Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

AbstractRegularExpressionMethodPointcut Properties

The properties of the AbstractRegularExpressionMethodPointcut class are listed below. For a complete list of AbstractRegularExpressionMethodPointcut class members, see the AbstractRegularExpressionMethodPointcut Members topic.

Public Instance Properties

IsRuntime (inherited from StaticMethodMatcher) Is this IMethodMatcher dynamic?
MethodMatcher (inherited from StaticMethodMatcherPointcut) The IMethodMatcher for this pointcut.
Pattern Convenience property for setting a single pattern.
Patterns The regular expressions defining methods to match.
TypeFilter The ITypeFilter for this pointcut.

Explicit Interface Implementations

IDeserializationCallback.OnDeserialization (inherited from StaticMethodMatcher)Missing <summary> documentation for M:Spring.Aop.Support.StaticMethodMatcher.System#Runtime#Serialization#IDeserializationCallback#OnDeserialization(System.Object)

See Also

AbstractRegularExpressionMethodPointcut Class | Spring.Aop.Support Namespace