C# Class DevBridge.Templates.WebProject.Web.Logic.ContainerFactory

ファイルを表示 Open project: devbridge/StandardWebProjectTemplate Class Usage Examples

Public Methods

Method Description
CreateContainer ( ) : IContainer

Private Methods

Method Description
IsAssignableToGenericType ( Type givenType, Type genericType ) : bool

Determines whether given type is assignable to generic type.

RegisterCommands ( Assembly assembly, ContainerBuilder containerBuilder ) : void

Registers the module command types.

Method Details

CreateContainer() public method

public CreateContainer ( ) : IContainer
return IContainer