C# Класс BalloonsPop.LogicProvider.LogicModule

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

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

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

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

LogicModule ( IKernel bindingKernel ) : System

Initializes a new instance of the LogicModule class through injection with the provided kernel.

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

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

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

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

Initializes a new instance of the LogicModule class through injection with the provided kernel.
public LogicModule ( IKernel bindingKernel ) : System
bindingKernel IKernel
Результат System