Aracılığıyla paylaş


IAnnotationCodeGenerator.GenerateFluentApi Yöntem

Tanım

Aşırı Yüklemeler

GenerateFluentApi(IProperty, IAnnotation, String)
Geçersiz.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

GenerateFluentApi(IModel, IAnnotation, String)
Geçersiz.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

GenerateFluentApi(IKey, IAnnotation, String)
Geçersiz.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

GenerateFluentApi(IIndex, IAnnotation, String)
Geçersiz.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

GenerateFluentApi(IEntityType, IAnnotation, String)
Geçersiz.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

GenerateFluentApi(IForeignKey, IAnnotation, String)
Geçersiz.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

GenerateFluentApi(IModel, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

GenerateFluentApi(IKey, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

GenerateFluentApi(IIndex, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

GenerateFluentApi(IForeignKey, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

GenerateFluentApi(IEntityType, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

GenerateFluentApi(IProperty, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

GenerateFluentApi(IProperty, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IProperty, IAnnotation) instead.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

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

Parametreler

property
IProperty

IProperty Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IModel, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IModel, IAnnotation) instead.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

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

Parametreler

model
IModel

IModel Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IKey, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IKey, IAnnotation) instead.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

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

Parametreler

key
IKey

IKey Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IIndex, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IIndex, IAnnotation) instead.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

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

Parametreler

index
IIndex

IIndex Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IEntityType, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IEntityType, IAnnotation) instead.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

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

Parametreler

entityType
IEntityType

IEntityType Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IForeignKey, IAnnotation, String)

Dikkat

Use GenerateFluentApi(IForeignKey, IAnnotation) instead.

Verilen programlama dilinde verilen IAnnotation için akıcı API çağrıları oluşturur.

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

Parametreler

foreignKey
IForeignKey

IForeignKey Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

language
String

Kullanılacak programlama dili. Örneğin, CSharp.

Döndürülenler

Oluşturulan kod.

Öznitelikler

Şunlara uygulanır

GenerateFluentApi(IModel, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

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

Parametreler

model
IModel

IModel Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

Döndürülenler

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IKey, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

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

Parametreler

key
IKey

IKey Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

Döndürülenler

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IIndex, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

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

Parametreler

index
IIndex

IIndex Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

Döndürülenler

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IForeignKey, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

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

Parametreler

foreignKey
IForeignKey

IForeignKey Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

Döndürülenler

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IEntityType, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

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

Parametreler

entityType
IEntityType

IEntityType Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

Döndürülenler

Oluşturulan kod.

Şunlara uygulanır

GenerateFluentApi(IProperty, IAnnotation)

Verilen IAnnotationiçin akıcı API çağrıları oluşturur.

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

Parametreler

property
IProperty

IProperty Kodun oluşturulması gereken.

annotation
IAnnotation

IAnnotation Kodun oluşturulması gereken.

Döndürülenler

Oluşturulan kod.

Şunlara uygulanır