다음을 통해 공유


ConventionTypeBaseExtensions 클래스

정의

주의

Use IConventionTypeBase

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

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

메서드

GetNavigationAccessModeConfigurationSource(IConventionTypeBase)
사용되지 않음.

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

GetPropertyAccessModeConfigurationSource(IConventionTypeBase)
사용되지 않음.

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

IsIgnored(IConventionTypeBase, String)
사용되지 않음.

지정된 멤버 이름이 무시되는지 여부를 나타냅니다.

SetNavigationAccessMode(IConventionTypeBase, Nullable<PropertyAccessMode>, Boolean)
사용되지 않음.

PropertyAccessMode 이 엔터티 형식의 탐색에 사용할 을 설정합니다.

개별 탐색은 이 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 탐색에 사용됩니다.

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

이 형식의 PropertyAccessMode 속성에 사용할 을 설정합니다.

개별 속성 및 탐색은 이 액세스 모드를 재정의할 수 있습니다. 여기에 설정된 값은 재정의가 지정되지 않은 모든 속성 또는 탐색에 사용됩니다.

적용 대상