C# Class Neddle.Data.CoreInterceptor

Core IInterceptor.
Inheritance: NHibernate.EmptyInterceptor
Mostrar archivo Open project: kcargile/neddle

Public Methods

Method Description
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool

Called when an entity is hydrated.

Private Methods

Method Description
ConvertDatabaseDateTimeToUtc ( object state, IList types ) : void

Converts the database date time to UTC.

Method Details

OnLoad() public method

Called when an entity is hydrated.
public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object The entity.
id object The id.
state object The state.
propertyNames string The property names.
types IType The types.
return bool