C# Class Conventional.ConventionsConfigurator

Inheritance: IConventionsConfigurator
Exibir arquivo Open project: mikeminutillo/conventional Class Usage Examples

Public Methods

Method Description
AddInstaller ( Type conventionType, Action installer ) : void
Scan ( ITypeSource typeSource ) : ITypeScanner

Private Methods

Method Description
GetInstaller ( Type key ) : Action
Register ( Registration reg ) : void
Run ( ) : void

Method Details

AddInstaller() public method

public AddInstaller ( Type conventionType, Action installer ) : void
conventionType System.Type
installer Action
return void

Scan() public method

public Scan ( ITypeSource typeSource ) : ITypeScanner
typeSource ITypeSource
return ITypeScanner