IDataServiceUpdateProvider 介面
定義必須實作以提供 eTag 值給自訂資料服務提供者的方法。
命名空間: System.Data.Services.Providers
組件: Microsoft.Data.Services (在 Microsoft.Data.Services.dll 中)
語法
'宣告
Public Interface IDataServiceUpdateProvider _
Inherits IUpdatable
'用途
Dim instance As IDataServiceUpdateProvider
public interface IDataServiceUpdateProvider : IUpdatable
public interface class IDataServiceUpdateProvider : IUpdatable
type IDataServiceUpdateProvider =
interface
interface IUpdatable
end
public interface IDataServiceUpdateProvider extends IUpdatable
IDataServiceUpdateProvider 型別公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
AddReferenceToCollection | 將指定的值加入到集合中。 (繼承自 IUpdatable。) | |
ClearChanges | 取消資料變更。 (繼承自 IUpdatable。) | |
CreateResource | 建立指定之型別並屬於指定之容器的資源。 (繼承自 IUpdatable。) | |
DeleteResource | 刪除指定的資源。 (繼承自 IUpdatable。) | |
GetResource | 取得由查詢和型別名稱所識別、指定之型別的資源。 (繼承自 IUpdatable。) | |
GetValue | 取得目標物件上指定之屬性的值。 (繼承自 IUpdatable。) | |
RemoveReferenceFromCollection | 從集合中移除指定的值。 (繼承自 IUpdatable。) | |
ResetResource | 將 resource 參數所識別的資源重設為其預設值。 (繼承自 IUpdatable。) | |
ResolveResource | 傳回由指定之資源物件表示的資源執行個體。 (繼承自 IUpdatable。) | |
SaveChanges | 儲存透過 IUpdatable 應用程式開發介面所做的所有變更。 (繼承自 IUpdatable。) | |
SetConcurrencyValues | 針對給定的實體資源提供 eTag 值。 | |
SetReference | 設定目標物件上指定之參考屬性的值。 (繼承自 IUpdatable。) | |
SetValue | 將目標資源上具有指定名稱的屬性值設定為指定的屬性值。 (繼承自 IUpdatable。) |
上層