ConventionAnnotatable.OnAnnotationSet Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation) |
Wywoływana, gdy adnotacja została ustawiona lub usunięta. |
OnAnnotationSet(String, Annotation, Annotation) |
Wywoływana, gdy adnotacja została ustawiona lub usunięta. |
OnAnnotationSet(String, IConventionAnnotation, IConventionAnnotation)
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
Wywoływana, gdy adnotacja została ustawiona lub usunięta.
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
Parametry
- name
- String
Klucz adnotacji zestawu.
- annotation
- IConventionAnnotation
Zestaw adnotacji.
- oldAnnotation
- IConventionAnnotation
Stara adnotacja.
Zwraca
Ustawiono adnotację.
Dotyczy
OnAnnotationSet(String, Annotation, Annotation)
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
- Źródło:
- ConventionAnnotatable.cs
Wywoływana, gdy adnotacja została ustawiona lub usunięta.
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
Parametry
- name
- String
Klucz adnotacji zestawu.
- annotation
- Annotation
Zestaw adnotacji.
- oldAnnotation
- Annotation
Stara adnotacja.
Zwraca
Ustawiono adnotację.