C# Class 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.
显示文件 Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Properties

Property Type Description
ConnectionString string
Driver SupportedNHDrivers
EnablePostCommitListener bool
FluentMappingsAssembly System.Reflection.Assembly
OutputMappings bool
SessionContextType string
ShowSql bool

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
NhConfigurationCacheKey ( SupportedNHDrivers driver, string connectionString, Assembly fluentMappingsAssembly, bool showSql, bool enablePostCommitListener, string sessionContextType, bool outputMappings ) : System
ToString ( ) : string

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

NhConfigurationCacheKey() public method

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
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

ConnectionString public_oe property

public string ConnectionString
return string

Driver public_oe property

public SupportedNHDrivers Driver
return SupportedNHDrivers

EnablePostCommitListener public_oe property

public bool EnablePostCommitListener
return bool

FluentMappingsAssembly public_oe property

public Assembly,System.Reflection FluentMappingsAssembly
return System.Reflection.Assembly

OutputMappings public_oe property

public bool OutputMappings
return bool

SessionContextType public_oe property

public string SessionContextType
return string

ShowSql public_oe property

public bool ShowSql
return bool