Visual Basic (Declaration) | |
---|---|
Public MustInherit Class PropertyInterceptor |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As PropertyInterceptor |
C# | |
---|---|
public abstract class PropertyInterceptor |
C++/CLI | |
---|---|
public ref class PropertyInterceptor abstract |
An interceptor is defined for a TargetType, TargetName and PropertyDirection to provide custom actions on getters and setters.
Any number of PropertyInterceptorActions may be defined for each interceptor. You add these actions using attributes and AddAction.
You may also define PropertyInterceptors and actions on non-Entity types.
System.Object
IdeaBlade.Core.PropertyInterceptor
IdeaBlade.Core.PropertyInterceptor<TInstance,TValue,TArgs>
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family