EntityTypeConfigurationAttribute Clase

Definición

Especifica el tipo de configuración para el tipo de entidad.

[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
Herencia
EntityTypeConfigurationAttribute
Derivado
Atributos

Comentarios

Consulte Modelado de tipos de entidad y relaciones para obtener más información y ejemplos.

Constructores

EntityTypeConfigurationAttribute(Type)

Inicializa una nueva instancia de la clase EntityTypeConfigurationAttribute.

Propiedades

EntityTypeConfigurationType

Tipo de la configuración del tipo de entidad.

Se aplica a