DevForce Help Reference
PropertyInterceptorAttribute Class
Members 


Base class for all DevForce property interceptor attributes.
Syntax
'Declaration
 
Public MustInherit Class PropertyInterceptorAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
'Usage
 
Dim instance As PropertyInterceptorAttribute
public abstract class PropertyInterceptorAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
Remarks
PropertyInterceptors are used within DevForce to add custom actions to getters and setters. Use the BeforeGetAttribute and AfterGetAttribute to inject one or more actions into a property getter, and BeforeSetAttribute and AfterSetAttribute to inject one or more actions into a property setter.
Inheritance Hierarchy

System.Object
   System.Attribute
      IdeaBlade.Core.PropertyInterceptorAttribute
         IdeaBlade.Core.AfterGetAttribute
         IdeaBlade.Core.AfterSetAttribute
         IdeaBlade.Core.BeforeGetAttribute
         IdeaBlade.Core.BeforeSetAttribute

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

PropertyInterceptorAttribute Members
IdeaBlade.Core Namespace
BeforeGetAttribute Class
AfterGetAttribute Class
BeforeSetAttribute Class
AfterSetAttribute Class

Send Feedback