C# Класс BalloonsPop.Saver.SaverModule

This class inherits the NinjectModule class and provides loading with a provided kernel for the exports of the saver project.
Наследование: Ninject.Modules.NinjectModule
Показать файл Открыть проект

Открытые методы

Метод Описание
Load ( ) : void

This overload of the method Load provides binding for the project exports.

SaverModule ( IKernel kernel ) : BalloonsPop.Common.Contracts

Initializes a new instance of the SaverModule class which accepts a kernel that it later uses to bind exports.

Описание методов

Load() публичный Метод

This overload of the method Load provides binding for the project exports.
public Load ( ) : void
Результат void

SaverModule() публичный Метод

Initializes a new instance of the SaverModule class which accepts a kernel that it later uses to bind exports.
public SaverModule ( IKernel kernel ) : BalloonsPop.Common.Contracts
kernel IKernel The kernel to which the AppKernel property will be set.
Результат BalloonsPop.Common.Contracts