AnnotationCodeGenerator.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(IRelationalPropertyOverrides, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(ITrigger, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(ISkipNavigation, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(ISequence, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IProperty, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(INavigation, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IModel, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IIndex, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IForeignKey, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IEntityType, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IComplexType, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IComplexProperty, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(ICheckConstraint, IAnnotation) |
Verilen öğesine uygulandığında verilen |
| IsHandledByConvention(IKey, IAnnotation) |
Verilen öğesine uygulandığında verilen |
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini overridesdenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides overrides, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IRelationalPropertyOverrides * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (overrides As IRelationalPropertyOverrides, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(ITrigger, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini triggerdenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ITrigger trigger, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ITrigger * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (trigger As ITrigger, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(ISkipNavigation, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini navigationdenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISkipNavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As ISkipNavigation, annotation As IAnnotation) As Boolean
Parametreler
- navigation
- ISkipNavigation
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(ISequence, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini sequencedenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ISequence sequence, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ISequence * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (sequence As ISequence, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IProperty, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini propertydenetler.
public virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IProperty property, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (property As IProperty, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Uygulamalar
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(INavigation, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini navigationdenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.INavigation navigation, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.INavigation * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (navigation As INavigation, annotation As IAnnotation) As Boolean
Parametreler
- navigation
- INavigation
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IModel, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini modeldenetler.
public virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IModel model, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IModel * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (model As IModel, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
true ek açıklama kural tarafından işleniyorsa; false kodun oluşturulması gerekiyorsa.
Uygulamalar
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IIndex, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini indexdenetler.
public virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IIndex index, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IIndex * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (index As IIndex, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Uygulamalar
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IForeignKey, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini foreignKeydenetler.
public virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IForeignKey foreignKey, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IForeignKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (foreignKey As IForeignKey, annotation As IAnnotation) As Boolean
Parametreler
- foreignKey
- IForeignKey
- annotation
- IAnnotation
Döndürülenler
false.
Uygulamalar
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini fragmentdenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment fragment, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityTypeMappingFragment * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (fragment As IEntityTypeMappingFragment, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IEntityType, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini entityTypedenetler.
public virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IEntityType entityType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IEntityType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (entityType As IEntityType, annotation As IAnnotation) As Boolean
Parametreler
- entityType
- IEntityType
- annotation
- IAnnotation
Döndürülenler
false.
Uygulamalar
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IComplexType, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini complexTypedenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IComplexType complexType, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexType * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexType As IComplexType, annotation As IAnnotation) As Boolean
Parametreler
- complexType
- IComplexType
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IComplexProperty, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini complexPropertydenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IComplexProperty complexProperty, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IComplexProperty * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (complexProperty As IComplexProperty, annotation As IAnnotation) As Boolean
Parametreler
- complexProperty
- IComplexProperty
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(ICheckConstraint, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini checkConstraintdenetler.
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint checkConstraint, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.ICheckConstraint * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Protected Overridable Function IsHandledByConvention (checkConstraint As ICheckConstraint, annotation As IAnnotation) As Boolean
Parametreler
- checkConstraint
- ICheckConstraint
- annotation
- IAnnotation
Döndürülenler
false.
Açıklamalar
Varsayılan uygulama her zaman döndürür false.
Şunlara uygulanır
IsHandledByConvention(IKey, IAnnotation)
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
- Kaynak:
- AnnotationCodeGenerator.cs
Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini keydenetler.
public virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
protected virtual bool IsHandledByConvention(Microsoft.EntityFrameworkCore.Metadata.IKey key, Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation annotation);
abstract member IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
override this.IsHandledByConvention : Microsoft.EntityFrameworkCore.Metadata.IKey * Microsoft.EntityFrameworkCore.Infrastructure.IAnnotation -> bool
Public Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Protected Overridable Function IsHandledByConvention (key As IKey, annotation As IAnnotation) As Boolean
Parametreler
- annotation
- IAnnotation
Döndürülenler
false.
Uygulamalar
Açıklamalar
Varsayılan uygulama her zaman döndürür false.