다음을 통해 공유


DbComplexPropertyEntry 클래스

정의

제네릭이 아닌 버전의 클래스입니다 DbComplexPropertyEntry<TEntity,TComplexProperty> .

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbComplexPropertyEntry : System.Data.Entity.Infrastructure.DbPropertyEntry
public class DbComplexPropertyEntry : System.Data.Entity.Infrastructure.DbPropertyEntry
type DbComplexPropertyEntry = class
    inherit DbPropertyEntry
Public Class DbComplexPropertyEntry
Inherits DbPropertyEntry
상속
DbComplexPropertyEntry
특성

속성

CurrentValue

이 속성의 현재 값을 가져오거나 설정합니다.

(다음에서 상속됨 DbPropertyEntry)
EntityEntry

DbEntityEntry 이 속성이 속한 입니다.

(다음에서 상속됨 DbPropertyEntry)
IsModified

이 속성의 값이 데이터베이스에서 로드된 이후 수정되었는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 DbPropertyEntry)
Name

속성 이름을 가져옵니다.

(다음에서 상속됨 DbPropertyEntry)
OriginalValue

이 속성의 원래 값을 가져오거나 설정합니다.

(다음에서 상속됨 DbPropertyEntry)
ParentProperty

DbPropertyEntry 중첩된 속성인 속성의 입니다. 이 메서드는 복합 개체의 속성에 대해서만 null이 아닌 항목을 반환하고, 엔터티 자체의 속성에 대해서는 null을 반환합니다.

(다음에서 상속됨 DbPropertyEntry)

메서드

Cast<TEntity,TComplexProperty>()

해당하는 제네릭 DbComplexPropertyEntry<TEntity,TComplexProperty> 개체를 반환합니다.

ComplexProperty(String)

이 속성의 중첩 복합 속성을 나타내는 개체를 가져옵니다.

Equals(Object)

제네릭이 아닌 버전의 클래스입니다 DbComplexPropertyEntry<TEntity,TComplexProperty> .

(다음에서 상속됨 DbMemberEntry)
GetHashCode()

제네릭이 아닌 버전의 클래스입니다 DbComplexPropertyEntry<TEntity,TComplexProperty> .

(다음에서 상속됨 DbMemberEntry)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 DbMemberEntry)
GetValidationErrors()

이 속성의 유효성을 검사합니다.

(다음에서 상속됨 DbMemberEntry)
Property(String)

이 속성의 중첩 속성을 나타내는 개체를 가져옵니다. 이 메서드는 스칼라 속성이나 복합 속성에 사용할 수 있습니다.

ToString()

제네릭이 아닌 버전의 클래스입니다 DbComplexPropertyEntry<TEntity,TComplexProperty> .

(다음에서 상속됨 DbMemberEntry)

적용 대상