C# Class AcklenAvenue.Data.Sample.DataLayer.BootstrapperBase

Datei anzeigen Open project: AcklenAvenue/AcklenAvenue.Data

Public Methods

Method Description
Run ( ) : void

Protected Methods

Method Description
BootstrapperBase ( Container container ) : System.Collections.Generic

Private Methods

Method Description
ConfigureDataLayer ( ) : void
CreateTheDatabaseFile ( ) : void
DeleteFileDatabaseIfExists ( string connectionString ) : void
PopulateDatabase ( ) : void

Method Details

BootstrapperBase() protected method

protected BootstrapperBase ( Container container ) : System.Collections.Generic
container Container
return System.Collections.Generic

Run() public method

public Run ( ) : void
return void