C# Class Appccelerate.Bootstrapper.Reporting.ExecutableContext

Executable context implementation which is also responsible for creating behavior contexts. The IDescribable is released right after creation.
Inheritance: IExecutableContext
Show file Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method Description
CreateBehaviorContext ( IDescribable describable ) : IBehaviorContext
ExecutableContext ( IDescribable describable ) : System.Collections.Generic

Initializes a new instance of the ExecutableContext class.

Protected Methods

Method Description
CreateBehaviorContextCore ( IDescribable describable ) : IBehaviorContext

Creates the behavior context implementation.

Method Details

CreateBehaviorContext() public method

public CreateBehaviorContext ( IDescribable describable ) : IBehaviorContext
describable IDescribable
return IBehaviorContext

CreateBehaviorContextCore() protected method

Creates the behavior context implementation.
protected CreateBehaviorContextCore ( IDescribable describable ) : IBehaviorContext
describable IDescribable The describable which is passed to the behavior context.
return IBehaviorContext

ExecutableContext() public method

Initializes a new instance of the ExecutableContext class.
public ExecutableContext ( IDescribable describable ) : System.Collections.Generic
describable IDescribable The describable.
return System.Collections.Generic