IdeaBlade DevForce 2010 Help Reference
PropertyInterceptorAttribute Class
Members  See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : PropertyInterceptorAttribute Class



Base class for all DevForce property interceptor attributes.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class PropertyInterceptorAttribute 
   Inherits System.Attribute
   Implements System.Runtime.InteropServices._Attribute 
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptorAttribute
C# 
public abstract class PropertyInterceptorAttribute : System.Attribute, System.Runtime.InteropServices._Attribute  
C++/CLI 
public ref class PropertyInterceptorAttribute abstract : public 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 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

See Also

© 2013 All Rights Reserved.