DevForce Help Reference
PropertyInterceptor<TInstance,TValue,TArgs> Class Members
Properties  Methods 


The following tables list the members exposed by PropertyInterceptor<TInstance,TValue,TArgs>.

Public Constructors
 NameDescription
Public ConstructorPropertyInterceptor<TInstance,TValue,TArgs> Constructor Creates an instance of this class.  
Top
Public Properties
 NameDescription
Public PropertyArgsTypeOverridden.  Type of arguments passed to interceptor actions.  
Public PropertyPropertyDirection Whether the interceptor is defined for a getter or setter. (Inherited from IdeaBlade.Core.PropertyInterceptor)
Public PropertyTargetName The name of the property on which the interceptor acts. (Inherited from IdeaBlade.Core.PropertyInterceptor)
Public PropertyTargetTypeOverridden.  Type of object on which the interceptor acts.  
Public PropertyValueTypeOverridden.  The Type of the property value.  
Top
Public Methods
 NameDescription
Public MethodAddActionOverloaded.  Adds an action to the interceptor.  
Public MethodAddSkipKey Use to temporarily ignore a specific action in the interceptor.  
Public MethodEquals (Inherited from object)
Public MethodGetActionsOverloaded.  Retrieve all actions for the interceptor.  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodGetValueOverloaded.  Retrieves the value of this property in the specified object.  
Public MethodRemoveSkipKey Use to restore an action which had been skipped.  
Public MethodResetOverridden.  Resets the actions for the interceptor.  
Public MethodSetValueOverloaded.  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<TInstance,TValue,TArgs> Class
IdeaBlade.Core Namespace
PropertyInterceptorAction<TArgs> Class

Send Feedback