Sdílet prostřednictvím


EntityTypeConfigurationAttribute Třída

Definice

Určuje typ konfigurace pro typ entity.

[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
Dědičnost
EntityTypeConfigurationAttribute
Odvozené
Atributy

Poznámky

Další informace a příklady najdete v tématu Modelování typů entit a relací .

Konstruktory

EntityTypeConfigurationAttribute(Type)

Inicializuje novou instanci EntityTypeConfigurationAttribute třídy.

Vlastnosti

EntityTypeConfigurationType

Typ konfigurace typu entity.

Platí pro