AnnotationCodeGenerator.IsHandledByConvention Yöntem

Tanım

Aşırı Yüklemeler

IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini overridesdenetler.

IsHandledByConvention(ITrigger, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini triggerdenetler.

IsHandledByConvention(ISkipNavigation, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini navigationdenetler.

IsHandledByConvention(ISequence, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini sequencedenetler.

IsHandledByConvention(IProperty, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini propertydenetler.

IsHandledByConvention(INavigation, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini navigationdenetler.

IsHandledByConvention(IModel, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini modeldenetler.

IsHandledByConvention(IIndex, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini indexdenetler.

IsHandledByConvention(IForeignKey, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini foreignKeydenetler.

IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini fragmentdenetler.

IsHandledByConvention(IEntityType, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini entityTypedenetler.

IsHandledByConvention(IComplexType, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini complexTypedenetler.

IsHandledByConvention(IComplexProperty, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini complexPropertydenetler.

IsHandledByConvention(ICheckConstraint, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini checkConstraintdenetler.

IsHandledByConvention(IKey, IAnnotation)

Verilen öğesine uygulandığında verilen annotation öğesinin kural tarafından işlenip işlenmediğini keydenetler.

IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)

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

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 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

trigger
ITrigger

ITrigger.

annotation
IAnnotation

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 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

annotation
IAnnotation

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 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

sequence
ISequence

ISequence.

annotation
IAnnotation

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 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

property
IProperty

IProperty.

annotation
IAnnotation

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 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

INavigation.

annotation
IAnnotation

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 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

model
IModel

IModel.

annotation
IAnnotation

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 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

index
IIndex

IIndex.

annotation
IAnnotation

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 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

IForeignKey.

annotation
IAnnotation

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 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

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 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

IEntityType.

annotation
IAnnotation

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 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

IComplexType.

annotation
IAnnotation

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 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

annotation
IAnnotation

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 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

annotation
IAnnotation

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 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

key
IKey

IKey.

annotation
IAnnotation

IAnnotation.

Döndürülenler

false.

Uygulamalar

Açıklamalar

Varsayılan uygulama her zaman döndürür false.

Şunlara uygulanır