ConventionAnnotatable.OnAnnotationSet 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
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation) |
Appelé lorsqu’une annotation a été définie ou supprimée. |
OnAnnotationSet(String, Annotation, Annotation) |
Appelé lorsqu’une annotation a été définie ou supprimée. |
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
Appelé lorsqu’une annotation a été définie ou supprimée.
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation oldAnnotation);
protected virtual Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? annotation, Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation? oldAnnotation);
override this.OnAnnotationSet : string * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation * Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation -> Microsoft.EntityFrameworkCore.Metadata.IConventionAnnotation
Protected Overridable Function OnAnnotationSet (name As String, annotation As IConventionAnnotation, oldAnnotation As IConventionAnnotation) As IConventionAnnotation
Paramètres
- name
- String
Clé de l’annotation de jeu.
- annotation
- IConventionAnnotation
Jeu d’annotations.
- oldAnnotation
- IConventionAnnotation
Ancienne annotation.
Retours
Annotation définie.
S’applique à
OnAnnotationSet(String, Annotation, Annotation)
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
- Source:
- ConventionAnnotatable.cs
Appelé lorsqu’une annotation a été définie ou supprimée.
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation annotation, Microsoft.EntityFrameworkCore.Infrastructure.Annotation oldAnnotation);
protected override Microsoft.EntityFrameworkCore.Infrastructure.Annotation? OnAnnotationSet (string name, Microsoft.EntityFrameworkCore.Infrastructure.Annotation? annotation, Microsoft.EntityFrameworkCore.Infrastructure.Annotation? oldAnnotation);
override this.OnAnnotationSet : string * Microsoft.EntityFrameworkCore.Infrastructure.Annotation * Microsoft.EntityFrameworkCore.Infrastructure.Annotation -> Microsoft.EntityFrameworkCore.Infrastructure.Annotation
Protected Overrides Function OnAnnotationSet (name As String, annotation As Annotation, oldAnnotation As Annotation) As Annotation
Paramètres
- name
- String
Clé de l’annotation de jeu.
- annotation
- Annotation
Jeu d’annotations.
- oldAnnotation
- Annotation
Ancienne annotation.
Retours
Annotation définie.