EntityTypeConfigurationAttribute Classe

Definição

Especifica o tipo de configuração para o tipo de entidade.

[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
Herança
EntityTypeConfigurationAttribute
Derivado
Atributos

Comentários

Consulte Modelagem de tipos de entidade e relações para obter mais informações e exemplos.

Construtores

EntityTypeConfigurationAttribute(Type)

Inicializa uma nova instância da classe EntityTypeConfigurationAttribute.

Propriedades

EntityTypeConfigurationType

Tipo da configuração do tipo de entidade.

Aplica-se a