Table of Contents

Class ContainerExtensions

Namespace
Artemis.UI.Shared.DryIoc
Assembly
Artemis.UI.Shared.dll

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

public static class ContainerExtensions
Inheritance
object
ContainerExtensions

Methods

RegisterSharedUI(IContainer)

Registers shared UI services into the container.

public static void RegisterSharedUI(this IContainer container)

Parameters

container IContainer

The builder building the current container