Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the .NET Framework client library that applications can use to interact with WCF Data Services.
Classes
Class | Description | |
---|---|---|
![]() |
ActionDescriptor | Holds information about a ServiceAction. |
![]() |
BodyOperationParameter | Represents a parameter associated with a service action. |
![]() |
ChangeOperationResponse | Results returned after a call to SaveChanges when enumerating operation responses returned by the DataServiceResponse class. |
![]() |
DataServiceClientException | Represents errors that occur during execution of WCF Data Services client applications. |
![]() |
DataServiceCollection<T> | Represents a dynamic entity collection that provides notifications when items get added, removed, or when the list is refreshed. |
![]() |
DataServiceContext | The DataServiceContext represents the runtime context of the data service. |
![]() |
DataServiceQuery | An abstract class that represents a single query request to WCF Data Services. |
![]() |
DataServiceQuery<TElement> | Represents a single query request to a data service. |
![]() |
DataServiceQueryContinuation | Encapsulates a URI that returns the next page of a paged WCF Data Services query result. |
![]() |
DataServiceQueryContinuation<T> | Encapsulates a URI that returns the next page of a paged WCF Data Services query result. |
![]() |
DataServiceQueryException | Exception that indicates an error occurred loading the property value from the data service. |
![]() |
DataServiceRequest | Represents request objects submitted as a batch to WCF Data Services. |
![]() |
DataServiceRequest<TElement> | Represents request objects submitted as a batch to the data service. |
![]() |
DataServiceRequestArgs | Represents additional metadata that is included in a request message to WCF Data Services. |
![]() |
DataServiceRequestException | Represents the error thrown if the data service returns a response code less than 200 or greater than 299, or the top-level element in the response is <error>. This class cannot be inherited. |
![]() |
DataServiceResponse | Represents the response to operations sent to the data service as a result of calling SaveChanges. |
![]() |
DataServiceStreamLink | Represents the URL of a binary resource stream. |
![]() |
DataServiceStreamResponse | Represents a response from WCF Data Services that contains binary data as a stream. |
![]() |
Descriptor | Abstract class from which EntityDescriptor is derived. |
![]() |
EntityChangedParams | Encapsulates the arguments of a PropertyChanged delegate |
![]() |
EntityCollectionChangedParams | Encapsulates the arguments of a CollectionChanged delegate. |
![]() |
EntityDescriptor | Description of modifications done to entities by operations returned in a DataServiceResponse. |
![]() |
FunctionDescriptor | Holds information about a ServiceFunction. |
![]() |
HttpWebRequestMessage | IODataRequestMessage interface implementation. |
![]() |
InvokeResponse | Response from an Invoke call. |
![]() |
LinkDescriptor | Provides a description of modifications done to entities by operations returned in a DataServiceResponse. |
![]() |
LinkInfo | Encapsulates information about a link, or relationship, between entities. |
![]() |
LoadCompletedEventArgs | Used as the EventArgs class for the LoadCompleted event.Supported only by the WCF Data Services 5.0 client for Silverlight. |
![]() |
MediaEntryAttribute | Signifies that the specified class is to be treated as a media link entry. |
![]() |
MimeTypePropertyAttribute | Annotates a property on a class that has been annotated with the MediaEntryAttribute. |
![]() |
OperationDescriptor | Holds information about a service operation. |
![]() |
OperationParameter | Represents a parameter passed to a service action, service function or a service operation when it is Executed. |
![]() |
OperationResponse | Abstract class that represents the response of a single query or create, update, or delete operation. |
![]() |
QueryOperationResponse | Represents the responses to a DataServiceQuery. |
![]() |
QueryOperationResponse<T> | Represents the responses to a DataServiceQuery<TElement>. |
![]() |
ReadingWritingEntityEventArgs | Gives access to the entity and an object that represents an Atom entry. ReadingWritingEntityEventArgs is used with the ReadingEntity and WritingEntity events. |
![]() |
SendingRequest2EventArgs | Event args for the SendingRequest2 event. |
![]() |
SendingRequestEventArgs | Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service. |
![]() |
StreamDescriptor | Contains information about a named binary resource stream. |
![]() |
UriOperationParameter | Represents a parameter associated with a service operation or a service function. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
DataServiceResponsePreference | Determines whether the client requests that the data service return inserted or updated entity data as an entry in the response message. |
![]() |
EntityStates | Represents the enumeration that identifies the state of an entity being tracked by the DataServiceContext. |
![]() |
HttpStack | Represents the type of HTTP implementation to use when accessing the data service.Supported only by the WCF Data Services 5.0 client for Silverlight. |
![]() |
MergeOption | Determines the synchronization option for sending or receiving entities to or from WCF Data Services. |
![]() |
SaveChangesOptions | Indicates change options when SaveChanges is called. |
![]() |
TrackingMode | Determines whether changes that are made to a DataServiceCollection<T> are tracked. |