Udostępnij za pośrednictwem


CSharpSnapshotGenerator.GeneratePropertyAnnotations Metoda

Definicja

Przeciążenia

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Generuje kod adnotacji w obiekcie IProperty.

GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)

Generuje kod adnotacji w obiekcie IProperty.

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Generuje kod adnotacji w obiekcie IProperty.

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs

Generuje kod adnotacji w obiekcie 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)

Parametry

property
IProperty

Właściwość.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy

GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)

Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs
Źródło:
CSharpSnapshotGenerator.cs

Generuje kod adnotacji w obiekcie 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)

Parametry

propertyBuilderName
String

Nazwa zmiennej konstruktora.

property
IProperty

Właściwość.

stringBuilder
IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Źródło:
CSharpSnapshotGenerator.cs

Generuje kod adnotacji w obiekcie 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)

Parametry

property
IProperty

Właściwość.

stringBuilder
IndentedStringBuilder

Kod konstruktora jest dodawany do.

Dotyczy