EntityTypeConfigurationAttribute クラス

定義

エンティティ型の構成の種類を指定します。

[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
継承
EntityTypeConfigurationAttribute
派生
属性

注釈

詳細と例については、「 エンティティの型とリレーションシップのモデル化 」を参照してください。

コンストラクター

EntityTypeConfigurationAttribute(Type)

EntityTypeConfigurationAttribute クラスの新しいインスタンスを初期化します。

プロパティ

EntityTypeConfigurationType

エンティティ型の構成の型。

適用対象