Table of Contents

Class GridPlacementModule

Namespace
MoonBark.GridPlacement.Core
Assembly
MoonBark.GridPlacement.Core.dll

Registers MoonBark.GridPlacement's services with the Framework module registry.

public sealed class GridPlacementModule : IFrameworkModule
Inheritance
GridPlacementModule
Implements
IFrameworkModule
Inherited Members

Constructors

GridPlacementModule(IPlaceableRegistry)

public GridPlacementModule(IPlaceableRegistry placeableRegistry)

Parameters

placeableRegistry IPlaceableRegistry

Methods

ConfigureServices(IServiceRegistry)

Registers this module's services into the provided service registry. Called once during application bootstrap.

public void ConfigureServices(IServiceRegistry services)

Parameters

services IServiceRegistry

The registry to add services to.