EntityTypeConfigurationAttribute Klasse

Definition

Gibt den Konfigurationstyp für den Entitätstyp an.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class EntityTypeConfigurationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public class EntityTypeConfigurationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type EntityTypeConfigurationAttribute = class
    inherit Attribute
Public NotInheritable Class EntityTypeConfigurationAttribute
Inherits Attribute
Public Class EntityTypeConfigurationAttribute
Inherits Attribute
Vererbung
EntityTypeConfigurationAttribute
Abgeleitet
Attribute

Hinweise

Weitere Informationen und Beispiele finden Sie unter Modellieren von Entitätstypen und Beziehungen .

Konstruktoren

EntityTypeConfigurationAttribute(Type)

Initialisiert eine neue Instanz der EntityTypeConfigurationAttribute-Klasse.

Eigenschaften

EntityTypeConfigurationType

Typ der Entitätstypkonfiguration.

Gilt für: