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


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

© 2013 All Rights Reserved.