CSharpSnapshotGenerator.GeneratePropertyAnnotations Methode

Definition

Überlädt

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Generiert Code für die Anmerkungen auf einem IProperty.

GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)

Generiert Code für die Anmerkungen auf einem IProperty.

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Generiert Code für die Anmerkungen auf einem IProperty.

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Generiert Code für die Anmerkungen auf einem IProperty.

protected virtual void GeneratePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GeneratePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GeneratePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GeneratePropertyAnnotations (property As IProperty, stringBuilder As IndentedStringBuilder)

Parameter

property
IProperty

Die Eigenschaft.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Der Generatorcode wird hinzugefügt.

Gilt für:

GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)

Generiert Code für die Anmerkungen auf einem IProperty.

protected virtual void GeneratePropertyAnnotations (string propertyBuilderName, Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GeneratePropertyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GeneratePropertyAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GeneratePropertyAnnotations (propertyBuilderName As String, property As IProperty, stringBuilder As IndentedStringBuilder)

Parameter

propertyBuilderName
String

Der Name der Generatorvariablen.

property
IProperty

Die Eigenschaft.

stringBuilder
IndentedStringBuilder

Der Generatorcode wird hinzugefügt.

Gilt für:

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Generiert Code für die Anmerkungen auf einem IProperty.

protected virtual void GeneratePropertyAnnotations (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GeneratePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GeneratePropertyAnnotations : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GeneratePropertyAnnotations (property As IProperty, stringBuilder As IndentedStringBuilder)

Parameter

property
IProperty

Die Eigenschaft.

stringBuilder
IndentedStringBuilder

Der Generatorcode wird hinzugefügt.

Gilt für: