The IFieldInterceptor type exposes the following members.

Methods

  NameDescription
Public methodClearDirty
Clear the internal dirty flag.
Public methodIntercept
Intercept field set/get
Public methodIsInitializedField
The the given field initialized for the entity to which we are bound?
Public methodMarkDirty
Forcefully mark the entity as being dirty.

Properties

  NameDescription
Public propertyEntityName
Get the entity-name of the field DeclaringType.
Public propertyIsDirty
Is the entity considered dirty?
Public propertyIsInitialized
Is the entity to which we are bound completely initialized?
Public propertyMappedClass
Get the MappedClass (field container).
Public propertySession
Use to associate the entity to which we are bound to the given session.

See Also