C# Class CQRSSample.Infrastructure.BootStrapper

Exibir arquivo Open project: phatboyg/CQRS-Sample

Public Properties

Property Type Description
RavenDbConnectionStringName string

Public Methods

Method Description
BootStrap ( IDocumentStore store ) : IWindsorContainer

Private Methods

Method Description
SetupDomainEventHandlers ( IBus bus, IDocumentStore documentStore ) : void

Method Details

BootStrap() public static method

public static BootStrap ( IDocumentStore store ) : IWindsorContainer
store IDocumentStore
return IWindsorContainer

Property Details

RavenDbConnectionStringName public_oe static_oe property

public static string RavenDbConnectionStringName
return string