- Namespace
- Statiq
.App - Interfaces
- Base Types
-
- AsyncCommand
<TSettings> - BaseCommand
<TSettings>
- AsyncCommand
- Derived Types
graph BT
Type-->Base0["BaseCommand<TSettings>"]
Base0-->Base1["AsyncCommand<TSettings>"]
Type-.->Interface0["IBaseCommand"]
click Interface0 "/api/Statiq.Common/IBaseCommand"
Type["EngineCommand<TSettings>"]
class Type type-node
Derived0["ServeCommand"]-->Type
click Derived0 "/api/Statiq.Web.Commands/ServeCommand"
Derived1["PipelinesCommand<TSettings>"]-->Type
click Derived1 "/api/Statiq.App/PipelinesCommand_1"
Syntax
public abstract class EngineCommand<TSettings> : BaseCommand<TSettings>, IBaseCommand
where TSettings : BaseCommandSettings
Type Parameters
| Name | Description |
|---|---|
| TSettings |
Constructors
| Name | Summary |
|---|---|
| EngineCommand |
Properties
| Name | Property Type | Summary |
|---|---|---|
| Bootstrapper | Bootstrapper | |
| Settings | Settings |
Methods
| Name | Return Value | Summary |
|---|---|---|
| ExecuteCommandAsync |
Task |
|
| ExecuteEngineAsync |
Task |