IdeaBlade DevForce 2010 Help Reference
PropertyInterceptor<TInstance,TValue,TArgs> Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace : PropertyInterceptor<TInstance,TValue,TArgs> Class


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 returned from the interceptor.  
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.  All actions for the interceptor will be re-discovered.  
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

© 2013 All Rights Reserved.