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
Afficher le fichier Open project: appccelerate/appccelerate Class Usage Examples

Méthodes publiques

Méthode Description
CreateBehaviorContext ( IDescribable describable ) : IBehaviorContext
ExecutableContext ( IDescribable describable ) : System.Collections.Generic

Initializes a new instance of the ExecutableContext class.

Méthodes protégées

Méthode Description
CreateBehaviorContextCore ( IDescribable describable ) : IBehaviorContext

Creates the behavior context implementation.

Method Details

CreateBehaviorContext() public méthode

public CreateBehaviorContext ( IDescribable describable ) : IBehaviorContext
describable IDescribable
Résultat IBehaviorContext

CreateBehaviorContextCore() protected méthode

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

ExecutableContext() public méthode

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