次の方法で共有


RequiredNavigationPropertyAttributeConvention クラス

定義

モデル内のナビゲーション プロパティで見つかった の RequiredAttribute インスタンスを処理する規則。

public class RequiredNavigationPropertyAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.Convention
type RequiredNavigationPropertyAttributeConvention = class
    inherit Convention
Public Class RequiredNavigationPropertyAttributeConvention
Inherits Convention
継承
RequiredNavigationPropertyAttributeConvention
継承
RequiredNavigationPropertyAttributeConvention

コンストラクター

RequiredNavigationPropertyAttributeConvention()

モデル内のナビゲーション プロパティで見つかった の RequiredAttribute インスタンスを処理する規則。

メソッド

Properties()

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

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

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

(継承元 Convention)
Types()

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

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

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

(継承元 Convention)

適用対象