다음을 통해 공유


ConventionPropertyBaseExtensions 클래스

정의

주의

Use IConventionPropertyBase

IConventionPropertyBase에 대한 확장 메서드입니다.

public static class ConventionPropertyBaseExtensions
[System.Obsolete("Use IConventionPropertyBase")]
public static class ConventionPropertyBaseExtensions
type ConventionPropertyBaseExtensions = class
[<System.Obsolete("Use IConventionPropertyBase")>]
type ConventionPropertyBaseExtensions = class
Public Module ConventionPropertyBaseExtensions
Public Class ConventionPropertyBaseExtensions
상속
ConventionPropertyBaseExtensions
특성

메서드

GetPropertyAccessModeConfigurationSource(IConventionPropertyBase)
사용되지 않음.

에 대한 구성 원본을 반환합니다 GetPropertyAccessMode().

SetField(IConventionPropertyBase, String, Boolean)
사용되지 않음.

이 속성에서 사용해야 하는 기본 CLR 필드를 설정합니다. 이는 섀도 속성의 경우이거나 속성의 지원 필드를 알 수 없는 경우일 수 null 있습니다.

지원 필드는 일반적으로 여기에 설명된 대로 규칙에 따라 찾을 수 있습니다. http://go.microsoft.com/fwlink/?LinkId=723277. 이 메서드는 규칙에 따라 올바른 필드를 찾을 수 없는 경우 지원 필드를 명시적으로 설정하는 데 유용합니다.

기본적으로 백업 필드가 발견되었거나 지정된 경우 일반적으로 데이터베이스에서 엔터티를 쿼리할 때 새 개체가 생성될 때 사용됩니다. 속성은 다른 모든 액세스에 사용됩니다. 를 호출 SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean)하여 변경할 수 있습니다.

SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean)
사용되지 않음.

PropertyAccessMode 이 속성에 사용할 를 설정합니다.

적용 대상