Freigeben über


PrimitivePropertyAttributeConfigurationConvention<TAttribute> Klasse

Definition

Basisklasse für Konventionen, die CLR-Attribute verarbeiten, die in primitiven Eigenschaften im Modell gefunden wurden.

public abstract class PrimitivePropertyAttributeConfigurationConvention<TAttribute> : System.Data.Entity.ModelConfiguration.Conventions.Convention where TAttribute : Attribute
type PrimitivePropertyAttributeConfigurationConvention<'Attribute (requires 'Attribute :> Attribute)> = class
    inherit Convention
Public MustInherit Class PrimitivePropertyAttributeConfigurationConvention(Of TAttribute)
Inherits Convention

Typparameter

TAttribute

Der Typ des zu suchenden Attributs.

Vererbung
PrimitivePropertyAttributeConfigurationConvention<TAttribute>
Abgeleitet

Konstruktoren

PrimitivePropertyAttributeConfigurationConvention<TAttribute>()

Initialisiert eine neue Instanz der PrimitivePropertyAttributeConfigurationConvention<TAttribute>-Klasse.

Methoden

Apply(ConventionPrimitivePropertyConfiguration, TAttribute)

Wendet diese Konvention auf eine Eigenschaft an, die ein Attribut vom Typ TAttribute angewendet hat.

Properties()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle Eigenschaften im Modell gilt.

(Geerbt von Convention)
Properties<T>()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle primitiven Eigenschaften des angegebenen Typs im Modell gilt.

(Geerbt von Convention)
Types()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle zugeordneten Typen im Modell gilt.

(Geerbt von Convention)
Types<T>()

Beginnt mit der Konfiguration einer Lightweight-Konvention, die für alle zugeordneten Typen im Modell gilt, die von dem angegebenen Typ abgeleitet oder implementiert werden.

(Geerbt von Convention)

Gilt für: