共用方式為


ComplexTypeMapping 類別

[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]

複雜類型的對應中繼資料。

繼承階層

System.Object
  System.Data.Entity.Core.Mapping.MappingItem
    System.Data.Entity.Core.Mapping.StructuralTypeMapping
      System.Data.Entity.Core.Mapping.ComplexTypeMapping

命名空間:  System.Data.Entity.Core.Mapping
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Class ComplexTypeMapping _
    Inherits StructuralTypeMapping
'用途
Dim instance As ComplexTypeMapping
public class ComplexTypeMapping : StructuralTypeMapping
public ref class ComplexTypeMapping : public StructuralTypeMapping
type ComplexTypeMapping =  
    class 
        inherit StructuralTypeMapping 
    end
public class ComplexTypeMapping extends StructuralTypeMapping

ComplexTypeMapping 類型會公開下列成員。

建構函式

  名稱 描述
公用方法 ComplexTypeMapping 建立 ComplexTypeMapping 執行個體。

靠上

屬性

  名稱 描述
公用屬性 ComplexType 取得要對應的 ComplexType。
公用屬性 Conditions 取得屬性對應條件的唯讀集合。 (覆寫 StructuralTypeMapping.Conditions。)
公用屬性 PropertyMappings 取得屬性對應的唯讀集合。 (覆寫 StructuralTypeMapping.PropertyMappings。)

靠上

方法

  名稱 描述
公用方法 AddCondition 加入屬性對應條件。 (覆寫 StructuralTypeMapping.AddCondition(ConditionPropertyMapping)。)
公用方法 AddPropertyMapping 加入屬性對應。 (覆寫 StructuralTypeMapping.AddPropertyMapping(PropertyMapping)。)
公用方法 Equals (繼承自 Object)。
受保護的方法 Finalize (繼承自 Object)。
公用方法 GetHashCode (繼承自 Object)。
公用方法 GetType (繼承自 Object)。
受保護的方法 MemberwiseClone (繼承自 Object)。
公用方法 RemoveCondition 移除屬性對應條件。 (覆寫 StructuralTypeMapping.RemoveCondition(ConditionPropertyMapping)。)
公用方法 RemovePropertyMapping 移除屬性對應。 (覆寫 StructuralTypeMapping.RemovePropertyMapping(PropertyMapping)。)
公用方法 ToString (繼承自 Object)。

靠上

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

System.Data.Entity.Core.Mapping 命名空間