Method | Description | |
---|---|---|
ConfigureApplicationContainer ( IContainer container ) : void |
Configures the application container with any additional registrations
|
|
ConfigureConventions ( BrickPile.Core.Conventions.BrickPileConventions brickPileConventions ) : void |
Overrides/configures BrickPile's conventions
|
|
ConfigureDocumentStore ( IDocumentStore documentStore ) : void |
Configures the document store.
|
|
DefaultBrickPileBootstrapper ( ) : System |
Initializes a new instance of the DefaultBrickPileBootstrapper class.
|
|
Initialise ( ) : void |
Initialises BrickPile.
|
Method | Description | |
---|---|---|
ConfigureApplicationContainerInternal ( IContainer container, IDocumentStore documentStore ) : void |
Configures the application container with registrations needed for BrickPile to work properly
|
|
CreateDefaultDocuments ( IDocumentStore documentStore ) : void |
Setups the default documents.
|
|
GetApplicationContainer ( ) : IContainer |
Gets the Container instance - automatically set during initialise.
|
|
RegisterRoutes ( RouteCollection routes ) : void |
Registers the custom route.
|
Method | Description | |
---|---|---|
ConfigureDocumentStoreInternal ( |
Configures the document store internal.
|
|
OnDocumentDelete ( string key, IPage page, RavenJObject metadata ) : void |
Called when [document delete].
|
|
OnPagePublish ( string key, IPage currentPage, RavenJObject metadata ) : void |
Called when [page publish].
|
|
OnPageSave ( string key, IPage currentPage, RavenJObject metadata ) : void | ||
OnPageUnPublish ( string key, IPage currentPage, RavenJObject metadata ) : void |
Called when [page un publish].
|
public ConfigureApplicationContainer ( IContainer container ) : void | ||
container | IContainer | The container. |
return | void |
protected ConfigureApplicationContainerInternal ( IContainer container, IDocumentStore documentStore ) : void | ||
container | IContainer | The container. |
documentStore | IDocumentStore | The document store. |
return | void |
public ConfigureConventions ( BrickPile.Core.Conventions.BrickPileConventions brickPileConventions ) : void | ||
brickPileConventions | BrickPile.Core.Conventions.BrickPileConventions | The brick pile conventions. |
return | void |
public ConfigureDocumentStore ( IDocumentStore documentStore ) : void | ||
documentStore | IDocumentStore | The document store. |
return | void |
protected CreateDefaultDocuments ( IDocumentStore documentStore ) : void | ||
documentStore | IDocumentStore | The document store. |
return | void |
public DefaultBrickPileBootstrapper ( ) : System | ||
return | System |
protected GetApplicationContainer ( ) : IContainer | ||
return | IContainer |
protected RegisterRoutes ( RouteCollection routes ) : void | ||
routes | RouteCollection | The routes. |
return | void |