DevForce Help Reference
PropertyInterceptor Class Members
Properties  Methods 


The following tables list the members exposed by PropertyInterceptor.

Public Properties
 NameDescription
Public PropertyArgsType Type of arguments passed to interceptor actions.  
Public PropertyPropertyDirection Whether the interceptor is defined for a getter or setter.  
Public PropertyTargetName The name of the property on which the interceptor acts.  
Public PropertyTargetType Type of object on which the interceptor acts.  
Public PropertyValueType The Type of the property value.  
Top
Public Methods
 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodGetValue Retrieves the value of this property in the specified object.  
Public MethodReset Resets the actions for the interceptor.  
Public MethodSetValue Sets the value of this property in the specified object.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

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

Send Feedback