Table of Contents

Interface ILayoutServiceConfigurer

Namespace
Uncreated.Warfare.Plugins
Assembly
Uncreated.Warfare.dll

Provides the ability to set up services for a layout when listed in a layout configuration.

public interface ILayoutServiceConfigurer

Remarks

These should be registered using a IServiceConfigurer and will be queried when creating a layout scope if the type is listed in the Services section.

Methods

ConfigureServices(ContainerBuilder)

Provides the ability to set up services for a layout when listed in a layout configuration.

void ConfigureServices(ContainerBuilder bldr)

Parameters

bldr ContainerBuilder