IAnnotationCodeGenerator.GenerateFluentApi Método

Definición

Sobrecargas

GenerateFluentApi(IProperty, IAnnotation, String)
Obsoletos.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

GenerateFluentApi(IModel, IAnnotation, String)
Obsoletos.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

GenerateFluentApi(IKey, IAnnotation, String)
Obsoletos.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

GenerateFluentApi(IIndex, IAnnotation, String)
Obsoletos.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

GenerateFluentApi(IEntityType, IAnnotation, String)
Obsoletos.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Obsoletos.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

GenerateFluentApi(IModel, IAnnotation)

Genera llamadas DE API fluidas para el especificado IAnnotation.

GenerateFluentApi(IKey, IAnnotation)

Genera llamadas DE API fluidas para el especificado IAnnotation.

GenerateFluentApi(IIndex, IAnnotation)

Genera llamadas DE API fluidas para el especificado IAnnotation.

GenerateFluentApi(IForeignKey, IAnnotation)

Genera llamadas DE API fluidas para el especificado IAnnotation.

GenerateFluentApi(IEntityType, IAnnotation)

Genera llamadas DE API fluidas para el especificado IAnnotation.

GenerateFluentApi(IProperty, IAnnotation)

Genera llamadas DE API fluidas para el especificado IAnnotation.

GenerateFluentApi(IProperty, IAnnotation, String)

Precaución

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

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

para el IProperty que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

language
String

Lenguaje de programación que se va a usar. Por ejemplo, CSharp.

Devoluciones

Código generado.

Atributos

Se aplica a

GenerateFluentApi(IModel, IAnnotation, String)

Precaución

Use GenerateFluentApi(IModel, IAnnotation) instead.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

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

para el IModel que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

language
String

Lenguaje de programación que se va a usar. Por ejemplo, CSharp.

Devoluciones

Código generado.

Atributos

Se aplica a

GenerateFluentApi(IKey, IAnnotation, String)

Precaución

Use GenerateFluentApi(IKey, IAnnotation) instead.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

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

para el IKey que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

language
String

Lenguaje de programación que se va a usar. Por ejemplo, CSharp.

Devoluciones

Código generado.

Atributos

Se aplica a

GenerateFluentApi(IIndex, IAnnotation, String)

Precaución

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

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

para el IIndex que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

language
String

Lenguaje de programación que se va a usar. Por ejemplo, CSharp.

Devoluciones

Código generado.

Atributos

Se aplica a

GenerateFluentApi(IEntityType, IAnnotation, String)

Precaución

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

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

para el IEntityType que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

language
String

Lenguaje de programación que se va a usar. Por ejemplo, CSharp.

Devoluciones

Código generado.

Atributos

Se aplica a

GenerateFluentApi(IForeignKey, IAnnotation, String)

Precaución

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Genera llamadas API fluidas para el IAnnotation especificado en el lenguaje de programación determinado.

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

para el IForeignKey que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

language
String

Lenguaje de programación que se va a usar. Por ejemplo, CSharp.

Devoluciones

Código generado.

Atributos

Se aplica a

GenerateFluentApi(IModel, IAnnotation)

Genera llamadas DE API fluidas para el especificado 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

para el IModel que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

Devoluciones

Código generado.

Se aplica a

GenerateFluentApi(IKey, IAnnotation)

Genera llamadas DE API fluidas para el especificado 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

para el IKey que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

Devoluciones

Código generado.

Se aplica a

GenerateFluentApi(IIndex, IAnnotation)

Genera llamadas DE API fluidas para el especificado 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

para el IIndex que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

Devoluciones

Código generado.

Se aplica a

GenerateFluentApi(IForeignKey, IAnnotation)

Genera llamadas DE API fluidas para el especificado 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

para el IForeignKey que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

Devoluciones

Código generado.

Se aplica a

GenerateFluentApi(IEntityType, IAnnotation)

Genera llamadas DE API fluidas para el especificado 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

para el IEntityType que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

Devoluciones

Código generado.

Se aplica a

GenerateFluentApi(IProperty, IAnnotation)

Genera llamadas DE API fluidas para el especificado 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

para el IProperty que se debe generar el código.

annotation
IAnnotation

para el IAnnotation que se debe generar el código.

Devoluciones

Código generado.

Se aplica a