| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
DefaultIntroductionAdvisor.IsPerInstance Property
Is this advice associated with a particular instance?
[Visual Basic]
Public Overridable ReadOnly Property IsPerInstance() As
Boolean _
Public Get
End Get
End Property
[C#]
public virtual
bool IsPerInstance { public get; }
Property Value
true if this advice is associated with a particular instance.
Implements
IAdvisor.IsPerInstance
Remarks
Default for an introduction is per-instance interception.
See Also
DefaultIntroductionAdvisor Class | Spring.Aop.Support Namespace