C# Class Prototype.Handlers.ViewHandlers.HistoryHandlers.SiteHistoryViewHandler

Inheritance: IMessageHandler
Mostrar archivo Open project: paralect/prototype

Public Methods

Method Description
Handle ( SiteCreated e ) : void
Handle ( SiteDeleted e ) : void
Handle ( SiteUpdated e ) : void
SiteHistoryViewHandler ( ViewDatabase database ) : Prototype.Databases

Private Methods

Method Description
CreateRevision ( string siteId ) : void

Method Details

Handle() public method

public Handle ( SiteCreated e ) : void
e Prototype.Domain.Aggregates.Site.Events.SiteCreated
return void

Handle() public method

public Handle ( SiteDeleted e ) : void
e Prototype.Domain.Aggregates.Site.Events.SiteDeleted
return void

Handle() public method

public Handle ( SiteUpdated e ) : void
e Prototype.Domain.Aggregates.Site.Events.SiteUpdated
return void

SiteHistoryViewHandler() public method

public SiteHistoryViewHandler ( ViewDatabase database ) : Prototype.Databases
database ViewDatabase
return Prototype.Databases