IConventionNavigationBase 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
관계를 탐색하는 데 사용할 수 있는 탐색 속성을 나타냅니다.
public interface IConventionNavigationBase : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase, Microsoft.EntityFrameworkCore.Metadata.INavigationBase
public interface IConventionNavigationBase : Microsoft.EntityFrameworkCore.Metadata.IConventionPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyNavigationBase
type IConventionNavigationBase = interface
interface INavigationBase
interface IPropertyBase
interface IAnnotatable
interface IConventionPropertyBase
interface IConventionAnnotatable
type IConventionNavigationBase = interface
interface IReadOnlyNavigationBase
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface IConventionPropertyBase
interface IConventionAnnotatable
Public Interface IConventionNavigationBase
Implements IConventionPropertyBase, INavigationBase
Public Interface IConventionNavigationBase
Implements IConventionPropertyBase, IReadOnlyNavigationBase
- 파생
- 구현
설명
이 인터페이스는 모델을 만드는 동안 사용되며 메타데이터를 수정할 수 있습니다. 모델이 빌드되면 는 IReadOnlyNavigationBase 동일한 메타데이터의 읽기 전용 보기를 나타냅니다.
자세한 내용 및 예제는 모델 빌드 규칙을 참조하세요.
속성
Builder |
이 개체를 구성하는 데 사용할 수 있는 작성기를 가져옵니다. (다음에서 상속됨 IConventionAnnotatable) |
ClrType |
이 속성과 유사한 개체가 보유하는 값의 형식을 가져옵니다. (다음에서 상속됨 IReadOnlyPropertyBase) |
DeclaringEntityType |
이 탐색 속성이 속해 있는 엔터티 형식을 가져옵니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
DeclaringType |
이 속성과 유사한 개체가 속한 형식을 가져옵니다. (다음에서 상속됨 IReadOnlyPropertyBase) |
FieldInfo |
FieldInfo 이 속성과 유사한 개체의 기본 CLR 필드에 대한 을 가져옵니다.
이는 섀도 속성 또는 지원 필드를 알 수 없는 경우일 수 있습니다 |
Inverse |
역 탐색을 가져옵니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
IsCollection |
탐색 속성이 컬렉션 속성인지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
IsEagerLoaded |
기본적으로 이 탐색을 즉시 로드해야 하는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
IsInModel |
이 개체가 모델에 있는지 여부를 나타냅니다. 즉, 모델에서 제거되지 않았습니다. (다음에서 상속됨 IConventionAnnotatable) |
Item[String] |
지정된 이름의 주석 값을 가져오고, 없는 경우 를 반환합니다 |
LazyLoadingEnabled |
지연 로드를 사용하도록 설정하고 모델에서 지연 로드 메커니즘을 구성한 경우 이 탐색을 지연 로드해야 하는지 여부를 결정합니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
Name |
이 속성과 유사한 개체의 이름을 가져옵니다. (다음에서 상속됨 IReadOnlyPropertyBase) |
PropertyInfo |
PropertyInfo 이 속성과 유사한 개체의 기본 CLR 속성에 대한 를 가져옵니다.
이는 섀도 속성 또는 필드에 직접 매핑되는 경우일 수 있습니다 |
Sentinel |
이 속성이 설정되지 않았다는 것을 나타내는 sentinel 값을 가져옵니다. (다음에서 상속됨 IReadOnlyPropertyBase) |
TargetEntityType |
이 탐색 속성이 의 instance 보유할 엔터티 형식을 가져옵니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
메서드
명시적 인터페이스 구현
IPropertyBase.GetPropertyAccessMode() |
이 속성에 PropertyAccessMode 사용되는 을 가져옵니다.
|
IReadOnlyPropertyBase.IsShadowProperty() |
섀도 속성인지 여부를 나타내는 값을 가져옵니다. 섀도 속성은 엔터티 클래스에 해당 속성이 없는 속성입니다. 속성의 현재 값은 ChangeTracker 엔터티 클래스의 인스턴스에 저장되지 않고 에 저장됩니다. (다음에서 상속됨 IReadOnlyNavigationBase) |
확장 메서드
AddAnnotations(IConventionAnnotatable, IEnumerable<IConventionAnnotation>, Boolean) |
개체에 주석을 추가합니다. |
GetAnnotation(IConventionAnnotatable, String) |
지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다. |
SetOrRemoveAnnotation(IConventionAnnotatable, String, Object, Boolean) |
지정된 이름 아래에 저장된 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다. 가 제공된 경우 |
GetPropertyAccessModeConfigurationSource(IConventionPropertyBase) |
에 대한 구성 원본을 반환합니다 GetPropertyAccessMode(). |
SetField(IConventionPropertyBase, String, Boolean) |
이 속성에서 사용해야 하는 기본 CLR 필드를 설정합니다.
이는 섀도 속성의 경우이거나 속성의 지원 필드를 알 수 없는 경우일 수 지원 필드는 일반적으로 여기에 설명된 대로 규칙에 따라 찾을 수 있습니다. http://go.microsoft.com/fwlink/?LinkId=723277. 이 메서드는 규칙에 따라 올바른 필드를 찾을 수 없는 경우 지원 필드를 명시적으로 설정하는 데 유용합니다. 기본적으로 백업 필드가 발견되었거나 지정된 경우 일반적으로 데이터베이스에서 엔터티를 쿼리할 때 새 개체가 생성될 때 사용됩니다. 속성은 다른 모든 액세스에 사용됩니다. 를 호출 SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean)하여 변경할 수 있습니다. |
SetPropertyAccessMode(IConventionPropertyBase, Nullable<PropertyAccessMode>, Boolean) |
PropertyAccessMode 이 속성에 사용할 를 설정합니다. |
AnnotationsToDebugString(IAnnotatable, Int32) |
개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다. |
GetAnnotation(IAnnotatable, String) |
지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다. |
SetIsLoadedWhenNoTracking(INavigationBase, Object) |
INavigationBase 추적 없음 쿼리가 이 관계를 즉시 로드한 경우 를 호출 SetLoaded(Object, String, Boolean) 하여 로드된 것으로 표시합니다. |
GetCurrentValueComparer(IPropertyBase) |
IComparer<T> 추적된 항목의 값을 비교하기 위한 을 IUpdateEntry 가져옵니다. |
GetFieldName(IPropertyBase) |
이 속성의 지원 필드 이름을 가져오거나 |
GetGetter(IPropertyBase) |
IClrPropertyGetter 이 속성의 값을 읽기 위한 을 가져옵니다. 이러한 속성에 연결된 MemberInfo가 없으므로 섀도 속성(IsShadowProperty(IPropertyBase))에 대해 이 메서드를 호출하는 것은 오류입니다. |
GetIndex(IPropertyBase) |
이 속성의 속성 인덱스 를 가져옵니다. |
GetMemberInfo(IPropertyBase, Boolean, Boolean) |
지정된 속성의 PropertyInfo 값을 가져오거나 설정하는 데 사용해야 하는 또는 FieldInfo 을 가져옵니다. 이러한 속성에 연결된 MemberInfo가 없으므로 섀도 속성(IsShadowProperty(IPropertyBase))에 대해 이 메서드를 호출하는 것은 오류입니다. |
IsIndexerProperty(IPropertyBase) |
인덱서 속성인지 여부를 나타내는 값을 가져옵니다. 인덱서 속성은 엔터티 클래스의 인덱서를 통해 액세스되는 속성입니다. |
IsShadowProperty(IPropertyBase) |
사용되지 않습니다..
섀도 속성인지 여부를 나타내는 값을 가져옵니다. 섀도 속성은 엔터티 클래스에 해당 속성이 없는 속성입니다. 속성의 현재 값은 엔터티 클래스의 인스턴스에 저장되지 않고 에 저장 ChangeTracker 됩니다. |
적용 대상
Entity Framework