| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DefaultIntroductionAdvisor.TypeFilter Property
Returns the filter determining which target classes this introduction should apply to.
[Visual Basic]
Public Overridable ReadOnly Property TypeFilter() As
ITypeFilter _
Public Get
End Get
End Property
[C#]
public virtual
ITypeFilter TypeFilter { public get; }
Property Value
The filter determining which target classes this introduction should apply to.
Implements
IIntroductionAdvisor.TypeFilter
See Also
DefaultIntroductionAdvisor Class | Spring.Aop.Support Namespace