IAnnotationCodeGenerator.IsHandledByConvention Método

Definición

Sobrecargas

IsHandledByConvention(IProperty, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IProperty.

IsHandledByConvention(IModel, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IModel.

IsHandledByConvention(IKey, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IKey.

IsHandledByConvention(IIndex, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IIndex.

IsHandledByConvention(IForeignKey, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IForeignKey.

IsHandledByConvention(IEntityType, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IEntityType.

IsHandledByConvention(IProperty, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IProperty.

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

Parámetros

property
IProperty

IProperty.

annotation
IAnnotation

IAnnotation.

Devoluciones

Se aplica a

IsHandledByConvention(IModel, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IModel.

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

Parámetros

model
IModel

IModel.

annotation
IAnnotation

IAnnotation.

Devoluciones

True si la anotación se controla por convención; false si se debe generar código.

Se aplica a

IsHandledByConvention(IKey, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IKey.

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

Parámetros

key
IKey

IKey.

annotation
IAnnotation

IAnnotation.

Devoluciones

Se aplica a

IsHandledByConvention(IIndex, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IIndex.

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

Parámetros

index
IIndex

IIndex.

annotation
IAnnotation

IAnnotation.

Devoluciones

Se aplica a

IsHandledByConvention(IForeignKey, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IForeignKey.

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

Parámetros

foreignKey
IForeignKey

IForeignKey.

annotation
IAnnotation

IAnnotation.

Devoluciones

Se aplica a

IsHandledByConvention(IEntityType, IAnnotation)

Comprueba si la clase especificada IAnnotation se controla por convención cuando se aplica a la especificada IEntityType.

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

Parámetros

entityType
IEntityType

IEntityType.

annotation
IAnnotation

IAnnotation.

Devoluciones

True si la anotación se controla por convención; false si se debe generar código.

Se aplica a