C# Class DomainDrivenDelivery.Infrastructure.Persistence.NHibernate.CargoPostLoadEventListener

Inheritance: NHibernate.Event.Default.DefaultPostLoadEventListener
Mostrar archivo Open project: awhatley/dddsample.net

Public Methods

Method Description
OnPostLoad ( NHibernate.Event.PostLoadEvent @event ) : void

Private Methods

Method Description
CargoPostLoadEventListener ( ) : System.Linq

Method Details

OnPostLoad() public method

public OnPostLoad ( NHibernate.Event.PostLoadEvent @event ) : void
@event NHibernate.Event.PostLoadEvent
return void