| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AbstractPointcutAdvisor.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
Not supported for dynamic advisors.
Exceptions
See Also
AbstractPointcutAdvisor Class | Spring.Aop.Support Namespace