IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : IEntityPropertyInterceptorArgs Interface |
The following tables list the members exposed by IEntityPropertyInterceptorArgs.
Name | Description | |
---|---|---|
Cancel | Whether or not to cancel any further actions for the IdeaBlade.Core.PropertyInterceptor. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) | |
Context | Used internally to indicate the Entity version. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) | |
EntityProperty | The EntityProperty being retrieved or set. | |
ExceptionAction | The handler to be invoked when an exception is thrown during a get or set. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) | |
Instance | The object on which the interceptor acts. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) | |
Tag | Gets or sets a user-defined value. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) | |
Value | The value of the property being retrieved or set. (Inherited from IdeaBlade.Core.IPropertyInterceptorArgs) |