다음을 통해 공유


IServiceProperty 인터페이스

정의

에서 삽입된 서비스를 DbContext나타내는 엔터티 형식의 속성을 나타냅니다.

public interface IServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase
public interface IServiceProperty : Microsoft.EntityFrameworkCore.Metadata.IPropertyBase, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyServiceProperty
type IServiceProperty = interface
    interface IPropertyBase
    interface IAnnotatable
type IServiceProperty = interface
    interface IReadOnlyServiceProperty
    interface IReadOnlyPropertyBase
    interface IReadOnlyAnnotatable
    interface IPropertyBase
    interface IAnnotatable
Public Interface IServiceProperty
Implements IPropertyBase
Public Interface IServiceProperty
Implements IPropertyBase, IReadOnlyServiceProperty
파생
구현

설명

자세한 내용 과 예제는 엔터티 형식 및 관계 모델링 을 참조하세요.

속성

ClrType

이 속성과 유사한 개체가 보유하는 값의 형식을 가져옵니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
DeclaringEntityType

이 속성이 속한 엔터티 형식을 가져옵니다.

DeclaringType

이 속성과 유사한 개체가 속한 형식을 가져옵니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
FieldInfo

FieldInfo 이 속성과 유사한 개체에 대한 기본 CLR 필드의 를 가져옵니다. 이는 섀도 속성 또는 지원 필드를 알 수 없는 경우일 수 있습니다 null .

(다음에서 상속됨 IReadOnlyPropertyBase)
Item[String]

지정된 이름의 주석 값을 가져오고 없는 경우 를 반환합니다 null .

(다음에서 상속됨 IReadOnlyAnnotatable)
Name

이 속성과 유사한 개체의 이름을 가져옵니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
ParameterBinding

이 속성의 입니다 ServiceParameterBinding .

PropertyInfo

PropertyInfo 이 속성과 유사한 개체의 기본 CLR 속성에 대한 를 가져옵니다. 이는 섀도 속성 또는 필드에 직접 매핑되는 경우일 수 있습니다 null .

(다음에서 상속됨 IReadOnlyPropertyBase)
Sentinel

이 속성이 설정되지 않았다는 것을 나타내는 sentinel 값을 가져옵니다.

(다음에서 상속됨 IReadOnlyPropertyBase)

메서드

AddRuntimeAnnotation(String, Object)

이 개체에 런타임 주석을 추가합니다. 지정된 이름의 주석이 이미 있는 경우 을 throw합니다.

(다음에서 상속됨 IAnnotatable)
AnnotationsToDebugString(Int32)

개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
FindAnnotation(String)

지정된 이름의 주석을 가져오고 없는 경우 를 반환합니다 null .

(다음에서 상속됨 IReadOnlyAnnotatable)
FindRuntimeAnnotation(String)

지정된 이름의 런타임 주석을 가져오고 존재하지 않는 경우 를 반환합니다 null .

(다음에서 상속됨 IAnnotatable)
FindRuntimeAnnotationValue(String)

지정된 이름의 런타임 주석 값을 가져오고 존재하지 않는 경우 를 반환합니다 null .

(다음에서 상속됨 IAnnotatable)
GetAnnotation(String)

지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
GetAnnotations()

현재 개체의 모든 주석을 가져옵니다.

(다음에서 상속됨 IReadOnlyAnnotatable)
GetCurrentValueComparer()

IComparer<T> 추적된 항목의 값을 비교하기 위한 을 IUpdateEntry 가져옵니다.

(다음에서 상속됨 IPropertyBase)
GetFieldName()

이 속성의 지원 필드 이름을 가져오거나 null 지원 필드를 알 수 없는 경우 입니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
GetGetter()

IClrPropertyGetter 이 속성의 값을 읽기 위한 을 가져옵니다.

(다음에서 상속됨 IPropertyBase)
GetIndex()

이 속성의 속성 인덱스 를 가져옵니다.

(다음에서 상속됨 IPropertyBase)
GetMemberInfo(Boolean, Boolean)

지정된 속성의 PropertyInfo 값을 가져오거나 설정하는 데 사용해야 하는 또는 FieldInfo 을 가져옵니다.

(다음에서 상속됨 IPropertyBase)
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg)

