Method | Description | |
---|---|---|
CreateExecutableContext ( IDescribable describable ) : IExecutableContext | ||
ExecutionContext ( IDescribable describable ) : System.Collections.Generic |
Initializes a new instance of the ExecutionContext class.
|
Method | Description | |
---|---|---|
CreateExecutableContextCore ( IDescribable describable ) : IExecutableContext |
Creates the executable context implementation.
|
public CreateExecutableContext ( IDescribable describable ) : IExecutableContext | ||
describable | IDescribable | |
return | IExecutableContext |
protected CreateExecutableContextCore ( IDescribable describable ) : IExecutableContext | ||
describable | IDescribable | The describable which is passed to the executable context. |
return | IExecutableContext |
public ExecutionContext ( IDescribable describable ) : System.Collections.Generic | ||
describable | IDescribable | The describable. |
return | System.Collections.Generic |