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.
Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Свойство Type Description
ConnectionString string
Driver SupportedNHDrivers
EnablePostCommitListener bool
FluentMappingsAssembly System.Reflection.Assembly
OutputMappings bool
SessionContextType string
ShowSql bool

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

NhConfigurationCacheKey() public méthode

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
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ConnectionString public_oe property

public string ConnectionString
Résultat string

Driver public_oe property

public SupportedNHDrivers Driver
Résultat SupportedNHDrivers

EnablePostCommitListener public_oe property

public bool EnablePostCommitListener
Résultat bool

FluentMappingsAssembly public_oe property

public Assembly,System.Reflection FluentMappingsAssembly
Résultat System.Reflection.Assembly

OutputMappings public_oe property

public bool OutputMappings
Résultat bool

SessionContextType public_oe property

public string SessionContextType
Résultat string

ShowSql public_oe property

public bool ShowSql
Résultat bool