The IFieldInterceptor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ClearDirty | Clear the internal dirty flag. |
![]() | Intercept | Intercept field set/get |
![]() | IsInitializedField | The the given field initialized for the entity to which we are bound? |
![]() | MarkDirty | Forcefully mark the entity as being dirty. |
Properties
Name | Description | |
---|---|---|
![]() | EntityName | Get the entity-name of the field DeclaringType. |
![]() | IsDirty | Is the entity considered dirty? |
![]() | IsInitialized | Is the entity to which we are bound completely initialized? |
![]() | MappedClass | Get the MappedClass (field container). |
![]() | Session | Use to associate the entity to which we are bound to the given session. |