Interface IInitializationPipelineProfileDefinition
Interface representing the definition of an initialization pipeline profile.
Namespace: Serenity.InitializationPipeline.Application.Interfaces
Assembly: Serenity.InitializationPipeline.Application.dll
Syntax
public interface IInitializationPipelineProfileDefinition : IFoundationSettings
Properties
Tasks
Declaration
IReadOnlyList<ITaskDefinition> Tasks { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ITaskDefinition> | List of task definitions that make up the initialization pipeline. |