IAnnotationCodeGenerator.IsHandledByConvention Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
- annotation
- IAnnotation
Döndürülenler
Ş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
- annotation
- IAnnotation
Döndürülenler
Ş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
- annotation
- IAnnotation
Döndürülenler
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
- annotation
- IAnnotation
Döndürülenler
Ş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
- annotation
- IAnnotation
Döndürülenler
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
- annotation
- IAnnotation