다음을 통해 공유


NotMappedPropertyAttributeConvention 클래스

정의

모델의 속성에서 찾은 의 NotMappedAttribute 인스턴스를 처리하는 규칙입니다.

public class NotMappedPropertyAttributeConvention : System.Data.Entity.ModelConfiguration.Conventions.PropertyAttributeConfigurationConvention<System.ComponentModel.DataAnnotations.Schema.NotMappedAttribute>
type NotMappedPropertyAttributeConvention = class
    inherit PropertyAttributeConfigurationConvention<NotMappedAttribute>
Public Class NotMappedPropertyAttributeConvention
Inherits PropertyAttributeConfigurationConvention(Of NotMappedAttribute)
상속
상속
NotMappedPropertyAttributeConvention

생성자

NotMappedPropertyAttributeConvention()

모델의 속성에서 찾은 의 NotMappedAttribute 인스턴스를 처리하는 규칙입니다.

메서드

Apply(PropertyInfo, ConventionTypeConfiguration, NotMappedAttribute)

모델의 속성에서 찾은 의 NotMappedAttribute 인스턴스를 처리하는 규칙입니다.

Apply(PropertyInfo, ConventionTypeConfiguration, TAttribute)

TAttribute 형식의 특성이 적용된 속성에 이 규칙을 적용합니다.

(다음에서 상속됨 PropertyAttributeConfigurationConvention<TAttribute>)
Properties()

모델의 모든 속성에 적용되는 간단한 규칙의 구성을 시작합니다.

(다음에서 상속됨 Convention)
Properties<T>()

모델에서 지정된 형식의 모든 기본 속성에 적용되는 간단한 규칙의 구성을 시작합니다.

(다음에서 상속됨 Convention)
Types()

모델의 모든 매핑된 형식에 적용되는 간단한 규칙의 구성을 시작합니다.

(다음에서 상속됨 Convention)
Types<T>()

모델에서 파생되거나 지정된 형식을 구현하는 모든 매핑된 형식에 적용되는 간단한 규칙의 구성을 시작합니다.

(다음에서 상속됨 Convention)

적용 대상