CSharpSnapshotGenerator.GenerateProperty Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GenerateProperty(IProperty, IndentedStringBuilder) | |
GenerateProperty(String, IProperty, IndentedStringBuilder) |
Generuje kod dla elementu IProperty. |
GenerateProperty(String, IProperty, IndentedStringBuilder) |
Generuje kod dla elementu IProperty. |
GenerateProperty(IProperty, IndentedStringBuilder)
protected virtual void GenerateProperty (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateProperty : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateProperty (property As IProperty, stringBuilder As IndentedStringBuilder)
Parametry
- property
- IProperty
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Dotyczy
GenerateProperty(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 dla elementu IProperty.
protected virtual void GenerateProperty (string builderName, Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder stringBuilder);
abstract member GenerateProperty : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
override this.GenerateProperty : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateProperty (builderName As String, property As IProperty, stringBuilder As IndentedStringBuilder)
Parametry
- builderName
- String
Nazwa zmiennej konstruktora.
- property
- IProperty
Właściwość.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Kod konstruktora jest dodawany do.
Dotyczy
GenerateProperty(String, IProperty, IndentedStringBuilder)
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
- Źródło:
- CSharpSnapshotGenerator.cs
Generuje kod dla elementu IProperty.
protected virtual void GenerateProperty (string builderName, Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
protected virtual void GenerateProperty (string entityTypeBuilderName, Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder stringBuilder);
abstract member GenerateProperty : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateProperty : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
abstract member GenerateProperty : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
override this.GenerateProperty : string * Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IndentedStringBuilder -> unit
Protected Overridable Sub GenerateProperty (builderName As String, property As IProperty, stringBuilder As IndentedStringBuilder)
Protected Overridable Sub GenerateProperty (entityTypeBuilderName As String, property As IProperty, stringBuilder As IndentedStringBuilder)
Parametry
- builderNameentityTypeBuilderName
- String
Nazwa zmiennej konstruktora.
- property
- IProperty
Właściwość.
- stringBuilder
- IndentedStringBuilder
Kod konstruktora jest dodawany do.
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.