System.Data.Services.Client Namespace
July 26, 2012
Represents the Open Data Protocol (OData) client library that Windows Phone applications can use to access OData services.
| Class | Description | |
|---|---|---|
![]() | ChangeOperationResponse | Results that are returned after a call to the EndSaveChanges method when enumerating operation responses that are returned by the DataServiceResponse class. |
![]() | DataServiceClientException | Represents errors from an client application. |
![]() | DataServiceCollection<T> | Represents a dynamic entity collection that provides notifications when items get added or removed, or when the list is refreshed. |
![]() | DataServiceContext | The DataServiceContext represents the runtime context of an Open Data Protocol (OData) service. OData services are stateless, but the DataServiceContext is not. State on the client is maintained between interactions in order to support features such as update management. This class, and the DataServiceQuery class that represents a particular HTTP request to an OData service, are the two main classes in the client library. |
![]() | DataServiceQuery | An abstract class that represents a single query request to an Open Data Protocol (OData) service. |
![]() | DataServiceQuery<TElement> | Represents a single query request to an Open Data Protocol (OData) service. |
![]() | DataServiceQueryContinuation | Encapsulates a URI that returns the next page of a paged query result. |
![]() | DataServiceQueryContinuation<T> | Encapsulates a URI that returns the next page of a paged query result. |
![]() | DataServiceQueryException | Exception that indicates an error occurred while loading the property value from the Open Data Protocol (OData) service. |
![]() | DataServiceRequest | Represents request objects that are submitted as a batch to the Open Data Protocol (OData) service. |
![]() | DataServiceRequest<TElement> | Represents request objects submitted as a batch to the Open Data Protocol (OData) service. |
![]() | DataServiceRequestArgs | Represents additional metadata that is included in a request message to the Open Data Protocol (OData) service. |
![]() | DataServiceRequestException | Represents the error thrown if the Open Data Protocol (OData) service returns a response code less than 200 or greater than 299 or if the top-level element in the response is <error>. This class cannot be inherited. |
![]() | DataServiceResponse | Represents the response to operations that were sent to the Open Data Protocol (OData) service by calling BeginSaveChanges. |
![]() | DataServiceState | Represents the state of an Open Data Protocol (OData) service. |
![]() | DataServiceStreamResponse | Represents a response from the Open Data Protocol (OData) service 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. |
![]() | LinkDescriptor | Provides a description of modifications that were made to links by operations returned in a DataServiceResponse. |
![]() | LoadCompletedEventArgs | Used as the EventArgs class for the LoadCompleted event. |
![]() | MediaEntryAttribute | Signifies that the specified class is to be treated as a media link entry. |
![]() | MimeTypePropertyAttribute | Annotates a property on a class that was annotated with the MediaEntryAttribute. |
![]() | 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 XLinq object that represents an Atom entry. ReadingWritingEntityEventArgs is used with the ReadingEntity and WritingEntity events. |
![]() | ReadingWritingHttpMessageEventArgs | Provides access to the message body stream and message headers when the ReadingResponse and WritingRequest events are handled. |
![]() | SendingRequestEventArgs | Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target Open Data Protocol (OData) service. |
| Enumeration | Description | |
|---|---|---|
![]() | 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 Open Data Protocol (OData) service. |
![]() | MergeOption | Determines the synchronization option for sending or receiving entities to or from an Open Data Protocol (OData) service. |
![]() | SaveChangesOptions | Indicates change options when BeginSaveChanges is called. |
![]() | TrackingMode | Determines whether changes that are made to a DataServiceCollection<T> are tracked. |
