DevForce Help Reference
PropertyInterceptorAction<TArgs> Class Members
Properties  Methods 


The following tables list the members exposed by PropertyInterceptorAction<TArgs>.

Public Constructors
 NameDescription
Public ConstructorPropertyInterceptorAction<TArgs> ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyAction The action to be invoked.  
Public PropertyArgsType Type of arguments passed to the action. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyInstanceType Instance type may not be the same as the TargetType. It may be one of its base classes. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyKey The identifying name assigned to the action. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyMode When the action will be invoked. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyOrder The invocation order of the action. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyTargetName The name of the property on which the interceptor acts. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyTargetType The Type of the object on which the interceptor acts. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Public PropertyValueType Type of the property value. (Inherited from IdeaBlade.Core.PropertyInterceptorAction)
Top
Public Methods
 NameDescription
Public MethodBuildFunc<TOldArgs,TNewArgs> Internal use only.  
Public MethodConvertTo<TNewArgs>Overridden.  Internal use only.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

PropertyInterceptorAction<TArgs> Class
IdeaBlade.Core Namespace
PropertyInterceptorAttribute Class

Send Feedback