CSharpSnapshotGenerator.GeneratePropertyAnnotations Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder) |
Создает код для заметок в объекте IProperty. |
GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder) |
Создает код для заметок в объекте IProperty. |
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder) |
Создает код для заметок в объекте IProperty. |
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметок в объекте 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)
Параметры
- property
- IProperty
Свойство.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Код построителя добавляется в .
Применяется к
GeneratePropertyAnnotations(String, IProperty, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметок в объекте 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)
Параметры
- propertyBuilderName
- String
Имя переменной построителя.
- property
- IProperty
Свойство.
- stringBuilder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
GeneratePropertyAnnotations(IProperty, IndentedStringBuilder)
- Исходный код:
- CSharpSnapshotGenerator.cs
Создает код для заметок в объекте 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)
Параметры
- property
- IProperty
Свойство.
- stringBuilder
- IndentedStringBuilder
Код построителя добавляется в .
Применяется к
Entity Framework