Sdílet prostřednictvím


KeylessAttributeConvention Třída

Definice

Konvence, která ignoruje typy entit, které mají KeylessAttribute.

public class KeylessAttributeConvention : Microsoft.EntityFrameworkCore.Metadata.Conventions.TypeAttributeConventionBase<Microsoft.EntityFrameworkCore.KeylessAttribute>
type KeylessAttributeConvention = class
    inherit TypeAttributeConventionBase<KeylessAttribute>
Public Class KeylessAttributeConvention
Inherits TypeAttributeConventionBase(Of KeylessAttribute)
Dědičnost

Poznámky

Další informace a příklady najdete v tématu Konvence vytváření modelů .

Konstruktory

KeylessAttributeConvention(ProviderConventionSetBuilderDependencies)

Vytvoří novou instanci položky KeylessAttributeConvention.

Vlastnosti

Dependencies

Závislosti pro tuto službu

(Zděděno od TypeAttributeConventionBase<TAttribute>)

Metody

ProcessComplexPropertyAdded(IConventionComplexPropertyBuilder, IConventionContext<IConventionComplexPropertyBuilder>)

Volána po přidání komplexní vlastnosti do objektu podobného typu.

(Zděděno od TypeAttributeConventionBase<TAttribute>)
ProcessComplexTypeAdded(IConventionComplexTypeBuilder, TAttribute, IConventionContext)

Volá se po přidání komplexního typu do modelu, pokud má atribut .

(Zděděno od TypeAttributeConventionBase<TAttribute>)
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, IConventionContext<IConventionEntityTypeBuilder>)

Volá se po přidání typu entity do modelu.

(Zděděno od TypeAttributeConventionBase<TAttribute>)
ProcessEntityTypeAdded(IConventionEntityTypeBuilder, KeylessAttribute, IConventionContext<IConventionEntityTypeBuilder>)

Volá se po přidání typu entity do modelu, pokud má atribut .

ProcessEntityTypeAdded(IConventionEntityTypeBuilder, TAttribute, IConventionContext<IConventionEntityTypeBuilder>)

Volá se po přidání typu entity do modelu, pokud má atribut .

(Zděděno od TypeAttributeConventionBase<TAttribute>)
ReplaceWithEntityType(IConventionComplexTypeBuilder, Nullable<Boolean>)

Pokusí se nahradit komplexní typ typem entity.

(Zděděno od TypeAttributeConventionBase<TAttribute>)

Platí pro