C# Class Appccelerate.Bootstrapper.Reporting.ReportingContext

The reporting context contains all necessary information about the bootstrapping process.
Inheritance: IReportingContext
Datei anzeigen Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method Description
CreateExtensionContext ( IDescribable describable ) : IExtensionContext
CreateRunExecutionContext ( IDescribable describable ) : IExecutionContext
CreateShutdownExecutionContext ( IDescribable describable ) : IExecutionContext
ReportingContext ( ) : System.Collections.Generic

Initializes a new instance of the ReportingContext class.

Protected Methods

Method Description
CreateExecutionContextCore ( IDescribable describable ) : IExecutionContext

Creates the execution context implementation.

CreateExtensionContextCore ( IDescribable describable ) : IExtensionContext

Creates the extension context implementation.

Method Details

CreateExecutionContextCore() protected method

Creates the execution context implementation.
protected CreateExecutionContextCore ( IDescribable describable ) : IExecutionContext
describable IDescribable The describable which is passed to the execution context.
return IExecutionContext

CreateExtensionContext() public method

public CreateExtensionContext ( IDescribable describable ) : IExtensionContext
describable IDescribable
return IExtensionContext

CreateExtensionContextCore() protected method

Creates the extension context implementation.
protected CreateExtensionContextCore ( IDescribable describable ) : IExtensionContext
describable IDescribable The describable which is passed to the extension context.
return IExtensionContext

CreateRunExecutionContext() public method

public CreateRunExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
return IExecutionContext

CreateShutdownExecutionContext() public method

public CreateShutdownExecutionContext ( IDescribable describable ) : IExecutionContext
describable IDescribable
return IExecutionContext

ReportingContext() public method

Initializes a new instance of the ReportingContext class.
public ReportingContext ( ) : System.Collections.Generic
return System.Collections.Generic