Freigeben über


ConventionSet.EntityTypeRemovedConventions Eigenschaft

Definition

Konventionen, die ausgeführt werden, wenn ein Entitätstyp entfernt wird.

public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeRemovedConvention> EntityTypeRemovedConventions { get; }
public virtual System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeRemovedConvention> EntityTypeRemovedConventions { get; }
public virtual System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeRemovedConvention> EntityTypeRemovedConventions { get; }
member this.EntityTypeRemovedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeRemovedConvention>
member this.EntityTypeRemovedConventions : System.Collections.Generic.IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeRemovedConvention>
member this.EntityTypeRemovedConventions : System.Collections.Generic.List<Microsoft.EntityFrameworkCore.Metadata.Conventions.IEntityTypeRemovedConvention>
Public Overridable ReadOnly Property EntityTypeRemovedConventions As IList(Of IEntityTypeRemovedConvention)
Public Overridable ReadOnly Property EntityTypeRemovedConventions As List(Of IEntityTypeRemovedConvention)

Eigenschaftswert

IList<Microsoft.EntityFrameworkCore.Metadata.Conventions.Internal.IEntityTypeRemovedConvention>

Gilt für: