C# Class TinySheets.Persistence.NHibernate.NHibernateDomainEventListener

Inheritance: NHibernate.EmptyInterceptor
Afficher le fichier Open project: Readify/IocDevDay

Méthodes publiques

Méthode Description
NHibernateDomainEventListener ( IDomainEventStore domainEventStore ) : System
OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool

Private Methods

Méthode Description
SubscribeToDomainEvents ( object entity ) : void

Method Details

NHibernateDomainEventListener() public méthode

public NHibernateDomainEventListener ( IDomainEventStore domainEventStore ) : System
domainEventStore IDomainEventStore
Résultat System

OnLoad() public méthode

public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
Résultat bool

OnSave() public méthode

public OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool
entity object
id object
state object
propertyNames string
types IType
Résultat bool