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

Inheritance: IDbContextLocator, IInfrastructureService
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
GetApiContext ( ) : IApiContext
GetContentLinkContext ( ) : IContentFolderLinkContext
GetGameContext ( ) : IGameContext
GetReadOnlyGameContext ( ) : IGameContextReadOnly
GetReadOnlySettingsContext ( ) : ISettingsStorageReadOnly
GetSettingsContext ( ) : ISettingsStorage

Private Methods

Method Description
GetConfirmScope ( ) : DbContextScope

Method Details

GetApiContext() public method

public GetApiContext ( ) : IApiContext
return IApiContext

GetContentLinkContext() public method

public GetContentLinkContext ( ) : IContentFolderLinkContext
return IContentFolderLinkContext

GetGameContext() public method

public GetGameContext ( ) : IGameContext
return IGameContext

GetReadOnlyGameContext() public method

public GetReadOnlyGameContext ( ) : IGameContextReadOnly
return IGameContextReadOnly

GetReadOnlySettingsContext() public method

public GetReadOnlySettingsContext ( ) : ISettingsStorageReadOnly
return ISettingsStorageReadOnly

GetSettingsContext() public method

public GetSettingsContext ( ) : ISettingsStorage
return ISettingsStorage