Udostępnij za pośrednictwem


IAnnotationCodeGenerator.GenerateFluentApi Metoda

Definicja

Przeciążenia

GenerateFluentApi(IProperty, IAnnotation, String)
Przestarzałe.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

GenerateFluentApi(IModel, IAnnotation, String)
Przestarzałe.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

GenerateFluentApi(IKey, IAnnotation, String)
Przestarzałe.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

GenerateFluentApi(IIndex, IAnnotation, String)
Przestarzałe.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

GenerateFluentApi(IEntityType, IAnnotation, String)
Przestarzałe.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Przestarzałe.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

GenerateFluentApi(IModel, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

GenerateFluentApi(IKey, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

GenerateFluentApi(IIndex, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

GenerateFluentApi(IForeignKey, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

GenerateFluentApi(IEntityType, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

GenerateFluentApi(IProperty, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

GenerateFluentApi(IProperty, IAnnotation, String)

Przestroga

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

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

Parametry

property
IProperty

Element IProperty , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

language
String

Język programowania do użycia. Na przykład CSharp.

Zwraca

Wygenerowany kod.

Atrybuty

Dotyczy

GenerateFluentApi(IModel, IAnnotation, String)

Przestroga

Use GenerateFluentApi(IModel, IAnnotation) instead.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

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

Parametry

model
IModel

Element IModel , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

language
String

Język programowania do użycia. Na przykład CSharp.

Zwraca

Wygenerowany kod.

Atrybuty

Dotyczy

GenerateFluentApi(IKey, IAnnotation, String)

Przestroga

Use GenerateFluentApi(IKey, IAnnotation) instead.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

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

Parametry

key
IKey

Element IKey , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

language
String

Język programowania do użycia. Na przykład CSharp.

Zwraca

Wygenerowany kod.

Atrybuty

Dotyczy

GenerateFluentApi(IIndex, IAnnotation, String)

Przestroga

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

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

Parametry

index
IIndex

Element IIndex , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

language
String

Język programowania do użycia. Na przykład CSharp.

Zwraca

Wygenerowany kod.

Atrybuty

Dotyczy

GenerateFluentApi(IEntityType, IAnnotation, String)

Przestroga

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

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

Parametry

entityType
IEntityType

Element IEntityType , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

language
String

Język programowania do użycia. Na przykład CSharp.

Zwraca

Wygenerowany kod.

Atrybuty

Dotyczy

GenerateFluentApi(IForeignKey, IAnnotation, String)

Przestroga

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Generuje płynne wywołania interfejsu API dla danego IAnnotation języka programowania.

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

Parametry

foreignKey
IForeignKey

Element IForeignKey , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

language
String

Język programowania do użycia. Na przykład CSharp.

Zwraca

Wygenerowany kod.

Atrybuty

Dotyczy

GenerateFluentApi(IModel, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

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

Parametry

model
IModel

Element IModel , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

Zwraca

Wygenerowany kod.

Dotyczy

GenerateFluentApi(IKey, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

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

Parametry

key
IKey

Element IKey , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

Zwraca

Wygenerowany kod.

Dotyczy

GenerateFluentApi(IIndex, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

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

Parametry

index
IIndex

Element IIndex , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

Zwraca

Wygenerowany kod.

Dotyczy

GenerateFluentApi(IForeignKey, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

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

Parametry

foreignKey
IForeignKey

Element IForeignKey , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

Zwraca

Wygenerowany kod.

Dotyczy

GenerateFluentApi(IEntityType, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

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

Parametry

entityType
IEntityType

Element IEntityType , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

Zwraca

Wygenerowany kod.

Dotyczy

GenerateFluentApi(IProperty, IAnnotation)

Generuje płynne wywołania interfejsu API dla danego IAnnotationelementu .

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

Parametry

property
IProperty

Element IProperty , dla którego powinien zostać wygenerowany kod.

annotation
IAnnotation

Element IAnnotation , dla którego powinien zostać wygenerowany kod.

Zwraca

Wygenerowany kod.

Dotyczy