IComplexPropertyFieldChangedConvention Interface

Definition

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

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

Remarks

See Model building conventions for more information and examples.

Methods

ProcessComplexPropertyFieldChanged(IConventionComplexPropertyBuilder, FieldInfo, FieldInfo, IConventionContext<FieldInfo>)

Called after the backing field for a complex property is changed.

Applies to