CSharpSnapshotGenerator.GeneratePropertyAnnotations Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| GeneratePropertyAnnotations(IProperty, IndentedStringBuilder) |
İçindeki ek açıklamalar için kod üretir IProperty . |
| GeneratePropertyAnnotations(IProperty, IndentedStringBuilder) |
İçindeki ek açıklamalar için kod üretir IProperty . |
| GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder) |
İçindeki ek açıklamalar için kod üretir IProperty . |
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)
İçindeki ek açıklamalar için kod üretir 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)
Parametreler
- property
- IProperty
Özellik.
- stringBuilder
- IndentedStringBuilder
Oluşturucu kodu öğesine eklenir.
Şunlara uygulanır
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)
İçindeki ek açıklamalar için kod üretir 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)
Parametreler
- property
- IProperty
Özellik.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Oluşturucu kodu öğesine eklenir.
Şunlara uygulanır
GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)
İçindeki ek açıklamalar için kod üretir 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)
Parametreler
- propertyBuilderName
- String
Oluşturucu değişkeninin adı.
- property
- IProperty
Özellik.
- stringBuilder
- IndentedStringBuilder
Oluşturucu kodu öğesine eklenir.