Table of Contents

Interface IServiceWithSetup<TOptions>

Namespace
ToSic.Sys.Services
Assembly
ToSic.Sys.Core.dll

Marks services which can be setup with options. Usually used together with a Generator{TService, TOptions} to create the service with options.

[InternalApi_DoNotUse_MayChangeWithoutNotice]
public interface IServiceWithSetup<in TOptions>

Type Parameters

TOptions

Methods

Setup(TOptions)

void Setup(TOptions options)

Parameters

options TOptions