IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : IEntityPropertyGetInterceptorArgs Interface |
The following tables list the members exposed by IEntityPropertyGetInterceptorArgs.
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 IEntityPropertyInterceptorArgs.EntityProperty being retrieved or set. (Inherited from IdeaBlade.EntityModel.IEntityPropertyInterceptorArgs) | |
EntityVersion | Version of the Entity. | |
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) |