Table of Contents

Class ContainerExtensions

Namespace
Artemis.Core.DryIoc
Assembly
Artemis.Core.dll

Provides an extension method to register services onto a DryIoc DryIoc.IContainer.

public static class ContainerExtensions
Inheritance
object
ContainerExtensions

Methods

RegisterCore(IContainer)

Registers core services into the container.

public static void RegisterCore(this IContainer container)

Parameters

container IContainer

The builder building the current container

RegisterPlugin(IContainer, Plugin)

Registers plugin services into the container, this is typically a child container.

public static void RegisterPlugin(this IContainer container, Plugin plugin)

Parameters

container IContainer

The builder building the current container

plugin Plugin

The plugin to register