EntityTypeConfigurationAttribute Class

Definition

Specifies the configuration type for the entity type.

[System.AttributeUsage(System.AttributeTargets.Class)]
[System.Runtime.CompilerServices.Nullable(0)]
public class EntityTypeConfigurationAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class EntityTypeConfigurationAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
[<System.Runtime.CompilerServices.Nullable(0)>]
type EntityTypeConfigurationAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type EntityTypeConfigurationAttribute = class
    inherit Attribute
Public Class EntityTypeConfigurationAttribute
Inherits Attribute
Public NotInheritable Class EntityTypeConfigurationAttribute
Inherits Attribute
Inheritance
EntityTypeConfigurationAttribute
Derived
Attributes

Remarks

See Modeling entity types and relationships for more information and examples.

Constructors

Name Description
EntityTypeConfigurationAttribute(Type)

Initializes a new instance of the EntityTypeConfigurationAttribute class.

Properties

Name Description
EntityTypeConfigurationType

Type of the entity type configuration.

Applies to