EntityFrameworkServices Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
EntityFrameworkServices(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ projectContext, Microsoft::VisualStudio::Web::CodeGeneration::DotNet::IApplicationInfo ^ applicationInfo, Microsoft::VisualStudio::Web::CodeGeneration::DotNet::ICodeGenAssemblyLoadContext ^ loader, Microsoft::VisualStudio::Web::CodeGeneration::IModelTypesLocator ^ modelTypesLocator, Microsoft::VisualStudio::Web::CodeGeneration::EntityFrameworkCore::IDbContextEditorServices ^ dbContextEditorServices, Microsoft::VisualStudio::Web::CodeGeneration::IPackageInstaller ^ packageInstaller, IServiceProvider ^ serviceProvider, Microsoft::CodeAnalysis::Workspace ^ workspace, Microsoft::VisualStudio::Web::CodeGeneration::IFileSystem ^ fileSystem, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger);
public EntityFrameworkServices(Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectContext, Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo applicationInfo, Microsoft.VisualStudio.Web.CodeGeneration.DotNet.ICodeGenAssemblyLoadContext loader, Microsoft.VisualStudio.Web.CodeGeneration.IModelTypesLocator modelTypesLocator, Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IDbContextEditorServices dbContextEditorServices, Microsoft.VisualStudio.Web.CodeGeneration.IPackageInstaller packageInstaller, IServiceProvider serviceProvider, Microsoft.CodeAnalysis.Workspace workspace, Microsoft.VisualStudio.Web.CodeGeneration.IFileSystem fileSystem, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger);
new Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.EntityFrameworkServices : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo * Microsoft.VisualStudio.Web.CodeGeneration.DotNet.ICodeGenAssemblyLoadContext * Microsoft.VisualStudio.Web.CodeGeneration.IModelTypesLocator * Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.IDbContextEditorServices * Microsoft.VisualStudio.Web.CodeGeneration.IPackageInstaller * IServiceProvider * Microsoft.CodeAnalysis.Workspace * Microsoft.VisualStudio.Web.CodeGeneration.IFileSystem * Microsoft.VisualStudio.Web.CodeGeneration.ILogger -> Microsoft.VisualStudio.Web.CodeGeneration.EntityFrameworkCore.EntityFrameworkServices
Public Sub New (projectContext As IProjectContext, applicationInfo As IApplicationInfo, loader As ICodeGenAssemblyLoadContext, modelTypesLocator As IModelTypesLocator, dbContextEditorServices As IDbContextEditorServices, packageInstaller As IPackageInstaller, serviceProvider As IServiceProvider, workspace As Workspace, fileSystem As IFileSystem, logger As ILogger)
Parametry
- projectContext
- IProjectContext
- applicationInfo
- IApplicationInfo
- loader
- ICodeGenAssemblyLoadContext
- modelTypesLocator
- IModelTypesLocator
- dbContextEditorServices
- IDbContextEditorServices
- packageInstaller
- IPackageInstaller
- serviceProvider
- IServiceProvider
- workspace
- Workspace
- fileSystem
- IFileSystem
- logger
- ILogger