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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。