Condividi tramite


IAnnotationCodeGenerator.IsHandledByConvention Metodo

Definizione

Overload

IsHandledByConvention(IProperty, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato IProperty.

IsHandledByConvention(IModel, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato IModel.

IsHandledByConvention(IKey, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato IKey.

IsHandledByConvention(IIndex, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato IIndex.

IsHandledByConvention(IForeignKey, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato IForeignKey.

IsHandledByConvention(IEntityType, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato IEntityType.

IsHandledByConvention(IProperty, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato 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

Parametri

property
IProperty

Oggetto IProperty.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

Si applica a

IsHandledByConvention(IModel, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato 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

Parametri

model
IModel

Oggetto IModel.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

True se l'annotazione viene gestita per convenzione; false se il codice deve essere generato.

Si applica a

IsHandledByConvention(IKey, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato 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

Parametri

key
IKey

Oggetto IKey.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

Si applica a

IsHandledByConvention(IIndex, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato 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

Parametri

index
IIndex

Oggetto IIndex.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

Si applica a

IsHandledByConvention(IForeignKey, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato 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

Parametri

foreignKey
IForeignKey

Oggetto IForeignKey.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

Si applica a

IsHandledByConvention(IEntityType, IAnnotation)

Verifica se l'oggetto specificato IAnnotation viene gestito dalla convenzione quando viene applicato all'oggetto specificato 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

Parametri

entityType
IEntityType

Oggetto IEntityType.

annotation
IAnnotation

Oggetto IAnnotation.

Restituisce

True se l'annotazione viene gestita per convenzione; false se il codice deve essere generato.

Si applica a