C# Class Castle.Facilities.ActiveRecordIntegration.SessionFactoryDelegate

Implements ISessionFactory allowing it to be used by the container as an ordinary component. However only ISessionFactory.OpenSession(IDbConnection) is implemented
Inheritance: ISessionFactory
Afficher le fichier Open project: castleproject/Windsor Class Usage Examples

Méthodes publiques

Méthode Description
Create ( ISessionFactoryHolder sessionFactoryHolder, Type arType ) : ISessionFactory

Creates the specified session factory delegate from the holder and root type

Method Details

Create() public static méthode

Creates the specified session factory delegate from the holder and root type
public static Create ( ISessionFactoryHolder sessionFactoryHolder, Type arType ) : ISessionFactory
sessionFactoryHolder ISessionFactoryHolder The session factory holder.
arType System.Type Type of the AR entity.
Résultat ISessionFactory