C# Class Conventional.ConventionsConfigurator

Inheritance: IConventionsConfigurator
Afficher le fichier Open project: mikeminutillo/conventional Class Usage Examples

Méthodes publiques

Méthode Description
AddInstaller ( Type conventionType, Action installer ) : void
Scan ( ITypeSource typeSource ) : ITypeScanner

Private Methods

Méthode Description
GetInstaller ( Type key ) : Action
Register ( Registration reg ) : void
Run ( ) : void

Method Details

AddInstaller() public méthode

public AddInstaller ( Type conventionType, Action installer ) : void
conventionType System.Type
installer Action
Résultat void

Scan() public méthode

public Scan ( ITypeSource typeSource ) : ITypeScanner
typeSource ITypeSource
Résultat ITypeScanner