C# 클래스 Rebel.Framework.Persistence.NHibernate.Dependencies.NhConfigurationCacheKey

Represents the information needed to construct an NHibernate Configuration, in a form which is suitable for using as a dictionary key.
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ConnectionString string
Driver SupportedNHDrivers
EnablePostCommitListener bool
FluentMappingsAssembly System.Reflection.Assembly
OutputMappings bool
SessionContextType string
ShowSql bool

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
NhConfigurationCacheKey ( SupportedNHDrivers driver, string connectionString, Assembly fluentMappingsAssembly, bool showSql, bool enablePostCommitListener, string sessionContextType, bool outputMappings ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

NhConfigurationCacheKey() 공개 메소드

public NhConfigurationCacheKey ( SupportedNHDrivers driver, string connectionString, Assembly fluentMappingsAssembly, bool showSql, bool enablePostCommitListener, string sessionContextType, bool outputMappings ) : System
driver SupportedNHDrivers
connectionString string
fluentMappingsAssembly System.Reflection.Assembly
showSql bool
enablePostCommitListener bool
sessionContextType string
outputMappings bool
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ConnectionString 공개적으로 프로퍼티

public string ConnectionString
리턴 string

Driver 공개적으로 프로퍼티

public SupportedNHDrivers Driver
리턴 SupportedNHDrivers

EnablePostCommitListener 공개적으로 프로퍼티

public bool EnablePostCommitListener
리턴 bool

FluentMappingsAssembly 공개적으로 프로퍼티

public Assembly,System.Reflection FluentMappingsAssembly
리턴 System.Reflection.Assembly

OutputMappings 공개적으로 프로퍼티

public bool OutputMappings
리턴 bool

SessionContextType 공개적으로 프로퍼티

public string SessionContextType
리턴 string

ShowSql 공개적으로 프로퍼티

public bool ShowSql
리턴 bool