Compartir a través de


IPropertyElementTypeChangedConvention Interfaz

Definición

Representa una operación que se debe realizar cuando se cambia para IElementType una propiedad.

public interface IPropertyElementTypeChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IPropertyElementTypeChangedConvention = interface
    interface IConvention
Public Interface IPropertyElementTypeChangedConvention
Implements IConvention
Implementaciones

Comentarios

Consulte Convenciones de creación de modelos para obtener más información y ejemplos.

Métodos

ProcessPropertyElementTypeChanged(IConventionPropertyBuilder, IElementType, IElementType, IConventionContext<IElementType>)

Se llama después de cambiar el tipo de elemento de una propiedad.

Se aplica a