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



Used to add custom actions to property getters and setters.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class PropertyInterceptor 
Visual Basic (Usage)Copy Code
Dim instance As PropertyInterceptor
C# 
public abstract class PropertyInterceptor 
C++/CLI 
public ref class PropertyInterceptor abstract 

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 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.