次の方法で共有


CSharpSnapshotGenerator.GenerateComplexProperties メソッド

定義

オブジェクトのコードを IComplexProperty 生成します。

protected virtual void GenerateComplexProperties (string typeBuilderName, System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty> properties, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateComplexProperties : string * seq<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateComplexProperties : string * seq<Microsoft.EntityFrameworkCore.Metadata.IComplexProperty> * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateComplexProperties (typeBuilderName As String, properties As IEnumerable(Of IComplexProperty), stringBuilder As IndentedStringBuilder)

パラメーター

typeBuilderName
String

ビルダー変数の名前。

properties
IEnumerable<IComplexProperty>

プロパティ。

stringBuilder
IndentedStringBuilder

ビルダー コードが に追加されます。

適用対象