Compartir a través de


CSharpSnapshotGenerator.GenerateNavigationAnnotations Método

Definición

Sobrecargas

GenerateNavigationAnnotations(INavigation, IndentedStringBuilder)

Genera código para las anotaciones en una navegación.

GenerateNavigationAnnotations(String, INavigation, IndentedStringBuilder)

Genera código para las anotaciones en una navegación.

GenerateNavigationAnnotations(INavigation, IndentedStringBuilder)

Source:
CSharpSnapshotGenerator.cs

Genera código para las anotaciones en una navegación.

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

Parámetros

navigation
INavigation

Navegación.

stringBuilder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a

GenerateNavigationAnnotations(String, INavigation, IndentedStringBuilder)

Source:
CSharpSnapshotGenerator.cs
Source:
CSharpSnapshotGenerator.cs
Source:
CSharpSnapshotGenerator.cs
Source:
CSharpSnapshotGenerator.cs

Genera código para las anotaciones en una navegación.

protected virtual void GenerateNavigationAnnotations (string navigationBuilderName, Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateNavigationAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateNavigationAnnotations : string * Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateNavigationAnnotations (navigationBuilderName As String, navigation As INavigation, stringBuilder As IndentedStringBuilder)

Parámetros

navigationBuilderName
String

Nombre de la variable del generador.

navigation
INavigation

Navegación.

stringBuilder
IndentedStringBuilder

El código del generador se agrega a .

Se aplica a