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 öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IPropertydenetler. |
| IsHandledByConvention(IModel, IAnnotation) |
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IModeldenetler. |
| IsHandledByConvention(IKey, IAnnotation) |
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IKeydenetler. |
| IsHandledByConvention(IIndex, IAnnotation) |
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IIndexdenetler. |
| IsHandledByConvention(IForeignKey, IAnnotation) |
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IForeignKeydenetler. |
| IsHandledByConvention(IEntityType, IAnnotation) |
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IEntityTypedenetler. |
IsHandledByConvention(IProperty, IAnnotation)
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IPropertydenetler.
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(IModel, IAnnotation)
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IModeldenetler.
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şleniyorsa true; false ise kod oluşturulması gerekir.
Şunlara uygulanır
IsHandledByConvention(IKey, IAnnotation)
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IKeydenetler.
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(IIndex, IAnnotation)
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IIndexdenetler.
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
Döndürülenler
Şunlara uygulanır
IsHandledByConvention(IForeignKey, IAnnotation)
Verilen öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IForeignKeydenetler.
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 öğesine uygulandığında verilen IAnnotation öğesinin kural tarafından işlenip işlenmediğini IEntityTypedenetler.
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şleniyorsa true; false ise kod oluşturulması gerekir.