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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini overrides
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini trigger
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini navigation
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini sequence
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini property
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini navigation
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini model
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini index
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini foreignKey
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini fragment
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini entityType
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini complexType
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini complexProperty
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini checkConstraint
denetler.
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)
Verilen öğesine uygulandığında verilen annotation
öğesinin kural tarafından işlenip işlenmediğini key
denetler.
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
.
Şunlara uygulanır
Entity Framework