IPropertyFieldChangedConvention Interface

Definition

Represents an operation that should be performed when the backing field for a property is changed.

public interface IPropertyFieldChangedConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.IConvention
type IPropertyFieldChangedConvention = interface
    interface IConvention
Public Interface IPropertyFieldChangedConvention
Implements IConvention
Derived
Implements

Remarks

See Model building conventions for more information and examples.

Methods

ProcessPropertyFieldChanged(IConventionPropertyBuilder, FieldInfo, FieldInfo, IConventionContext<FieldInfo>)

Called after the backing field for a property is changed.

Applies to