다음을 통해 공유


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)

적용 대상