C# 클래스 Conventional.ConventionsConfigurator

상속: IConventionsConfigurator
파일 보기 프로젝트 열기: mikeminutillo/conventional 1 사용 예제들

공개 메소드들

메소드 설명
AddInstaller ( Type conventionType, Action installer ) : void
Scan ( ITypeSource typeSource ) : ITypeScanner

비공개 메소드들

메소드 설명
GetInstaller ( Type key ) : Action
Register ( Registration reg ) : void
Run ( ) : void

메소드 상세

AddInstaller() 공개 메소드

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

Scan() 공개 메소드

public Scan ( ITypeSource typeSource ) : ITypeScanner
typeSource ITypeSource
리턴 ITypeScanner