C# Class Guidelines.Ioc.StructureMap.Conventions.MvcCrudCommandConvention

Inheritance: IRegistrationConvention
Exibir arquivo Open project: basicdays/Guidelines

Public Methods

Method Description
Process ( Type type, Registry registry ) : void

Private Methods

Method Description
RegisterCommandForDefaultCrudCommands ( Type type, Type genericCommand, Registry registry ) : void
RegisterQueryForDefaultCrudCommands ( Type type, Type genericCommand, Registry registry ) : void

Method Details

Process() public method

public Process ( Type type, Registry registry ) : void
type System.Type
registry Registry
return void