AnnotationCodeGenerator.IsHandledByConvention Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(ITrigger, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(ISkipNavigation, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(ISequence, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IProperty, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(INavigation, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IModel, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IIndex, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IForeignKey, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IEntityType, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IComplexType, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IComplexProperty, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(ICheckConstraint, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IKey, IAnnotation) |
Vérifie si le donné |
IsHandledByConvention(IRelationalPropertyOverrides, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné overrides
.
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
Paramètres
- overrides
- IRelationalPropertyOverrides
L’IRelationalPropertyOverridesopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(ITrigger, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné trigger
.
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
Paramètres
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(ISkipNavigation, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné navigation
.
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
Paramètres
- navigation
- ISkipNavigation
L’ISkipNavigationopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(ISequence, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné sequence
.
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
Paramètres
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IProperty, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné property
.
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
Paramètres
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Implémente
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(INavigation, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné navigation
.
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
Paramètres
- navigation
- INavigation
L’INavigationopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IModel, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné model
.
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
Paramètres
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
true
si l’annotation est gérée par convention ; false
si le code doit être généré.
Implémente
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IIndex, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné index
.
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
Paramètres
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Implémente
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IForeignKey, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné foreignKey
.
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
Paramètres
- foreignKey
- IForeignKey
L’IForeignKeyopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Implémente
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IEntityTypeMappingFragment, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné fragment
.
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
Paramètres
- fragment
- IEntityTypeMappingFragment
L’IEntityTypeMappingFragmentopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IEntityType, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné entityType
.
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
Paramètres
- entityType
- IEntityType
L’IEntityTypeopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Implémente
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IComplexType, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné complexType
.
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
Paramètres
- complexType
- IComplexType
L’IComplexTypeopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IComplexProperty, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné complexProperty
.
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
Paramètres
- complexProperty
- IComplexProperty
L’IComplexPropertyopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(ICheckConstraint, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné checkConstraint
.
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
Paramètres
- checkConstraint
- ICheckConstraint
L’ICheckConstraintopérateur
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Remarques
L'implémentation par défaut retourne toujours false
.
S’applique à
IsHandledByConvention(IKey, IAnnotation)
Vérifie si le donné annotation
est géré par convention lorsqu’il est appliqué au donné key
.
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
Paramètres
- annotation
- IAnnotation
L’IAnnotationopérateur
Retours
false
.
Implémente
Remarques
L'implémentation par défaut retourne toujours false
.