IAnnotationCodeGenerator.IsHandledByConvention Yöntem

Tanım

Aşırı Yüklemeler

IsHandledByConvention(IProperty, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IProperty .

IsHandledByConvention(IKey, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IKey .

IsHandledByConvention(IModel, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IModel .

IsHandledByConvention(IForeignKey, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IForeignKey .

IsHandledByConvention(IEntityType, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IEntityType .

IsHandledByConvention(IIndex, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IIndex .

IsHandledByConvention(IProperty, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IProperty .

public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean

Parametreler

property
IProperty

IProperty.

annotation
IAnnotation

IAnnotation.

Döndürülenler

Boolean

Şunlara uygulanır

IsHandledByConvention(IKey, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IKey .

public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean

Parametreler

key
IKey

IKey.

annotation
IAnnotation

IAnnotation.

Döndürülenler

Boolean

Şunlara uygulanır

IsHandledByConvention(IModel, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IModel .

public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean

Parametreler

model
IModel

IModel.

annotation
IAnnotation

IAnnotation.

Döndürülenler

Boolean

Ek açıklama kural tarafından işlenirse doğru; kod oluşturulacaksa false.

Şunlara uygulanır

IsHandledByConvention(IForeignKey, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IForeignKey .

public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean

Parametreler

foreignKey
IForeignKey

IForeignKey.

annotation
IAnnotation

IAnnotation.

Döndürülenler

Boolean

Şunlara uygulanır

IsHandledByConvention(IEntityType, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IEntityType .

public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean

Parametreler

entityType
IEntityType

IEntityType.

annotation
IAnnotation

IAnnotation.

Döndürülenler

Boolean

Ek açıklama kural tarafından işlenirse doğru; kod oluşturulacaksa false.

Şunlara uygulanır

IsHandledByConvention(IIndex, IAnnotation)

Verilen IAnnotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler IIndex .

public bool IsHandledByConvention (Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean

Parametreler

index
IIndex

IIndex.

annotation
IAnnotation

IAnnotation.

Döndürülenler

Boolean

Şunlara uygulanır