AnnotationCodeGenerator.IsHandledByConvention Yöntem

Tanım

Aşırı Yüklemeler

IsHandledByConvention(IEntityType, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler entityType .

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

IsHandledByConvention(IForeignKey, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler foreignKey .

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

IsHandledByConvention(IIndex, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler index .

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

IsHandledByConvention(IKey, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler key .

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

IsHandledByConvention(IModel, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler model .

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

IsHandledByConvention(IProperty, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler property .

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

IsHandledByConvention(IEntityType, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler entityType .

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

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

Boolean

false.

Uygulamalar

Şunlara uygulanır

IsHandledByConvention(IForeignKey, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler foreignKey .

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

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

Boolean

false.

Uygulamalar

Şunlara uygulanır

IsHandledByConvention(IIndex, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler index .

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

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

Boolean

false.

Uygulamalar

Şunlara uygulanır

IsHandledByConvention(IKey, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler key .

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

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

Boolean

false.

Uygulamalar

Şunlara uygulanır

IsHandledByConvention(IModel, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler model .

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

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

Boolean

true ek açıklama kural tarafından işlenirse; false kod oluşturulmalıdır.

Uygulamalar

Şunlara uygulanır

IsHandledByConvention(IProperty, IAnnotation)

Verilen annotation kurala uygulandığında, belirtilen kural tarafından işlendiğini denetler property .

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

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

Boolean

false.

Uygulamalar

Şunlara uygulanır