IDataServiceUpdateProvider Interface

Defines the methods that must be implemented to supply eTag values to a custom data service provider.

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Interface IDataServiceUpdateProvider _
    Inherits IUpdatable
'Usage
Dim instance As IDataServiceUpdateProvider
public interface IDataServiceUpdateProvider : IUpdatable
public interface class IDataServiceUpdateProvider : IUpdatable
type IDataServiceUpdateProvider =  
    interface 
        interface IUpdatable 
    end
public interface IDataServiceUpdateProvider extends IUpdatable

The IDataServiceUpdateProvider type exposes the following members.

Methods

  Name Description
Public method AddReferenceToCollection Adds the specified value to the collection. (Inherited from IUpdatable.)
Public method ClearChanges Cancels a change to the data. (Inherited from IUpdatable.)
Public method CreateResource Creates the resource of the specified type and that belongs to the specified container. (Inherited from IUpdatable.)
Public method DeleteResource Deletes the specified resource. (Inherited from IUpdatable.)
Public method GetResource Gets the resource of the specified type identified by a query and type name. (Inherited from IUpdatable.)
Public method GetValue Gets the value of the specified property on the target object. (Inherited from IUpdatable.)
Public method RemoveReferenceFromCollection Removes the specified value from the collection. (Inherited from IUpdatable.)
Public method ResetResource Resets the resource identified by the parameter resource to its default value. (Inherited from IUpdatable.)
Public method ResolveResource Returns the instance of the resource represented by the specified resource object. (Inherited from IUpdatable.)
Public method SaveChanges Saves all the changes that have been made by using the IUpdatable APIs. (Inherited from IUpdatable.)
Public method SetConcurrencyValues Supplies the eTag value for the given entity resource.
Public method SetReference Sets the value of the specified reference property on the target object. (Inherited from IUpdatable.)
Public method SetValue Sets the value of the property with the specified name on the target resource to the specified property value. (Inherited from IUpdatable.)

Top

See Also

Reference

System.Data.Services.Providers Namespace