Condividi tramite


CSharpSnapshotGenerator.GeneratePropertyAnnotations Metodo

Definizione

Overload

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Genera il codice per le annotazioni in un oggetto IProperty.

GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)

Genera il codice per le annotazioni in un oggetto IProperty.

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Genera il codice per le annotazioni in un oggetto IProperty.

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Origine:
CSharpSnapshotGenerator.cs
Origine:
CSharpSnapshotGenerator.cs
Origine:
CSharpSnapshotGenerator.cs
Origine:
CSharpSnapshotGenerator.cs

Genera il codice per le annotazioni in un oggetto 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)

Parametri

property
IProperty

Proprietà.

stringBuilder
Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)

Origine:
CSharpSnapshotGenerator.cs
Origine:
CSharpSnapshotGenerator.cs
Origine:
CSharpSnapshotGenerator.cs
Origine:
CSharpSnapshotGenerator.cs

Genera il codice per le annotazioni in un oggetto 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)

Parametri

propertyBuilderName
String

Nome della variabile del generatore.

property
IProperty

Proprietà.

stringBuilder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a

GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)

Origine:
CSharpSnapshotGenerator.cs

Genera il codice per le annotazioni in un oggetto 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)

Parametri

property
IProperty

Proprietà.

stringBuilder
IndentedStringBuilder

Il codice del generatore viene aggiunto a .

Si applica a