EntityTypeBase 類別

定義

EntityTypeRelationshipType 的基底類型 (Base Type)。

public ref class EntityTypeBase abstract : System::Data::Metadata::Edm::StructuralType
public abstract class EntityTypeBase : System.Data.Metadata.Edm.StructuralType
type EntityTypeBase = class
    inherit StructuralType
Public MustInherit Class EntityTypeBase
Inherits StructuralType
繼承
衍生

屬性

Abstract

取得表示這個型別是否為抽象的值。

(繼承來源 EdmType)
BaseType

取得這個型別的基底類型 (Base Type)。

(繼承來源 EdmType)
BuiltInTypeKind

取得這個型別的內建型別類型。

(繼承來源 MetadataItem)
Documentation

取得或設定與這個型別相關聯的文件。

(繼承來源 MetadataItem)
FullName

取得這個型別的完整名稱。

(繼承來源 EdmType)
KeyMembers

取得目前實體或關聯性 (Relationship) 型別的所有索引鍵成員清單。

Members

取得這個型別的屬性清單。

(繼承來源 StructuralType)
MetadataProperties

取得目前型別的屬性清單。

(繼承來源 MetadataItem)
Name

取得這個型別的名稱。

(繼承來源 EdmType)
NamespaceName

取得這個型別的命名空間 (Namespace)。

(繼承來源 EdmType)

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetCollectionType()

傳回 CollectionType 的執行個體 (Instance),其項目型別為這個型別。

(繼承來源 EdmType)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回這個型別的完整名稱。

(繼承來源 EdmType)

適用於