C# Class Bottles.Services.WrappedBootstrapper

Inheritance: IBootstrapper
Exibir arquivo Open project: DarthFubuMVC/bottles Class Usage Examples

Public Methods

Method Description
Bootstrap ( IPackageLog log ) : IEnumerable
BottleServices ( ) : IEnumerable
WrappedBootstrapper ( IBootstrapper inner ) : System.Collections.Generic

Method Details

Bootstrap() public method

public Bootstrap ( IPackageLog log ) : IEnumerable
log IPackageLog
return IEnumerable

BottleServices() public method

public BottleServices ( ) : IEnumerable
return IEnumerable

WrappedBootstrapper() public method

public WrappedBootstrapper ( IBootstrapper inner ) : System.Collections.Generic
inner IBootstrapper
return System.Collections.Generic