Freigeben über


ValidatingConvention Klasse

Definition

Achtung

The validation is no longer performed by a convention

Eine Konvention, die überprüft, ob das Modell gültig ist.

public class ValidatingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention
[System.Obsolete("The validation is no longer performed by a convention")]
public class ValidatingConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IModelFinalizedConvention
type ValidatingConvention = class
    interface IModelFinalizedConvention
    interface IConvention
[<System.Obsolete("The validation is no longer performed by a convention")>]
type ValidatingConvention = class
    interface IModelFinalizedConvention
    interface IConvention
Public Class ValidatingConvention
Implements IModelFinalizedConvention
Vererbung
ValidatingConvention
Attribute
Implementiert

Hinweise

Weitere Informationen finden Sie unter Modellerstellungskonventionen .

Konstruktoren

ValidatingConvention(ProviderConventionSetBuilderDependencies)
Veraltet.

Erstellt eine neue Instanz von ValidatingConvention.

Eigenschaften

Dependencies
Veraltet.

Abhängigkeiten für diesen Dienst.

Methoden

ProcessModelFinalized(IConventionModelBuilder, IConventionContext<IConventionModelBuilder>)
Veraltet.

Wird aufgerufen, nachdem ein Modell abgeschlossen wurde.

ProcessModelFinalized(IModel)
Veraltet.

Wird aufgerufen, nachdem ein Modell abgeschlossen wurde und nicht mehr mutiert werden kann.

Gilt für: