C# 클래스 Neddle.Data.CoreInterceptor

Core IInterceptor.
상속: NHibernate.EmptyInterceptor
파일 보기 프로젝트 열기: kcargile/neddle

공개 메소드들

메소드 설명
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