次の方法で共有


NotMappedTypeAttributeConvention クラス

定義

モデル内の型で検出された の NotMappedAttribute インスタンスを処理する規則。

public class NotMappedTypeAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.TypeAttributeConfigurationConvention<System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute>
type NotMappedTypeAttributeConvention = class
    inherit TypeAttributeConfigurationConvention<NotMappedAttribute>
Public Class NotMappedTypeAttributeConvention
Inherits TypeAttributeConfigurationConvention(Of NotMappedAttribute)
継承
継承
NotMappedTypeAttributeConvention

コンストラクター

NotMappedTypeAttributeConvention()

モデル内の型で検出された の NotMappedAttribute インスタンスを処理する規則。

メソッド

Apply(ConventionTypeConfiguration, NotMappedAttribute)

モデル内の型で検出された の NotMappedAttribute インスタンスを処理する規則。

Apply(ConventionTypeConfiguration, TAttribute)

TAttribute 型の属性が適用されているクラスにこの規則を適用します。

(継承元 TypeAttributeConfigurationConvention<TAttribute>)
Properties()

モデル内のすべてのプロパティに適用される軽量規則の構成を開始します。

(継承元 Convention)
Properties<T>()

モデル内の指定した型のすべてのプリミティブ プロパティに適用される軽量規則の構成を開始します。

(継承元 Convention)
Types()

モデル内のすべてのマップされた型に適用される軽量規則の構成を開始します。

(継承元 Convention)
Types<T>()

指定した型から派生または実装するモデル内のすべてのマップされた型に適用される軽量規則の構成を開始します。

(継承元 Convention)

適用対象