共用方式為


ResourceType 類別

表示資料服務之基本、複雜或實體類型。

繼承階層

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

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

語法

'宣告
Public Class ResourceType
'用途
Dim instance As ResourceType
public class ResourceType
public ref class ResourceType
type ResourceType =  class end
public class ResourceType

ResourceType 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ResourceType 建立資料服務 ResourceType 的執行個體。

上層

屬性

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

上層

方法

  名稱 說明
公用方法 AddEntityPropertyMappingAttribute 加入資源類型的 EntityPropertyMappingAttribute
公用方法 AddProperty 將 resourceProperty 參數所提供的屬性加入至類型中。
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法靜態成員 GetCollectionResourceType
公用方法靜態成員 GetEntityCollectionResourceType 取得 EntityCollectionResourceType,表示指定之 itemType 項目的集合。
公用方法 GetHashCode (繼承自 Object。)
公用方法靜態成員 GetPrimitiveResourceType 取得表示提供 Type 物件之基本類型的資源類型。
公用方法 GetType (繼承自 Object。)
受保護的方法 LoadPropertiesDeclaredOnThisType 傳回此資源類型宣告之屬性的清單。
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 SetReadOnly 將資源類型設為唯讀。
公用方法 ToString (繼承自 Object。)

上層

備註

不支援巢狀型別當做資源類型。

執行緒安全性

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

請參閱

參考

System.Data.Services.Providers 命名空間