次の方法で共有


CSharpSnapshotGeneratorDependencies.With メソッド

定義

オーバーロード

With(IAnnotationCodeGenerator)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(ICSharpHelper)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IRelationalTypeMappingSource)

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

With(IAnnotationCodeGenerator)

ソース:
CSharpSnapshotGeneratorDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
member this.With : Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies
Public Function With (annotationCodeGenerator As IAnnotationCodeGenerator) As CSharpSnapshotGeneratorDependencies

パラメーター

annotationCodeGenerator
IAnnotationCodeGenerator

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(ICSharpHelper)

ソース:
CSharpSnapshotGeneratorDependencies.cs
ソース:
CSharpSnapshotGeneratorDependencies.cs
ソース:
CSharpSnapshotGeneratorDependencies.cs
ソース:
CSharpSnapshotGeneratorDependencies.cs
ソース:
CSharpSnapshotGeneratorDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies With (Microsoft.EntityFrameworkCore.Design.ICSharpHelper csharpHelper);
member this.With : Microsoft.EntityFrameworkCore.Design.ICSharpHelper -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies
Public Function With (csharpHelper As ICSharpHelper) As CSharpSnapshotGeneratorDependencies

パラメーター

csharpHelper
ICSharpHelper

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象

With(IRelationalTypeMappingSource)

ソース:
CSharpSnapshotGeneratorDependencies.cs
ソース:
CSharpSnapshotGeneratorDependencies.cs
ソース:
CSharpSnapshotGeneratorDependencies.cs

この依存関係パラメーター オブジェクトを 1 つのサービスに置き換えて複製します。

public Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies With (Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource relationalTypeMappingSource);
member this.With : Microsoft.EntityFrameworkCore.Storage.IRelationalTypeMappingSource -> Microsoft.EntityFrameworkCore.Migrations.Design.CSharpSnapshotGeneratorDependencies
Public Function With (relationalTypeMappingSource As IRelationalTypeMappingSource) As CSharpSnapshotGeneratorDependencies

パラメーター

relationalTypeMappingSource
IRelationalTypeMappingSource

この型の現在の依存関係の置き換え。

戻り値

指定されたサービスが置き換えられた新しいパラメーター オブジェクト。

適用対象