C# 클래스 FluentNHibernate.Conventions.Discovery.ClassDiscoveryConvention

Discovers any IClassConvention implementations and applies them to all the IClassMaps in the domain.
상속: IEntireMappingsConvention
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IEnumerable target ) : bool
Apply ( IEnumerable classes ) : void
ClassDiscoveryConvention ( IConventionFinder conventionFinder ) : System.Collections.Generic

메소드 상세

Accept() 공개 메소드

public Accept ( IEnumerable target ) : bool
target IEnumerable
리턴 bool

Apply() 공개 메소드

public Apply ( IEnumerable classes ) : void
classes IEnumerable
리턴 void

ClassDiscoveryConvention() 공개 메소드

public ClassDiscoveryConvention ( IConventionFinder conventionFinder ) : System.Collections.Generic
conventionFinder IConventionFinder
리턴 System.Collections.Generic