DevForce Help Reference
PropertyInterceptor Class
Members 


Used to add custom actions to property getters and setters.
Syntax
'Declaration
 
Public MustInherit Class PropertyInterceptor 
'Usage
 
Dim instance As PropertyInterceptor
public abstract class PropertyInterceptor 
Remarks
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.

Inheritance Hierarchy

System.Object
   IdeaBlade.Core.PropertyInterceptor
      IdeaBlade.Core.PropertyInterceptor<TInstance,TValue,TArgs>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PropertyInterceptor Members
IdeaBlade.Core Namespace
PropertyInterceptor<TInstance,TValue,TArgs> Class
PropertyInterceptorAction<TArgs> Class

Send Feedback