CSharpSnapshotGenerator.GenerateProperty Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GenerateProperty(IProperty, IndentedStringBuilder) | |
GenerateProperty(String, IProperty, IndentedStringBuilder) |
Genera il codice per un oggetto IProperty. |
GenerateProperty(String, IProperty, IndentedStringBuilder) |
Genera il codice per un oggetto 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)
Parametri
- property
- IProperty
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Si applica a
GenerateProperty(String, IProperty, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
Genera il codice per un oggetto 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)
Parametri
- builderName
- String
Nome della variabile del generatore.
- property
- IProperty
Proprietà.
- stringBuilder
- Microsoft.EntityFrameworkCore.Internal.IndentedStringBuilder
Il codice del generatore viene aggiunto a .
Si applica a
GenerateProperty(String, IProperty, IndentedStringBuilder)
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
- Origine:
- CSharpSnapshotGenerator.cs
Genera il codice per un oggetto 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)
Parametri
- builderNameentityTypeBuilderName
- String
Nome della variabile del generatore.
- property
- IProperty
Proprietà.
- stringBuilder
- IndentedStringBuilder
Il codice del generatore viene aggiunto a .