EntityTypeConfigurationAttribute Classe

Definizione

Specifica il tipo di configurazione per il tipo di entità.

[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
Ereditarietà
EntityTypeConfigurationAttribute
Derivato
Attributi

Commenti

Per altre informazioni ed esempi, vedere Modellazione di tipi di entità e relazioni .

Costruttori

EntityTypeConfigurationAttribute(Type)

Inizializza una nuova istanza della classe EntityTypeConfigurationAttribute.

Proprietà

EntityTypeConfigurationType

Tipo di configurazione del tipo di entità.

Si applica a