지정된 이름의 런타임 주석 값을 가져오고, 이름이 없으면 추가합니다.

(다음에서 상속됨 IAnnotatable)
GetPropertyAccessMode()

PropertyAccessMode 이 속성과 유사한 개체에 사용되는 을 가져옵니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
GetRuntimeAnnotations()

현재 개체의 모든 런타임 주석을 가져옵니다.

(다음에서 상속됨 IAnnotatable)
IsIndexerProperty()

인덱서 속성인지 여부를 나타내는 값을 가져옵니다. 인덱서 속성은 엔터티 클래스의 인덱서를 통해 액세스되는 속성입니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
IsShadowProperty()

섀도 속성인지 여부를 나타내는 값을 가져옵니다. 섀도 속성은 엔터티 클래스에 해당 속성이 없는 속성입니다. 속성의 현재 값은 엔터티 클래스의 인스턴스에 저장되지 않고 에 저장 ChangeTracker 됩니다.

(다음에서 상속됨 IReadOnlyPropertyBase)
RemoveRuntimeAnnotation(String)

이 개체에서 지정된 런타임 주석을 제거합니다.

(다음에서 상속됨 IAnnotatable)
SetRuntimeAnnotation(String, Object)

지정된 키 아래에 저장된 런타임 주석을 설정합니다. 지정된 이름의 주석이 이미 있는 경우 기존 주석을 덮어씁니다.

(다음에서 상속됨 IAnnotatable)
ToDebugString(MetadataDebugStringOptions, Int32)

지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다.

경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다.

(다음에서 상속됨 IReadOnlyServiceProperty)

확장 메서드

AnnotationsToDebugString(IAnnotatable, Int32)

개체에 선언된 모든 주석에 대한 디버그 문자열을 가져옵니다.

GetAnnotation(IAnnotatable, String)

지정된 이름의 주석을 가져오고, 없는 경우 을 throw합니다.

GetCurrentValueComparer(IPropertyBase)

IComparer<T> 추적된 항목의 값을 비교하기 위한 을 IUpdateEntry 가져옵니다.

GetFieldName(IPropertyBase)

이 속성의 지원 필드 이름을 가져오거나 null 지원 필드를 알 수 없는 경우 입니다.

GetGetter(IPropertyBase)

IClrPropertyGetter 이 속성의 값을 읽기 위한 을 가져옵니다.

이러한 속성에 연결된 MemberInfo가 없으므로 섀도 속성(IsShadowProperty(IPropertyBase))에 대해 이 메서드를 호출하는 것은 오류입니다.

GetIndex(IPropertyBase)

이 속성의 속성 인덱스 를 가져옵니다.

GetMemberInfo(IPropertyBase, Boolean, Boolean)

지정된 속성의 PropertyInfo 값을 가져오거나 설정하는 데 사용해야 하는 또는 FieldInfo 을 가져옵니다.

이러한 속성에 연결된 MemberInfo가 없으므로 섀도 속성(IsShadowProperty(IPropertyBase))에 대해 이 메서드를 호출하는 것은 오류입니다.

GetPropertyAccessMode(IPropertyBase)

이 속성에 PropertyAccessMode 사용되는 을 가져옵니다. null 은 기본 속성 액세스 모드가 사용되고 있음을 나타냅니다.

IsIndexerProperty(IPropertyBase)

인덱서 속성인지 여부를 나타내는 값을 가져옵니다. 인덱서 속성은 엔터티 클래스의 인덱서를 통해 액세스되는 속성입니다.

IsShadowProperty(IPropertyBase)
사용되지 않습니다..

섀도 속성인지 여부를 나타내는 값을 가져옵니다. 섀도 속성은 엔터티 클래스에 해당 속성이 없는 속성입니다. 속성의 현재 값은 엔터티 클래스의 인스턴스에 저장되지 않고 에 저장 ChangeTracker 됩니다.

ToDebugString(IServiceProperty, MetadataDebugStringOptions, Int32)

지정된 메타데이터의 사람이 읽을 수 있는 표현을 만듭니다.

경고: 반환된 문자열의 형식을 사용하지 마세요. 디버깅 전용으로 설계되었으며 릴리스 간에 임의로 변경될 수 있습니다.

적용 대상