C# Класс SignalR.Castle.Windsor.HubsInstallers

Наследование: IWindsorInstaller
Показать файл Открыть проект

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

Метод Описание
HubsInstallers ( Assembly assembly ) : System

registers all the hubs contained in the passed in assembly

HubsInstallers ( AssemblyFilter filter ) : System

registers all the hubs in the assemblies specified by the filter

HubsInstallers ( Type typeContainedInAssembly ) : System

registers all the hubs contained in the assembly to which the specified type belongs to

HubsInstallers ( string assemblyName ) : System

registers all the hubs in the assembly specified by the assembly name parameter

Install ( IWindsorContainer container, IConfigurationStore store ) : void

todo: first raw implementation... add options for lifestyle management, singleton might not be the best one

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

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

registers all the hubs contained in the passed in assembly
public HubsInstallers ( Assembly assembly ) : System
assembly System.Reflection.Assembly The assembly.
Результат System

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

registers all the hubs in the assemblies specified by the filter
public HubsInstallers ( AssemblyFilter filter ) : System
filter AssemblyFilter The filter.
Результат System

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

registers all the hubs contained in the assembly to which the specified type belongs to
public HubsInstallers ( Type typeContainedInAssembly ) : System
typeContainedInAssembly System.Type
Результат System

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

registers all the hubs in the assembly specified by the assembly name parameter
public HubsInstallers ( string assemblyName ) : System
assemblyName string Name of the assembly.
Результат System

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

todo: first raw implementation... add options for lifestyle management, singleton might not be the best one
public Install ( IWindsorContainer container, IConfigurationStore store ) : void
container IWindsorContainer
store IConfigurationStore
Результат void