logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    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.

    In this article
    © 2026 Serenity. All Rights Reserved