Method | 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 |
Method | Description | |
---|---|---|
SubscribeToDomainEvents ( object entity ) : void |
public NHibernateDomainEventListener ( IDomainEventStore domainEventStore ) : System | ||
domainEventStore | IDomainEventStore | |
return | System |
public OnLoad ( object entity, object id, object state, string propertyNames, IType types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | IType | |
return | bool |
public OnSave ( object entity, object id, object state, string propertyNames, IType types ) : bool | ||
entity | object | |
id | object | |
state | object | |
propertyNames | string | |
types | IType | |
return | bool |