Partager via


IAnnotationCodeGenerator.GenerateFluentApi Méthode

Définition

Surcharges

GenerateFluentApi(IProperty, IAnnotation, String)
Obsolète.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

GenerateFluentApi(IModel, IAnnotation, String)
Obsolète.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

GenerateFluentApi(IKey, IAnnotation, String)
Obsolète.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

GenerateFluentApi(IIndex, IAnnotation, String)
Obsolète.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

GenerateFluentApi(IEntityType, IAnnotation, String)
Obsolète.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Obsolète.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

GenerateFluentApi(IModel, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

GenerateFluentApi(IKey, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

GenerateFluentApi(IIndex, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

GenerateFluentApi(IForeignKey, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

GenerateFluentApi(IEntityType, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

GenerateFluentApi(IProperty, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

GenerateFluentApi(IProperty, IAnnotation, String)

Attention

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IProperty, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (property As IProperty, annotation As IAnnotation, language As String) As String

Paramètres

property
IProperty

pour lequel le IProperty code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

language
String

Langage de programmation à utiliser. Par exemple, CSharp.

Retours

Le code généré.

Attributs

S’applique à

GenerateFluentApi(IModel, IAnnotation, String)

Attention

Use GenerateFluentApi(IModel, IAnnotation) instead.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IModel, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IModel, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (model As IModel, annotation As IAnnotation, language As String) As String

Paramètres

model
IModel

pour lequel le IModel code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

language
String

Langage de programmation à utiliser. Par exemple, CSharp.

Retours

Le code généré.

Attributs

S’applique à

GenerateFluentApi(IKey, IAnnotation, String)

Attention

Use GenerateFluentApi(IKey, IAnnotation) instead.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IKey, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IKey, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (key As IKey, annotation As IAnnotation, language As String) As String

Paramètres

key
IKey

pour lequel le IKey code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

language
String

Langage de programmation à utiliser. Par exemple, CSharp.

Retours

Le code généré.

Attributs

S’applique à

GenerateFluentApi(IIndex, IAnnotation, String)

Attention

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IIndex, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IIndex, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (index As IIndex, annotation As IAnnotation, language As String) As String

Paramètres

index
IIndex

pour lequel le IIndex code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

language
String

Langage de programmation à utiliser. Par exemple, CSharp.

Retours

Le code généré.

Attributs

S’applique à

GenerateFluentApi(IEntityType, IAnnotation, String)

Attention

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IEntityType, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IEntityType, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation, language As String) As String

Paramètres

entityType
IEntityType

pour lequel le IEntityType code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

language
String

Langage de programmation à utiliser. Par exemple, CSharp.

Retours

Le code généré.

Attributs

S’applique à

GenerateFluentApi(IForeignKey, IAnnotation, String)

Attention

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Génère des appels d’API Fluent pour le donné IAnnotation dans le langage de programmation donné.

public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
[System.Obsolete("Use GenerateFluentApi(IForeignKey, IAnnotation) instead.")]
public string GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation, string language);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
[<System.Obsolete("Use GenerateFluentApi(IForeignKey, IAnnotation) instead.")>]
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation * string -> string
Public Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation, language As String) As String

Paramètres

foreignKey
IForeignKey

pour lequel le IForeignKey code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

language
String

Langage de programmation à utiliser. Par exemple, CSharp.

Retours

Le code généré.

Attributs

S’applique à

GenerateFluentApi(IModel, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (model As IModel, annotation As IAnnotation) As MethodCallCodeFragment

Paramètres

model
IModel

pour lequel le IModel code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

Retours

Le code généré.

S’applique à

GenerateFluentApi(IKey, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (key As IKey, annotation As IAnnotation) As MethodCallCodeFragment

Paramètres

key
IKey

pour lequel le IKey code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

Retours

Le code généré.

S’applique à

GenerateFluentApi(IIndex, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (index As IIndex, annotation As IAnnotation) As MethodCallCodeFragment

Paramètres

index
IIndex

pour lequel le IIndex code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

Retours

Le code généré.

S’applique à

GenerateFluentApi(IForeignKey, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (foreignKey As IForeignKey, annotation As IAnnotation) As MethodCallCodeFragment

Paramètres

foreignKey
IForeignKey

pour lequel le IForeignKey code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

Retours

Le code généré.

S’applique à

GenerateFluentApi(IEntityType, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (entityType As IEntityType, annotation As IAnnotation) As MethodCallCodeFragment

Paramètres

entityType
IEntityType

pour lequel le IEntityType code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

Retours

Le code généré.

S’applique à

GenerateFluentApi(IProperty, IAnnotation)

Génère des appels d’API Fluent pour le donné IAnnotation.

public Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment GenerateFluentApi (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member GenerateFluentApi : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment
Public Function GenerateFluentApi (property As IProperty, annotation As IAnnotation) As MethodCallCodeFragment

Paramètres

property
IProperty

pour lequel le IProperty code doit être généré.

annotation
IAnnotation

pour lequel le IAnnotation code doit être généré.

Retours

Le code généré.

S’applique à