共用方式為


EntityCollectionResourceType 類別

使用此類別表示實體的集合。

繼承階層

System.Object
  System.Data.Services.Providers.ResourceType
    System.Data.Services.Providers.EntityCollectionResourceType

命名空間:  System.Data.Services.Providers
組件:  Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)

語法

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

EntityCollectionResourceType 型別公開下列成員。

屬性

  名稱 說明
公用屬性 BaseType 取得基底資源類型的參考 (如果有的話)。 (繼承自 ResourceType。)
公用屬性 CanReflectOnInstanceType 取得對應的執行個體類型是否表示此實體的 CLR 類型。 (繼承自 ResourceType。)
公用屬性 CustomState 取得或設定預留位置以容納開發人員所定義之資源類型的自訂狀態資訊。 (繼承自 ResourceType。)
公用屬性 ETagProperties 取得此類型之屬性的清單。 (繼承自 ResourceType。)
公用屬性 FullName 取得資源的完整名稱。 (繼承自 ResourceType。)
公用屬性 InstanceType 此資源所表示之 CLR 類型的參考。 (繼承自 ResourceType。)
公用屬性 IsAbstract 取得指出這是否為抽象類型的布林值。 (繼承自 ResourceType。)
公用屬性 IsMediaLinkEntry 取得或設定布林值,如果資源類型包含預設資料流,則為 true。 (繼承自 ResourceType。)
公用屬性 IsOpenType 取得資源類型是否有開放式屬性。 (繼承自 ResourceType。)
公用屬性 IsReadOnly 取得布林值,如果此資源類型已設為唯讀,則為 true。 (繼承自 ResourceType。)
公用屬性 ItemType 集合中單一項目的資源類型。
公用屬性 KeyProperties 取得此類型之索引鍵屬性的清單 (繼承自 ResourceType。)
公用屬性 Name 取得資源類型的名稱。 (繼承自 ResourceType。)
公用屬性 Namespace 取得資源類型的命名空間。 (繼承自 ResourceType。)
公用屬性 Properties 取得在此類型上宣告之屬性的清單,此清單僅包含在類型 (而非基底類型) 上定義的屬性。 (繼承自 ResourceType。)
公用屬性 PropertiesDeclaredOnThisType 取得或設定在此類型上宣告的屬性清單。 (繼承自 ResourceType。)
公用屬性 ResourceTypeKind 取得類型的 ResourceTypeKind。 (繼承自 ResourceType。)

上層

方法

  名稱 說明
公用方法 AddEntityPropertyMappingAttribute 加入資源類型的 EntityPropertyMappingAttribute。 (繼承自 ResourceType。)
公用方法 AddProperty 將 resourceProperty 參數所提供的屬性加入至類型中。 (繼承自 ResourceType。)
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 LoadPropertiesDeclaredOnThisType 傳回此資源類型宣告之屬性的清單。 (繼承自 ResourceType。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 SetReadOnly 將資源類型設為唯讀。 (繼承自 ResourceType。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

System.Data.Services.Providers 命名空間