C# Class withSIX.Mini.Infra.Data.Services.DbContextFactory

Inheritance: IDbContextFactory, IInfrastructureService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes publiques

Méthode Description
Create ( ) : IDbContextScope
DbContextFactory ( Lazy cache, Lazy settingsContext, Func apiContextCreator ) : System
SuppressAmbientContext ( ) : IDisposable

Method Details

Create() public méthode

public Create ( ) : IDbContextScope
Résultat IDbContextScope

DbContextFactory() public méthode

public DbContextFactory ( Lazy cache, Lazy settingsContext, Func apiContextCreator ) : System
cache Lazy
settingsContext Lazy
apiContextCreator Func
Résultat System

SuppressAmbientContext() public méthode

public SuppressAmbientContext ( ) : IDisposable
Résultat IDisposable