ScaffoldingModelExtensions.GetFluentApiCalls 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í
GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator) |
Získá fluent api volání pro konfiguraci typu entity. |
GetFluentApiCalls(IIndex, IAnnotationCodeGenerator) |
Získá fluent api volání pro konfiguraci indexu. |
GetFluentApiCalls(IKey, IAnnotationCodeGenerator) |
Získá fluent volání rozhraní API pro konfiguraci klíče. |
GetFluentApiCalls(IModel, IAnnotationCodeGenerator) |
Získá fluent API volání pro konfiguraci modelu. |
GetFluentApiCalls(IProperty, IAnnotationCodeGenerator) |
Získá fluent api volání ke konfiguraci vlastnosti. |
GetFluentApiCalls(ISequence, IAnnotationCodeGenerator) |
Získá fluent api volání pro konfiguraci sekvence. |
GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean) |
Získá fluent volání rozhraní API pro konfiguraci cizího klíče. |
GetFluentApiCalls(IEntityType, IAnnotationCodeGenerator)
Získá fluent api volání pro konfiguraci typu entity.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (entityType As IEntityType, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parametry
- entityType
- IEntityType
Typ entity.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
Návraty
Rozhraní API fluent volá.
Platí pro
GetFluentApiCalls(IIndex, IAnnotationCodeGenerator)
Získá fluent api volání pro konfiguraci indexu.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (index As IIndex, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parametry
- index
- IIndex
Index.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
Návraty
Rozhraní API fluent volá.
Platí pro
GetFluentApiCalls(IKey, IAnnotationCodeGenerator)
Získá fluent volání rozhraní API pro konfiguraci klíče.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (key As IKey, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parametry
- key
- IKey
Klíč
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
Návraty
Rozhraní API fluent volá.
Platí pro
GetFluentApiCalls(IModel, IAnnotationCodeGenerator)
Získá fluent API volání pro konfiguraci modelu.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (model As IModel, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parametry
- model
- IModel
Model.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
Návraty
Rozhraní API fluent volá.
Platí pro
GetFluentApiCalls(IProperty, IAnnotationCodeGenerator)
Získá fluent api volání ke konfiguraci vlastnosti.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (property As IProperty, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parametry
- property
- IProperty
Vlastnost.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
Návraty
Rozhraní API fluent volá.
Platí pro
GetFluentApiCalls(ISequence, IAnnotationCodeGenerator)
Získá fluent api volání pro konfiguraci sekvence.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (sequence As ISequence, annotationCodeGenerator As IAnnotationCodeGenerator) As FluentApiCodeFragment
Parametry
- sequence
- ISequence
Posloupnost.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
Návraty
Rozhraní API fluent volá.
Platí pro
GetFluentApiCalls(IForeignKey, IAnnotationCodeGenerator, Boolean)
Získá fluent volání rozhraní API pro konfiguraci cizího klíče.
public static Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment? GetFluentApiCalls (this Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator annotationCodeGenerator, bool useStrings = false);
static member GetFluentApiCalls : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Design.IAnnotationCodeGenerator * bool -> Microsoft.EntityFrameworkCore.Design.FluentApiCodeFragment
<Extension()>
Public Function GetFluentApiCalls (foreignKey As IForeignKey, annotationCodeGenerator As IAnnotationCodeGenerator, Optional useStrings As Boolean = false) As FluentApiCodeFragment
Parametry
- foreignKey
- IForeignKey
Cizí klíč.
- annotationCodeGenerator
- IAnnotationCodeGenerator
Generátor kódu poznámek zprostředkovatele.
- useStrings
- Boolean
Hodnota označující, že se mají použít přetížení rozhraní API fluent string namísto přetížení, které přebírají lambda objektu vlastnosti.
Návraty
Rozhraní API fluent volá.
Platí pro
Entity Framework