C# 클래스 Castle.ActiveRecord.Config.SessionFactoryConfig

파일 보기 프로젝트 열기: shosca/ActiveRecord 1 사용 예제들

공개 메소드들

메소드 설명
BuildConfiguration ( ) : NHibernate.Cfg.Configuration
CollectAllContributorsAndRegister ( NHibernate.Cfg.Configuration cfg ) : void
CollectMappingContributorsAndApply ( ModelMapper mapper ) : void
GetContributors ( ) : IEnumerable
SessionFactoryConfig ( IActiveRecordConfiguration source ) : System

비공개 메소드들

메소드 설명
GetEventListenerContributor ( IEnumerable exportedtypes ) : INHContributor

메소드 상세

BuildConfiguration() 공개 메소드

public BuildConfiguration ( ) : NHibernate.Cfg.Configuration
리턴 NHibernate.Cfg.Configuration

CollectAllContributorsAndRegister() 공개 메소드

public CollectAllContributorsAndRegister ( NHibernate.Cfg.Configuration cfg ) : void
cfg NHibernate.Cfg.Configuration
리턴 void

CollectMappingContributorsAndApply() 공개 메소드

public CollectMappingContributorsAndApply ( ModelMapper mapper ) : void
mapper ModelMapper
리턴 void

GetContributors() 공개 메소드

public GetContributors ( ) : IEnumerable
리턴 IEnumerable

SessionFactoryConfig() 공개 메소드

public SessionFactoryConfig ( IActiveRecordConfiguration source ) : System
source IActiveRecordConfiguration
리턴 System