次の方法で共有


OperationExecutor コンストラクター

定義

オーバーロード

OperationExecutor(IOperationReportHandler, IDictionary)

OperationExecutor クラスの新しいインスタンスを初期化します。

OperationExecutor(Object, IDictionary)

OperationExecutor クラスの新しいインスタンスを初期化します。

args サポートされる引数は次のとおりです。

targetName--ターゲット プロジェクトのアセンブリ名。

startupTargetName--スタートアップ プロジェクトのアセンブリ名。

projectDir--ターゲット プロジェクトのルート ディレクトリ。

rootNamespace--ターゲット プロジェクトのルート名前空間。

OperationExecutor(IOperationReportHandler, IDictionary)

OperationExecutor クラスの新しいインスタンスを初期化します。

public OperationExecutor (Microsoft.EntityFrameworkCore.Design.IOperationReportHandler reportHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor : Microsoft.EntityFrameworkCore.Design.IOperationReportHandler * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor
Public Sub New (reportHandler As IOperationReportHandler, args As IDictionary)

パラメーター

args
IDictionary

Executor 引数。

注釈

args サポートされる引数は次のとおりです。

targetName--ターゲット プロジェクトのアセンブリ名。

startupTargetName--スタートアップ プロジェクトのアセンブリ名。

projectDir--ターゲット プロジェクトのルート ディレクトリ。

rootNamespace--ターゲット プロジェクトのルート名前空間。

language--クラスの生成に使用するプログラミング言語。

nullable--null 許容参照型が有効かどうかを示す値。

remainingArguments--操作に渡される余分な引数。

適用対象

OperationExecutor(Object, IDictionary)

OperationExecutor クラスの新しいインスタンスを初期化します。

args サポートされる引数は次のとおりです。

targetName--ターゲット プロジェクトのアセンブリ名。

startupTargetName--スタートアップ プロジェクトのアセンブリ名。

projectDir--ターゲット プロジェクトのルート ディレクトリ。

rootNamespace--ターゲット プロジェクトのルート名前空間。

public OperationExecutor (object reportHandler, System.Collections.IDictionary args);
new Microsoft.EntityFrameworkCore.Design.OperationExecutor : obj * System.Collections.IDictionary -> Microsoft.EntityFrameworkCore.Design.OperationExecutor
Public Sub New (reportHandler As Object, args As IDictionary)

パラメーター

reportHandler
Object

IOperationReportHandler

args
IDictionary

Executor 引数。

適用対象