Compartilhar via


IAnnotationCodeGenerator.GenerateFluentApi Método

Definição

Sobrecargas

GenerateFluentApi(IProperty, IAnnotation, String)
Obsoleto.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

GenerateFluentApi(IModel, IAnnotation, String)
Obsoleto.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

GenerateFluentApi(IKey, IAnnotation, String)
Obsoleto.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

GenerateFluentApi(IIndex, IAnnotation, String)
Obsoleto.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

GenerateFluentApi(IEntityType, IAnnotation, String)
Obsoleto.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Obsoleto.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

GenerateFluentApi(IModel, IAnnotation)

Gera chamadas à API fluente para o determinado IAnnotation.

GenerateFluentApi(IKey, IAnnotation)

Gera chamadas à API fluente para o determinado IAnnotation.

GenerateFluentApi(IIndex, IAnnotation)

Gera chamadas à API fluente para o determinado IAnnotation.

GenerateFluentApi(IForeignKey, IAnnotation)

Gera chamadas à API fluente para o determinado IAnnotation.

GenerateFluentApi(IEntityType, IAnnotation)

Gera chamadas à API fluente para o determinado IAnnotation.

GenerateFluentApi(IProperty, IAnnotation)

Gera chamadas à API fluente para o determinado IAnnotation.

GenerateFluentApi(IProperty, IAnnotation, String)

Cuidado

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

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

Parâmetros

property
IProperty

O IProperty para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

language
String

A linguagem de programação a ser usada. Por exemplo, CSharp.

Retornos

O código gerado.

Atributos

Aplica-se a

GenerateFluentApi(IModel, IAnnotation, String)

Cuidado

Use GenerateFluentApi(IModel, IAnnotation) instead.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

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

Parâmetros

model
IModel

O IModel para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

language
String

A linguagem de programação a ser usada. Por exemplo, CSharp.

Retornos

O código gerado.

Atributos

Aplica-se a

GenerateFluentApi(IKey, IAnnotation, String)

Cuidado

Use GenerateFluentApi(IKey, IAnnotation) instead.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

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

Parâmetros

key
IKey

O IKey para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

language
String

A linguagem de programação a ser usada. Por exemplo, CSharp.

Retornos

O código gerado.

Atributos

Aplica-se a

GenerateFluentApi(IIndex, IAnnotation, String)

Cuidado

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

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

Parâmetros

index
IIndex

O IIndex para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

language
String

A linguagem de programação a ser usada. Por exemplo, CSharp.

Retornos

O código gerado.

Atributos

Aplica-se a

GenerateFluentApi(IEntityType, IAnnotation, String)

Cuidado

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

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

Parâmetros

entityType
IEntityType

O IEntityType para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

language
String

A linguagem de programação a ser usada. Por exemplo, CSharp.

Retornos

O código gerado.

Atributos

Aplica-se a

GenerateFluentApi(IForeignKey, IAnnotation, String)

Cuidado

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Gera chamadas à API fluente para o especificado IAnnotation na linguagem de programação fornecida.

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

Parâmetros

foreignKey
IForeignKey

O IForeignKey para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

language
String

A linguagem de programação a ser usada. Por exemplo, CSharp.

Retornos

O código gerado.

Atributos

Aplica-se a

GenerateFluentApi(IModel, IAnnotation)

Gera chamadas à API fluente para o determinado 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

Parâmetros

model
IModel

O IModel para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

Retornos

O código gerado.

Aplica-se a

GenerateFluentApi(IKey, IAnnotation)

Gera chamadas à API fluente para o determinado 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

Parâmetros

key
IKey

O IKey para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

Retornos

O código gerado.

Aplica-se a

GenerateFluentApi(IIndex, IAnnotation)

Gera chamadas à API fluente para o determinado 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

Parâmetros

index
IIndex

O IIndex para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

Retornos

O código gerado.

Aplica-se a

GenerateFluentApi(IForeignKey, IAnnotation)

Gera chamadas à API fluente para o determinado 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

Parâmetros

foreignKey
IForeignKey

O IForeignKey para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

Retornos

O código gerado.

Aplica-se a

GenerateFluentApi(IEntityType, IAnnotation)

Gera chamadas à API fluente para o determinado 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

Parâmetros

entityType
IEntityType

O IEntityType para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

Retornos

O código gerado.

Aplica-se a

GenerateFluentApi(IProperty, IAnnotation)

Gera chamadas à API fluente para o determinado 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

Parâmetros

property
IProperty

O IProperty para o qual o código deve ser gerado.

annotation
IAnnotation

O IAnnotation para o qual o código deve ser gerado.

Retornos

O código gerado.

Aplica-se a