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)

適用対象