CSharpSnapshotGenerator.GeneratePropertyAnnotations Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder) |
Vygeneruje kód pro poznámky v objektu IProperty. |
GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder) |
Vygeneruje kód pro poznámky v objektu IProperty. |
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder) |
Vygeneruje kód pro poznámky v objektu IProperty. |
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)
Vygeneruje kód pro poznámky v objektu 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
Vlastnost.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Kód tvůrce se přidá do.
Platí pro
GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)
Vygeneruje kód pro poznámky v objektu 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
Název proměnné tvůrce.
- property
- IProperty
Vlastnost.
- stringBuilder
- IndentedStringBuilder
Kód tvůrce se přidá do.
Platí pro
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)
Vygeneruje kód pro poznámky v objektu 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
Vlastnost.
- stringBuilder
- IndentedStringBuilder
Kód tvůrce se přidá do.
Platí pro
Entity Framework