C# Класс Neddle.Data.CoreInterceptor

Core IInterceptor.
Наследование: NHibernate.EmptyInterceptor
Показать файл Открыть проект

Открытые методы

Метод Описание
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool

Called when an entity is hydrated.

Приватные методы

Метод Описание
ConvertDatabaseDateTimeToUtc ( object state, IList types ) : void

Converts the database date time to UTC.

Описание методов

OnLoad() публичный Метод

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.
Результат bool