C# 클래스 Bosphorus.Dao.NHibernate.Configuration.Fluent.ConventionApplier.AbstractConventionApplier

상속: IConventionApplier
파일 보기 프로젝트 열기: BosphorusTeam/bosphorus.dao

공개 메소드들

메소드 설명
Apply ( string sessionAlias, IConventionFinder conventionFinder ) : void

보호된 메소드들

메소드 설명
AbstractConventionApplier ( ) : Bosphorus.Dao.Core.Session.Provider.Factory
AbstractConventionApplier ( string sessionAlias ) : Bosphorus.Dao.Core.Session.Provider.Factory
Apply ( IConventionFinder conventionFinder ) : void

메소드 상세

AbstractConventionApplier() 보호된 메소드

protected AbstractConventionApplier ( ) : Bosphorus.Dao.Core.Session.Provider.Factory
리턴 Bosphorus.Dao.Core.Session.Provider.Factory

AbstractConventionApplier() 보호된 메소드

protected AbstractConventionApplier ( string sessionAlias ) : Bosphorus.Dao.Core.Session.Provider.Factory
sessionAlias string
리턴 Bosphorus.Dao.Core.Session.Provider.Factory

Apply() 보호된 추상적인 메소드

protected abstract Apply ( IConventionFinder conventionFinder ) : void
conventionFinder IConventionFinder
리턴 void

Apply() 공개 메소드

public Apply ( string sessionAlias, IConventionFinder conventionFinder ) : void
sessionAlias string
conventionFinder IConventionFinder
리턴 void