1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3  <assembly>
4    <name>System.Data.Services.Client</name>
5  </assembly>
6  <members>
7    <member name="E:System.Data.Services.Client.DataServiceContext.ReadingEntity">
8      <summary>Occurs after entity data has been completely read into the entity object.</summary>
9    </member>
10    <member name="E:System.Data.Services.Client.DataServiceContext.SendingRequest">
11      <summary>Occurs when a new <see cref="T:System.Net.HttpWebRequest" /> has been created.</summary>
12    </member>
13    <member name="E:System.Data.Services.Client.DataServiceContext.WritingEntity">
14      <summary>Occurs after an entity has been fully serialized into XML in a request message.</summary>
15    </member>
16    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor">
17      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class with a system-supplied message that describes the error. </summary>
18    </member>
19    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String)">
20      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class with a specified message that describes the error. </summary>
21      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
22    </member>
23    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String,System.Exception)">
24      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary>
25      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
26      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
27    </member>
28    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String,System.Exception,System.Int32)">
29      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class. </summary>
30      <param name="message">The string value that contains the error message.</param>
31      <param name="innerException">The <see langword="System.Exception" /> object that contains the inner exception.</param>
32      <param name="statusCode">The integer value that contains status code.</param>
33    </member>
34    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String,System.Int32)">
35      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class. </summary>
36      <param name="message">The string value that contains the error message.</param>
37      <param name="statusCode">The integer value that contains status code.</param>
38    </member>
39    <member name="M:System.Data.Services.Client.DataServiceClientException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
40      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class with serialized data.</summary>
41      <param name="info">The object that holds the serialized object data. </param>
42      <param name="context">The contextual information about the source or destination. </param>
43    </member>
44    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor">
45      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class.</summary>
46    </member>
47    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0})">
48      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class based on query execution.</summary>
49      <param name="items">A <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> or LINQ query that  returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of objects that are used to initialize the collection.</param>
50    </member>
51    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Data.Services.Client.TrackingMode)">
52      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class based on query execution and with the specified tracking mode.</summary>
53      <param name="items">A <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> or LINQ query that returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of objects that are used to initialize the collection.</param>
54      <param name="trackingMode">A <see cref="T:System.Data.Services.Client.TrackingMode" /> value that indicated whether or not changes made to items in the collection are automatically tracked.</param>
55    </member>
56    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor(System.Collections.Generic.IEnumerable{`0},System.Data.Services.Client.TrackingMode,System.String,System.Func{System.Data.Services.Client.EntityChangedParams,System.Boolean},System.Func{System.Data.Services.Client.EntityCollectionChangedParams,System.Boolean})">
57      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class a based on query execution and with the supplied change method delegates.</summary>
58      <param name="items">A <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> or LINQ query that returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of objects that are used to initialize the collection.</param>
59      <param name="trackingMode">A <see cref="T:System.Data.Services.Client.TrackingMode" /> value that indicated whether or not changes made to items in the collection are automatically tracked.</param>
60      <param name="entitySetName">The entity set of the objects in the collection.</param>
61      <param name="entityChangedCallback">A delegate that encapsulates a method that is called when an entity changes.</param>
62      <param name="collectionChangedCallback">A delegate that encapsulates a method that is called when the collection of entities changes.</param>
63    </member>
64    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor(System.Data.Services.Client.DataServiceContext)">
65      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class that uses the specified <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
66      <param name="context">The <see cref="T:System.Data.Services.Client.DataServiceContext" /> used to track changes to objects in the collection.</param>
67    </member>
68    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor(System.Data.Services.Client.DataServiceContext,System.Collections.Generic.IEnumerable{`0},System.Data.Services.Client.TrackingMode,System.String,System.Func{System.Data.Services.Client.EntityChangedParams,System.Boolean},System.Func{System.Data.Services.Client.EntityCollectionChangedParams,System.Boolean})">
69      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class a based on query execution, with the supplied change method delegates, and that uses the supplied <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
70      <param name="context">The <see cref="T:System.Data.Services.Client.DataServiceContext" /> used to track items in the collection.</param>
71      <param name="items">A <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> or LINQ query that returns an <see cref="T:System.Collections.Generic.IEnumerable`1" /> collection of objects that are used to initialize the collection.</param>
72      <param name="trackingMode">A <see cref="T:System.Data.Services.Client.TrackingMode" /> value that indicated whether or not changes made to items in the collection are automatically tracked.</param>
73      <param name="entitySetName">The entity set of the objects in the collection.</param>
74      <param name="entityChangedCallback">A delegate that encapsulates a method that is called when an entity changes.</param>
75      <param name="collectionChangedCallback">A delegate that encapsulates a method that is called when the collection of entities changes.</param>
76    </member>
77    <member name="M:System.Data.Services.Client.DataServiceCollection`1.#ctor(System.Data.Services.Client.DataServiceContext,System.String,System.Func{System.Data.Services.Client.EntityChangedParams,System.Boolean},System.Func{System.Data.Services.Client.EntityCollectionChangedParams,System.Boolean})">
78      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> class with the supplied change method delegates and that uses the specified <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
79      <param name="context">The <see cref="T:System.Data.Services.Client.DataServiceContext" /> used to track items in the collection.</param>
80      <param name="entitySetName">The entity set of the objects in the collection.</param>
81      <param name="entityChangedCallback">A delegate that encapsulates a method that is called when an entity changes.</param>
82      <param name="collectionChangedCallback">A delegate that encapsulates a method that is called when the collection of entities changes.</param>
83    </member>
84    <member name="M:System.Data.Services.Client.DataServiceCollection`1.Clear(System.Boolean)">
85      <summary>Removes all items from the collection, and optionally detaches all the items from the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
86      <param name="stopTracking">When <see langword="true" />, detaches all items from the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</param>
87    </member>
88    <member name="M:System.Data.Services.Client.DataServiceCollection`1.Detach">
89      <summary>Disables <see cref="T:System.Data.Services.Client.DataServiceContext" /> tracking of all items in the collection. </summary>
90    </member>
91    <member name="M:System.Data.Services.Client.DataServiceCollection`1.InsertItem(System.Int32,`0)">
92      <summary>Adds a specified item to the collection at the specified index. </summary>
93      <param name="index">Index at which to add the item.</param>
94      <param name="item">The item to add.</param>
95    </member>
96    <member name="M:System.Data.Services.Client.DataServiceCollection`1.Load(`0)">
97      <summary>Loads a single entity object into the collection.</summary>
98      <param name="item">Entity object to be added.</param>
99    </member>
100    <member name="M:System.Data.Services.Client.DataServiceCollection`1.Load(System.Collections.Generic.IEnumerable{`0})">
101      <summary>Loads a collection of entity objects into the collection.</summary>
102      <param name="items">Collection of entity objects to be added to the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" />.</param>
103    </member>
104    <member name="M:System.Data.Services.Client.DataServiceContext.#ctor(System.Uri)">
105      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceContext" /> class with the specified <paramref name="serviceRoot" />.</summary>
106      <param name="serviceRoot">An absolute URI that identifies the root of a data service.</param>
107      <exception cref="T:System.ArgumentNullException">When the <paramref name="serviceRoot" /> is null.</exception>
108      <exception cref="T:System.ArgumentException">If the <paramref name="serviceRoot" /> is not an absolute URI -or-If the <paramref name="serviceRoot" /> is a well formed URI without a query or query fragment.</exception>
109    </member>
110    <member name="M:System.Data.Services.Client.DataServiceContext.AddLink(System.Object,System.String,System.Object)">
111      <summary>Adds the specified link to the set of objects the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking.</summary>
112      <param name="source">The source object for the new link.</param>
113      <param name="sourceProperty">The name of the navigation property on the source object that returns the related object.</param>
114      <param name="target">The object related to the source object by the new link. </param>
115      <exception cref="T:System.ArgumentNullException">When <paramref name="source" />, <paramref name="sourceProperty" />, or <paramref name="target" /> are null.</exception>
116      <exception cref="T:System.InvalidOperationException">If a link already exists.-or-If either the <paramref name="source" /> or <paramref name="target" /> objects are in a <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> or <see cref="F:System.Data.Services.Client.EntityStates.Deleted" /> state.-or-If <paramref name="sourceProperty" /> is not a collection.</exception>
117    </member>
118    <member name="M:System.Data.Services.Client.DataServiceContext.AddObject(System.String,System.Object)">
119      <summary>Adds the specified object to the set of objects that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking.</summary>
120      <param name="entitySetName">The name of the entity set to which the resource will be added.</param>
121      <param name="entity">The object to be tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</param>
122      <exception cref="T:System.ArgumentNullException">When <paramref name="entitySetName" /> or <paramref name="entity" /> is null.</exception>
123      <exception cref="T:System.ArgumentException">When <paramref name="entitySetName" /> is empty.-or-When <paramref name="entity" /> does not have a key property defined.</exception>
124      <exception cref="T:System.InvalidOperationException">When the entity is already being tracked by the context.</exception>
125    </member>
126    <member name="M:System.Data.Services.Client.DataServiceContext.AddRelatedObject(System.Object,System.String,System.Object)">
127      <summary>Adds a related object to the context and creates the link that defines the relationship between the two objects in a single request.</summary>
128      <param name="source">The parent object that is being tracked by the context.</param>
129      <param name="sourceProperty">The name of the navigation property that returns the related object based on an association between the two entities.</param>
130      <param name="target">The related object that is being added.</param>
131    </member>
132    <member name="M:System.Data.Services.Client.DataServiceContext.AttachLink(System.Object,System.String,System.Object)">
133      <summary>Notifies the <see cref="T:System.Data.Services.Client.DataServiceContext" /> to start tracking the specified link that defines a relationship between entity objects.</summary>
134      <param name="source">The source object in the new link.</param>
135      <param name="sourceProperty">The name of the property on the source object that represents the link between the source and target object.</param>
136      <param name="target">The target object in the link that is bound to the source object specified in this call. The target object must be of the type identified by the source property or a subtype.</param>
137      <exception cref="T:System.ArgumentNullException">When <paramref name="source" />, <paramref name="sourceProperty" />, or <paramref name="target" /> is null.</exception>
138      <exception cref="T:System.InvalidOperationException">When the link between the two entities already exists.-or-When <paramref name="source" /> or <paramref name="target" /> is in an <see cref="F:System.Data.Services.Client.EntityStates.Added" /> or <see cref="F:System.Data.Services.Client.EntityStates.Deleted" /> state.</exception>
139    </member>
140    <member name="M:System.Data.Services.Client.DataServiceContext.AttachTo(System.String,System.Object)">
141      <summary>Notifies the <see cref="T:System.Data.Services.Client.DataServiceContext" /> to start tracking the specified resource and supplies the location of the resource within the specified resource set.</summary>
142      <param name="entitySetName">The name of the set that contains the resource.</param>
143      <param name="entity">The resource to be tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />. The resource is attached in the Unchanged state.</param>
144      <exception cref="T:System.ArgumentNullException">When <paramref name="entity" /> or <paramref name="entitySetName" /> is <see langword="null" />.</exception>
145      <exception cref="T:System.ArgumentException">When <paramref name="entitySetName" /> is an empty string.-or-When the <paramref name="entity" /> does not have a key property defined.</exception>
146      <exception cref="T:System.InvalidOperationException">When the <paramref name="entity" /> is already being tracked by the context.</exception>
147    </member>
148    <member name="M:System.Data.Services.Client.DataServiceContext.AttachTo(System.String,System.Object,System.String)">
149      <summary>Notifies the <see cref="T:System.Data.Services.Client.DataServiceContext" /> to start tracking the specified resource and supplies the location of the resource in the specified resource set.</summary>
150      <param name="entitySetName">The string value that contains the name of the entity set to which to the entity is attached.</param>
151      <param name="entity">The entity to add.</param>
152      <param name="etag">An etag value that represents the state of the entity the last time it was retrieved from the data service. This value is treated as an opaque string; no validation is performed on it by the client library.</param>
153      <exception cref="T:System.ArgumentNullException">When <paramref name="entitySetName" /> is <see langword="null" />.-or-When <paramref name="entity" /> is <see langword="null" />.</exception>
154      <exception cref="T:System.ArgumentException">When <paramref name="entitySetName" /> is an empty string.-or-When the supplied object does not have a key property.</exception>
155      <exception cref="T:System.InvalidOperationException">When the supplied object is already being tracked by the context</exception>
156    </member>
157    <member name="M:System.Data.Services.Client.DataServiceContext.BeginExecute``1(System.Data.Services.Client.DataServiceQueryContinuation{``0},System.AsyncCallback,System.Object)">
158      <summary>Asynchronously sends a request to the data service to retrieve the next page of data in a paged query result.</summary>
159      <param name="continuation">A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that represents the next page of data to return from the data service.</param>
160      <param name="callback">Delegate to invoke when results are available for client consumption.</param>
161      <param name="state">User-defined state object passed to the callback.</param>
162      <typeparam name="T">The type returned by the query.</typeparam>
163      <returns>An <see cref="T:System.IAsyncResult" /> that represents the status of the operation.</returns>
164    </member>
165    <member name="M:System.Data.Services.Client.DataServiceContext.BeginExecute``1(System.Uri,System.AsyncCallback,System.Object)">
166      <summary>Asynchronously sends the request so that this call does not block processing while waiting for the results from the service.</summary>
167      <param name="requestUri">The URI to which the query request will be sent. The URI may be any valid data service URI; it can contain $ query parameters.</param>
168      <param name="callback">Delegate to invoke when results are available for client consumption.</param>
169      <param name="state">User-defined state object passed to the callback.</param>
170      <typeparam name="TElement">The type returned by the query.</typeparam>
171      <returns>An object that is used to track the status of the asynchronous operation. </returns>
172    </member>
173    <member name="M:System.Data.Services.Client.DataServiceContext.BeginExecuteBatch(System.AsyncCallback,System.Object,System.Data.Services.Client.DataServiceRequest[])">
174      <summary>Asynchronously submits a group of queries as a batch to the data service.</summary>
175      <param name="callback">The delegate that is called when a response to the batch request is received.</param>
176      <param name="state">User-defined state object that is used to pass context data to the callback method.</param>
177      <param name="queries">The array of query requests to include in the batch request.</param>
178      <returns>An <see cref="T:System.IAsyncResult" /> object that is used to track the status of the asynchronous operation. </returns>
179    </member>
180    <member name="M:System.Data.Services.Client.DataServiceContext.BeginGetReadStream(System.Object,System.Data.Services.Client.DataServiceRequestArgs,System.AsyncCallback,System.Object)">
181      <summary>Asynchronously gets binary property data for the specified entity as a data stream along with the specified message headers.</summary>
182      <param name="entity">The entity that has the binary property to retrieve. </param>
183      <param name="args">Instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestArgs" /> class that contains settings for the HTTP request message.</param>
184      <param name="callback">Delegate to invoke when results are available for client consumption.</param>
185      <param name="state">User-defined state object passed to the callback.</param>
186      <returns>An <see cref="T:System.IAsyncResult" /> object that is used to track the status of the asynchronous operation. </returns>
187      <exception cref="T:System.ArgumentNullException">Any of the parameters supplied to the method is <see langword="null" />.</exception>
188      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" />.-or-The <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.-or-The <paramref name="entity" /> is not a Media Link Entry and does not have a binary property.</exception>
189    </member>
190    <member name="M:System.Data.Services.Client.DataServiceContext.BeginLoadProperty(System.Object,System.String,System.AsyncCallback,System.Object)">
191      <summary>Asynchronously loads the value of the specified property from the data service.</summary>
192      <param name="entity">The entity that contains the property to load.</param>
193      <param name="propertyName">The name of the property on the specified entity to load.</param>
194      <param name="callback">The delegate called when a response to the request is received.</param>
195      <param name="state">The user-defined state object that is used to pass context data to the callback method.</param>
196      <returns>An <see langword="IAsyncResult" /> that represents the status of the asynchronous operation.</returns>
197    </member>
198    <member name="M:System.Data.Services.Client.DataServiceContext.BeginLoadProperty(System.Object,System.String,System.Data.Services.Client.DataServiceQueryContinuation,System.AsyncCallback,System.Object)">
199      <summary>Asynchronously loads the next page of related entities from the data service by using the supplied query continuation object.</summary>
200      <param name="entity">The entity that contains the property to load.</param>
201      <param name="propertyName">The name of the property of the specified entity to load.</param>
202      <param name="continuation">A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that represents the next page of related entity data to return from the data service.</param>
203      <param name="callback">Delegate to invoke when results are available for client consumption.</param>
204      <param name="state">User-defined state object passed to the callback.</param>
205      <returns>An <see cref="T:System.IAsyncResult" /> that represents the status of the operation.</returns>
206    </member>
207    <member name="M:System.Data.Services.Client.DataServiceContext.BeginLoadProperty(System.Object,System.String,System.Uri,System.AsyncCallback,System.Object)">
208      <summary>Asynchronously loads a page of related entities from the data service by using the supplied next link URI.</summary>
209      <param name="entity">The entity that contains the property to load.</param>
210      <param name="propertyName">The name of the property of the specified entity to load.</param>
211      <param name="nextLinkUri">The URI used to load the next results page.</param>
212      <param name="callback">Delegate to invoke when results are available for client consumption.</param>
213      <param name="state">User-defined state object passed to the callback.</param>
214      <returns>An <see cref="T:System.IAsyncResult" /> object that is used to track the status of the asynchronous operation. </returns>
215    </member>
216    <member name="M:System.Data.Services.Client.DataServiceContext.BeginSaveChanges(System.AsyncCallback,System.Object)">
217      <summary>Asynchronously submits the pending changes to the data service collected by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> since the last time changes were saved.</summary>
218      <param name="callback">The delegate to call when the operation is completed.</param>
219      <param name="state">The user-defined state object that is used to pass context data to the callback method.</param>
220      <returns>An <see langword="IAsyncResult" /> that represents the status of the asynchronous operation.</returns>
221    </member>
222    <member name="M:System.Data.Services.Client.DataServiceContext.BeginSaveChanges(System.Data.Services.Client.SaveChangesOptions,System.AsyncCallback,System.Object)">
223      <summary>Asynchronously submits the pending changes to the data service collected by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> since the last time changes were saved.</summary>
224      <param name="options">The options for how the client can save the pending set of changes.</param>
225      <param name="callback">The delegate to call when the operation is completed.</param>
226      <param name="state">The user-defined state object that is used to pass context data to the callback method.</param>
227      <returns>An <see cref="T:System.IAsyncResult" /> that represents the status of the asynchronous operation.</returns>
228    </member>
229    <member name="M:System.Data.Services.Client.DataServiceContext.CancelRequest(System.IAsyncResult)">
230      <summary>Attempts to cancel the operation that is associated with the supplied <see cref="T:System.IAsyncResult" /> object.</summary>
231      <param name="asyncResult">The <see cref="T:System.IAsyncResult" /> object from the operation being canceled.</param>
232    </member>
233    <member name="M:System.Data.Services.Client.DataServiceContext.CreateQuery``1(System.String)">
234      <summary>Creates a data service query for data of a specified generic type.</summary>
235      <param name="entitySetName">A string that resolves to a URI.</param>
236      <typeparam name="T">The type returned by the query</typeparam>
237      <returns>A new <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> instance that represents a data service query.</returns>
238    </member>
239    <member name="M:System.Data.Services.Client.DataServiceContext.DeleteLink(System.Object,System.String,System.Object)">
240      <summary>Changes the state of the link to deleted in the list of links being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
241      <param name="source">The source object in the link to be marked for deletion.</param>
242      <param name="sourceProperty">The name of the navigation property on the source object that is used to access the target object.</param>
243      <param name="target">The target object involved in the link that is bound to the source object. The target object must be of the type identified by the source property or a subtype.</param>
244      <exception cref="T:System.ArgumentNullException">When <paramref name="source" />, <paramref name="sourceProperty" />, or <paramref name="target" /> is null.</exception>
245      <exception cref="T:System.InvalidOperationException">When <paramref name="source" /> or <paramref name="target" /> is in a <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> or <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.-or-When <paramref name="sourceProperty" /> is not a collection.</exception>
246    </member>
247    <member name="M:System.Data.Services.Client.DataServiceContext.DeleteObject(System.Object)">
248      <summary>Changes the state of the specified object to be deleted in the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
249      <param name="entity">The tracked entity to be changed to the deleted state.</param>
250      <exception cref="T:System.ArgumentNullException">When <paramref name="entity" /> is <see langword="null" />.</exception>
251      <exception cref="T:System.InvalidOperationException">When the object is not being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</exception>
252    </member>
253    <member name="M:System.Data.Services.Client.DataServiceContext.Detach(System.Object)">
254      <summary>Removes the entity from the list of entities that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking.</summary>
255      <param name="entity">The tracked entity to be detached from the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</param>
256      <returns>Returns <see langword="true" /> if the specified entity was detached; otherwise <see langword="false" />.</returns>
257      <exception cref="T:System.ArgumentNullException">When <paramref name="entity" /> is <see langword="null" />.</exception>
258    </member>
259    <member name="M:System.Data.Services.Client.DataServiceContext.DetachLink(System.Object,System.String,System.Object)">
260      <summary>Removes the specified link from the list of links being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
261      <param name="source">The source object participating in the link to be marked for deletion.</param>
262      <param name="sourceProperty">The name of the property on the source object that represents the source in the link between the source and the target.</param>
263      <param name="target">The target object involved in the link that is bound to the source object. The target object must be of the type identified by the source property or a subtype.</param>
264      <returns>Returns true if the specified entity was detached; otherwise false.</returns>
265      <exception cref="T:System.ArgumentNullException">When <paramref name="source" /> or <paramref name="sourceProperty" /> are <see langword="null" />.</exception>
266      <exception cref="T:System.ArgumentException">When <paramref name="sourceProperty" /> is an empty string.</exception>
267    </member>
268    <member name="M:System.Data.Services.Client.DataServiceContext.EndExecute``1(System.IAsyncResult)">
269      <summary>Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginExecute``1(System.Uri,System.AsyncCallback,System.Object)" />.</summary>
270      <param name="asyncResult">
271            <see cref="T:System.IAsyncResult" /> object.</param>
272      <typeparam name="TElement">The type returned by the query.</typeparam>
273      <returns>The results returned by the query operation.</returns>
274      <exception cref="T:System.ArgumentNullException">When<paramref name=" asyncResult" /> is <see langword="null" />.</exception>
275      <exception cref="T:System.ArgumentException">When<paramref name=" asyncResult" /> did not originate from this <see cref="T:System.Data.Services.Client.DataServiceContext" /> instance. -or- When the <see cref="M:System.Data.Services.Client.DataServiceContext.EndExecute``1(System.IAsyncResult)" /> method was previously called.</exception>
276      <exception cref="T:System.InvalidOperationException">When an error is raised either during execution of the request or when it converts the contents of the response message into objects.</exception>
277      <exception cref="T:System.InvalidOperationException">When an error is raised either during execution of the request or when it converts the contents of the response message into objects.</exception>
278    </member>
279    <member name="M:System.Data.Services.Client.DataServiceContext.EndExecuteBatch(System.IAsyncResult)">
280      <summary>Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginExecuteBatch(System.AsyncCallback,System.Object,System.Data.Services.Client.DataServiceRequest[])" />.</summary>
281      <param name="asyncResult">An <see cref="T:System.IAsyncResult" /> that represents the status of the asynchronous operation.</param>
282      <returns>The<see langword=" DataServiceResult" /> object that indicates the result of the batch operation.</returns>
283    </member>
284    <member name="M:System.Data.Services.Client.DataServiceContext.EndGetReadStream(System.IAsyncResult)">
285      <summary>Called to complete the asynchronous operation of retrieving a binary property as a stream.</summary>
286      <param name="asyncResult">The result from the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginGetReadStream(System.Object,System.Data.Services.Client.DataServiceRequestArgs,System.AsyncCallback,System.Object)" /> operation that contains the binary data stream.</param>
287      <returns>An instance of <see cref="T:System.Data.Services.Client.DataServiceStreamResponse" /> which contains the response stream along with its metadata.</returns>
288    </member>
289    <member name="M:System.Data.Services.Client.DataServiceContext.EndLoadProperty(System.IAsyncResult)">
290      <summary>Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginLoadProperty(System.Object,System.String,System.AsyncCallback,System.Object)" /> operation.</summary>
291      <param name="asyncResult">An <see cref="T:System.IAsyncResult" /> that represents the status of the asynchronous operation.</param>
292      <returns>The response to the load operation.</returns>
293    </member>
294    <member name="M:System.Data.Services.Client.DataServiceContext.EndSaveChanges(System.IAsyncResult)">
295      <summary>Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginSaveChanges(System.AsyncCallback,System.Object)" /> operation.</summary>
296      <param name="asyncResult">An <see cref="T:System.IAsyncResult" /> that represents the status of the asynchronous operation.</param>
297      <returns>A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object that indicates the result of the batch operation.</returns>
298    </member>
299    <member name="M:System.Data.Services.Client.DataServiceContext.Execute``1(System.Data.Services.Client.DataServiceQueryContinuation{``0})">
300      <summary>Sends a request to the data service to retrieve the next page of data in a paged query result.</summary>
301      <param name="continuation">A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that represents the next page of data to return from the data service.</param>
302      <typeparam name="T">The type returned by the query.</typeparam>
303      <returns>The response that contains the next page of data in the query result.</returns>
304      <exception cref="T:System.InvalidOperationException">When an error is raised either during execution of the request or when it converts the contents of the response message into objects.</exception>
305    </member>
306    <member name="M:System.Data.Services.Client.DataServiceContext.Execute``1(System.Uri)">
307      <summary>Sends a request to the data service to execute a specific URI.</summary>
308      <param name="requestUri">The URI to which the query request will be sent. The URI may be any valid data service URI. Can contain $ query parameters.</param>
309      <typeparam name="TElement">The type that the query returns.</typeparam>
310      <returns>The results of the query operation.</returns>
311      <exception cref="T:System.Net.WebException">When a response is not received from a request to the <paramref name="requestUri" />.</exception>
312      <exception cref="T:System.ArgumentNullException">When <paramref name="requestUri" /> is <see langword="null" />.</exception>
313      <exception cref="T:System.ArgumentException">When <paramref name="requestUri" /> is not a valid URI for the data service.</exception>
314      <exception cref="T:System.InvalidOperationException">When an error is raised either during execution of the request or when it converts the contents of the response message into objects.</exception>
315      <exception cref="T:System.Data.Services.Client.DataServiceQueryException">When the data service returns an HTTP 404: Resource Not Found error.</exception>
316    </member>
317    <member name="M:System.Data.Services.Client.DataServiceContext.ExecuteBatch(System.Data.Services.Client.DataServiceRequest[])">
318      <summary>Submits a group of queries as a batch to the data service.</summary>
319      <param name="queries">Array of <see cref="T:System.Data.Services.Client.DataServiceRequest[]" /> objects that make up the queries.</param>
320      <returns>The response to the batch operation.</returns>
321    </member>
322    <member name="M:System.Data.Services.Client.DataServiceContext.GetEntityDescriptor(System.Object)">
323      <summary>Gets the <see cref="T:System.Data.Services.Client.EntityDescriptor" /> for the supplied entity object.</summary>
324      <param name="entity">The object for which to return the entity descriptor.</param>
325      <returns>The <see cref="T:System.Data.Services.Client.EntityDescriptor" /> instance for the <paramref name="entity" />, or <see langword="null" /> if an <see cref="T:System.Data.Services.Client.EntityDescriptor" /> does not exist for the object.</returns>
326    </member>
327    <member name="M:System.Data.Services.Client.DataServiceContext.GetLinkDescriptor(System.Object,System.String,System.Object)">
328      <summary>Gets the <see cref="T:System.Data.Services.Client.LinkDescriptor" /> for a specific link that defines the relationship between two entities.</summary>
329      <param name="source">Source object in the link</param>
330      <param name="sourceProperty">The name of the navigation property on the <paramref name="source" /> object that returns the related object.</param>
331      <param name="target">The related entity.</param>
332      <returns>The <see cref="T:System.Data.Services.Client.LinkDescriptor" /> instance for the specified relationship, or <see langword="null" /> if a <see cref="T:System.Data.Services.Client.LinkDescriptor" /> does not exist for the relationship.</returns>
333    </member>
334    <member name="M:System.Data.Services.Client.DataServiceContext.GetMetadataUri">
335      <summary>Gets a URI of the location of .edmx metadata.</summary>
336      <returns>A URI that identifies the location of the metadata description, in .edmx format, for the data service identified by the base URI that is passed to the constructor.</returns>
337    </member>
338    <member name="M:System.Data.Services.Client.DataServiceContext.GetReadStream(System.Object)">
339      <summary>Gets binary property data for the specified entity as a data stream.</summary>
340      <param name="entity">The entity that has the binary property to retrieve. </param>
341      <returns>An instance of <see cref="T:System.Data.Services.Client.DataServiceStreamResponse" /> that represents the response.</returns>
342      <exception cref="T:System.ArgumentNullException">The<paramref name=" entity" /> is <see langword="null" />.</exception>
343      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" />.-or-The <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.-or-The <paramref name="entity" /> is not a Media Link Entry and does not have a binary property.</exception>
344    </member>
345    <member name="M:System.Data.Services.Client.DataServiceContext.GetReadStream(System.Object,System.Data.Services.Client.DataServiceRequestArgs)">
346      <summary>Gets binary property data for the specified entity as a data stream along with the specified message headers.</summary>
347      <param name="entity">The entity that has the binary property to retrieve. </param>
348      <param name="args">Instance of <see cref="T:System.Data.Services.Client.DataServiceRequestArgs" /> class that contains settings for the HTTP request message.</param>
349      <returns>An instance of <see cref="T:System.Data.Services.Client.DataServiceStreamResponse" /> that represents the response.</returns>
350      <exception cref="T:System.ArgumentNullException">
351              <paramref name="entity" /> is <see langword="null" />.-or-
352              <paramref name="args" /> is <see langword="null" />.</exception>
353      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" />.-or-The <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.-or-The <paramref name="entity" /> is not a Media Link Entry and does not have a binary property.</exception>
354    </member>
355    <member name="M:System.Data.Services.Client.DataServiceContext.GetReadStream(System.Object,System.String)">
356      <summary>Gets binary property data for the specified entity as a data stream, with the specified Accept message header.</summary>
357      <param name="entity">The entity that has the binary property to retrieve. </param>
358      <param name="acceptContentType">The content type of the data requested from the data service, specified in the Accept header.</param>
359      <returns>An instance of <see cref="T:System.Data.Services.Client.DataServiceStreamResponse" /> that represents the response.</returns>
360      <exception cref="T:System.ArgumentNullException">
361              <paramref name="entity" /> is <see langword="null" />.-or-
362              <paramref name="acceptContentType" /> is <see langword="null" />.</exception>
363      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" />.-or-The <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.-or-The <paramref name="entity" /> is not a Media Link Entry and does not have a binary property.</exception>
364    </member>
365    <member name="M:System.Data.Services.Client.DataServiceContext.GetReadStreamUri(System.Object)">
366      <summary>Gets the URI that is used to return binary property data as a data stream.</summary>
367      <param name="entity">The entity that has the binary property to retrieve. </param>
368      <returns>The read URI of the binary data stream.</returns>
369      <exception cref="T:System.ArgumentNullException">If the entity specified is <see langword="null" />.</exception>
370      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" />.</exception>
371    </member>
372    <member name="M:System.Data.Services.Client.DataServiceContext.LoadProperty(System.Object,System.String)">
373      <summary>Loads deferred content for a specified property from the data service.</summary>
374      <param name="entity">The entity that contains the property to load.</param>
375      <param name="propertyName">The name of the property of the specified entity to load.</param>
376      <returns>The response to the load operation.</returns>
377    </member>
378    <member name="M:System.Data.Services.Client.DataServiceContext.LoadProperty(System.Object,System.String,System.Data.Services.Client.DataServiceQueryContinuation)">
379      <summary>Loads the next page of related entities from the data service by using the supplied query continuation object.</summary>
380      <param name="entity">The entity that contains the property to load.</param>
381      <param name="propertyName">The name of the property of the specified entity to load.</param>
382      <param name="continuation">A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that represents the next page of related entities to load from the data service.</param>
383      <returns>The response that contains the next page of related entity data.</returns>
384      <exception cref="T:System.InvalidOperationException">When <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> or <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.</exception>
385    </member>
386    <member name="M:System.Data.Services.Client.DataServiceContext.LoadProperty(System.Object,System.String,System.Uri)">
387      <summary>Loads a page of related entities by using the supplied next link URI.</summary>
388      <param name="entity">The entity that contains the property to load.</param>
389      <param name="propertyName">The name of the property of the specified entity to load.</param>
390      <param name="nextLinkUri">The URI that is used to load the next results page.</param>
391      <returns>An instance of <see cref="T:System.Data.Services.Client.QueryOperationResponse`1" /> that contains the results of the request.</returns>
392      <exception cref="T:System.InvalidOperationException">When <paramref name="entity" /> is in a <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> or <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.</exception>
393    </member>
394    <member name="M:System.Data.Services.Client.DataServiceContext.LoadProperty``1(System.Object,System.String,System.Data.Services.Client.DataServiceQueryContinuation{``0})">
395      <summary>Loads the next page of related entities from the data service by using the supplied generic query continuation object.</summary>
396      <param name="entity">The entity that contains the property to load.</param>
397      <param name="propertyName">The name of the property of the specified entity to load.</param>
398      <param name="continuation">A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that represents the next page of related entities to load from the data service.</param>
399      <typeparam name="T">Element type of collection to load.</typeparam>
400      <returns>The response that contains the next page of related entity data.</returns>
401      <exception cref="T:System.InvalidOperationException">When <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> or <see cref="F:System.Data.Services.Client.EntityStates.Added" /> state.</exception>
402    </member>
403    <member name="M:System.Data.Services.Client.DataServiceContext.SaveChanges">
404      <summary>Saves the changes that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking to storage.</summary>
405      <returns>A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> that contains status, headers, and errors that result from the call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges.Remarks" />.</returns>
406    </member>
407    <member name="M:System.Data.Services.Client.DataServiceContext.SaveChanges(System.Data.Services.Client.SaveChangesOptions)">
408      <summary>Saves the changes that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking to storage.</summary>
409      <param name="options">A member of the <see cref="T:System.Data.Services.Client.MergeOption" /> enumeration that specifies the materialization option.</param>
410      <returns>A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> that contains status, headers, and errors that result from the call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</returns>
411    </member>
412    <member name="M:System.Data.Services.Client.DataServiceContext.SetLink(System.Object,System.String,System.Object)">
413      <summary>Notifies the <see cref="T:System.Data.Services.Client.DataServiceContext" /> that a new link exists between the objects specified and that the link is represented by the property specified by the <paramref name="sourceProperty" /> parameter.</summary>
414      <param name="source">The source object for the new link.</param>
415      <param name="sourceProperty">The property on the source object that identifies the target object of the new link.</param>
416      <param name="target">The child object involved in the new link that is to be initialized by calling this method. The target object must be a subtype of the type identified by the <paramref name="sourceProperty" /> parameter. If <paramref name="target" /> is set to null, the call represents a delete link operation.</param>
417      <exception cref="T:System.ArgumentNullException">When <paramref name="source" />, <paramref name="sourceProperty" /> or <paramref name="target" /> are null.</exception>
418      <exception cref="T:System.InvalidOperationException">When the specified link already exists.-or-When the objects supplied as <paramref name="source" /> or <paramref name="target" /> are in the <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> or <see cref="F:System.Data.Services.Client.EntityStates.Deleted" /> state.-or-When <paramref name="sourceProperty" /> is not a navigation property that defines a reference to a single related object.</exception>
419    </member>
420    <member name="M:System.Data.Services.Client.DataServiceContext.SetSaveStream(System.Object,System.IO.Stream,System.Boolean,System.Data.Services.Client.DataServiceRequestArgs)">
421      <summary>Sets a new data stream as the binary property of an entity, with the specified settings in the request message.</summary>
422      <param name="entity">The entity that has a binary property to which to assign the data stream.</param>
423      <param name="stream">The <see cref="T:System.IO.Stream" /> from which to read the binary data. </param>
424      <param name="closeStream">A <see cref="T:System.Boolean" /> value that determines whether the data stream is closed when the <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> method is completed. </param>
425      <param name="args">An instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestArgs" /> class that contains settings for the HTTP request message.</param>
426      <exception cref="T:System.ArgumentNullException">Any of the parameters supplied to the method are <see langword="null" />.</exception>
427      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not being tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" /> instance. -or-The <paramref name="entity" /> has the <see cref="T:System.Data.Services.Client.MediaEntryAttribute" /> applied. </exception>
428    </member>
429    <member name="M:System.Data.Services.Client.DataServiceContext.SetSaveStream(System.Object,System.IO.Stream,System.Boolean,System.String,System.String)">
430      <summary>Sets a new data stream as the binary property of an entity. The specified Content-Type and Slug headers are included in the request message.</summary>
431      <param name="entity">The entity that has a binary property to which to assign the data stream.</param>
432      <param name="stream">The <see cref="T:System.IO.Stream" /> from which to read the binary data. </param>
433      <param name="closeStream">A <see cref="T:System.Boolean" /> value that determines whether the data stream is closed when the <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> method is completed. </param>
434      <param name="contentType">The Content-Type header value for the request message.</param>
435      <param name="slug">The Slug header value for the request message.</param>
436      <exception cref="T:System.ArgumentNullException">Any of the parameters supplied to the method are <see langword="null" />.</exception>
437      <exception cref="T:System.ArgumentException">The <paramref name="entity" /> is not being tracked by this <see cref="T:System.Data.Services.Client.DataServiceContext" /> instance. -or-The <see langword="entity" /> has the <see cref="T:System.Data.Services.Client.MediaEntryAttribute" /> applied. </exception>
438    </member>
439    <member name="M:System.Data.Services.Client.DataServiceContext.TryGetEntity``1(System.Uri,``0@)">
440      <summary>Test retrieval of an entity being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> by reference to the URI of the entity.</summary>
441      <param name="identity">The URI of the tracked entity to be retrieved.</param>
442      <param name="entity">The entity to be retrieved.</param>
443      <typeparam name="TEntity">The type of the entity.</typeparam>
444      <returns>If an entity is found at <paramref name="resourceUri" />, the entity is returned in the out parameter <paramref name="entity" /> and true is returned. If no entity is found, false is returned.</returns>
445      <exception cref="T:System.ArgumentNullException">When <paramref name="identity" /> is <see langword="null" />.</exception>
446    </member>
447    <member name="M:System.Data.Services.Client.DataServiceContext.TryGetUri(System.Object,System.Uri@)">
448      <summary>Retrieves the canonical URI associated with the specified entity, if available.</summary>
449      <param name="entity">The entity identified by the <paramref name="identity" />.</param>
450      <param name="identity">The URI of the entity.</param>
451      <returns>Returns true if the canonical URI is returned in the out parameter. If the specified entity is not tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> or is in the added state, no URI is available and false is returned.</returns>
452      <exception cref="T:System.ArgumentNullException">When <paramref name="entity" /> is <see langword="null" />.</exception>
453    </member>
454    <member name="M:System.Data.Services.Client.DataServiceContext.UpdateObject(System.Object)">
455      <summary>Changes the state of the specified object in the <see cref="T:System.Data.Services.Client.DataServiceContext" /> to <see cref="F:System.Data.Services.Client.EntityStates.Modified" />.</summary>
456      <param name="entity">The tracked entity to be assigned to the <see cref="F:System.Data.Services.Client.EntityStates.Modified" /> state.</param>
457      <exception cref="T:System.ArgumentNullException">When <paramref name="entity" /> is <see langword="null" />.</exception>
458      <exception cref="T:System.ArgumentException">When <paramref name="entity" /> is in the <see cref="F:System.Data.Services.Client.EntityStates.Detached" /> state.</exception>
459    </member>
460    <member name="M:System.Data.Services.Client.DataServiceQuery.BeginExecute(System.AsyncCallback,System.Object)">
461      <summary>Asynchronously sends a request to execute the data service query.</summary>
462      <param name="callback">Delegate to invoke when results are available for client consumption.</param>
463      <param name="state">User-defined state object passed to the callback.</param>
464      <returns>An <see cref="T:System.IAsyncResult" /> object that is used to track the status of the asynchronous operation.</returns>
465    </member>
466    <member name="M:System.Data.Services.Client.DataServiceQuery.EndExecute(System.IAsyncResult)">
467      <summary>Called to complete the asynchronous operation of executing a data service query.</summary>
468      <param name="asyncResult">The result from the <see cref="M:System.Data.Services.Client.DataServiceQuery.BeginExecute(System.AsyncCallback,System.Object)" /> operation that contains the query results.</param>
469      <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the results of the query operation.</returns>
470      <exception cref="T:System.Data.Services.Client.DataServiceQueryException">When the data service returns an HTTP 404: Resource Not Found error.</exception>
471    </member>
472    <member name="M:System.Data.Services.Client.DataServiceQuery.Execute">
473      <summary>Executes the query against the data service.</summary>
474      <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> that contains the results of the query operation.</returns>
475      <exception cref="T:System.Data.Services.Client.DataServiceQueryException">When the data service returns an HTTP 404: Resource Not Found error.</exception>
476    </member>
477    <member name="M:System.Data.Services.Client.DataServiceQuery.System#Collections#IEnumerable#GetEnumerator">
478      <summary>Gets the <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection returned by the query.</summary>
479      <returns>An enumerator over the query results.</returns>
480    </member>
481    <member name="M:System.Data.Services.Client.DataServiceQuery`1.AddQueryOption(System.String,System.Object)">
482      <summary>Creates a new <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> with the query option set in the URI generated by the returned query.</summary>
483      <param name="name">The string value that contains the name of the query string option to add.</param>
484      <param name="value">The object that contains the value of the query string option.</param>
485      <returns>A new query that includes the requested query option appended to the URI of the supplied query</returns>
486    </member>
487    <member name="M:System.Data.Services.Client.DataServiceQuery`1.BeginExecute(System.AsyncCallback,System.Object)">
488      <summary>Starts an asynchronous network operation that executes the query represented by this object instance.</summary>
489      <param name="callback">The delegate to invoke when the operation completes.</param>
490      <param name="state">User defined object used to transfer state between the start of the operation and the callback defined by <paramref name="callback" />.</param>
491      <returns>An <see cref="T:System.IAsyncResult" /> that represents the status of the asynchronous operation.</returns>
492    </member>
493    <member name="M:System.Data.Services.Client.DataServiceQuery`1.EndExecute(System.IAsyncResult)">
494      <summary>Ends an asynchronous query request to a data service.</summary>
495      <param name="asyncResult">The pending asynchronous query request.</param>
496      <returns>Returns an <see cref="T:System.Collections.Generic.IEnumerable`1" />  that contains the results of the query operation.</returns>
497      <exception cref="T:System.Data.Services.Client.DataServiceQueryException">When the data service returns an HTTP 404: Resource Not Found error.</exception>
498    </member>
499    <member name="M:System.Data.Services.Client.DataServiceQuery`1.Execute">
500      <summary>Executes the query and returns the results as a collection that implements <see langword="IEnumerable" />.</summary>
501      <returns>An <see cref="T:System.Collections.Generic.IEnumerable`1" /> in which <paramref name="T" /> represents the type of the query results.</returns>
502      <exception cref="T:System.Data.Services.Client.DataServiceQueryException">When the data service returns an HTTP 404: Resource Not Found error.</exception>
503    </member>
504    <member name="M:System.Data.Services.Client.DataServiceQuery`1.Expand(System.String)">
505      <summary>Creates a new <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> with the expand option set in the URI generated by the returned query.</summary>
506      <param name="path">A string value that contains the requesting URI.</param>
507      <returns>A new query that includes the requested <see langword="$expand" /> query option appended to the URI of the supplied query.</returns>
508    </member>
509    <member name="M:System.Data.Services.Client.DataServiceQuery`1.GetEnumerator">
510      <summary>Executes the query and returns the results as a collection.</summary>
511      <returns>A typed enumerator over the results in which <paramref name="TEntity" /> represents the type of the query results.</returns>
512    </member>
513    <member name="M:System.Data.Services.Client.DataServiceQuery`1.IncludeTotalCount">
514      <summary>Requests that the count of all entities in the entity set be returned inline with the query results.</summary>
515      <returns>A new <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> object that has the inline count option set.</returns>
516    </member>
517    <member name="M:System.Data.Services.Client.DataServiceQuery`1.System#Collections#IEnumerable#GetEnumerator">
518      <summary>Executes the query and returns the results as a collection.</summary>
519      <returns>An enumerator over the query results.</returns>
520    </member>
521    <member name="M:System.Data.Services.Client.DataServiceQuery`1.ToString">
522      <summary>Represents the URI of the query to the data service.</summary>
523      <returns>A URI as string that represents the query to the data service for this <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> instance.</returns>
524    </member>
525    <member name="M:System.Data.Services.Client.DataServiceQueryContinuation.ToString">
526      <summary>Returns the next link URI as a string.</summary>
527      <returns>A string representation of the next link URI.  </returns>
528    </member>
529    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor">
530      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceQueryException" /> class with a system-supplied message that describes the error. </summary>
531    </member>
532    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor(System.String)">
533      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceQueryException" /> class with a specified message that describes the error. </summary>
534      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
535    </member>
536    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor(System.String,System.Exception)">
537      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceQueryException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary>
538      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
539      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
540    </member>
541    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor(System.String,System.Exception,System.Data.Services.Client.QueryOperationResponse)">
542      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceQueryException" /> class. </summary>
543      <param name="message">The string value that contains the error message.</param>
544      <param name="innerException">The inner exception object.</param>
545      <param name="response">The <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> object.</param>
546    </member>
547    <member name="M:System.Data.Services.Client.DataServiceRequest.ToString">
548      <summary>Represents the URI of the query to the data service. </summary>
549      <returns>The requested URI as a <see cref="T:System.String" /> value.</returns>
550    </member>
551    <member name="M:System.Data.Services.Client.DataServiceRequest`1.#ctor(System.Uri)">
552      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequest`1" /> class. </summary>
553      <param name="requestUri">The URI object that contains the request string.</param>
554    </member>
555    <member name="M:System.Data.Services.Client.DataServiceRequestArgs.#ctor">
556      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestArgs" /> class.</summary>
557    </member>
558    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor">
559      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestException" /> class with a system-supplied message that describes the error. </summary>
560    </member>
561    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor(System.String)">
562      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestException" /> class with a specified message that describes the error. </summary>
563      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
564    </member>
565    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor(System.String,System.Exception)">
566      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary>
567      <param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
568      <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
569    </member>
570    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor(System.String,System.Exception,System.Data.Services.Client.DataServiceResponse)">
571      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestException" /> class. </summary>
572      <param name="message">Error message text.</param>
573      <param name="innerException">Exception object that contains the inner exception.</param>
574      <param name="response">
575            <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object.</param>
576    </member>
577    <member name="M:System.Data.Services.Client.DataServiceResponse.GetEnumerator">
578      <summary>Gets an enumerator that enables retrieval of responses to operations being tracked by <see cref="T:System.Data.Services.Client.OperationResponse" /> objects within the <see cref="T:System.Data.Services.Client.DataServiceResponse" />.</summary>
579      <returns>An enumerator over the response received from the service.</returns>
580    </member>
581    <member name="M:System.Data.Services.Client.DataServiceResponse.System#Collections#IEnumerable#GetEnumerator">
582      <summary>Gets an enumerator that enables retrieval of responses to operations being tracked by <see cref="T:System.Data.Services.Client.OperationResponse" /> objects within the <see cref="T:System.Data.Services.Client.DataServiceResponse" />.</summary>
583      <returns>An enumerator over the response received from the service.</returns>
584    </member>
585    <member name="M:System.Data.Services.Client.DataServiceStreamResponse.Dispose">
586      <summary>Releases all resources used by the current instance of the <see cref="T:System.Data.Services.Client.DataServiceStreamResponse" /> class.</summary>
587    </member>
588    <member name="M:System.Data.Services.Client.MediaEntryAttribute.#ctor(System.String)">
589      <summary>Creates a new instance of <see cref="T:System.Data.Services.Client.MediaEntryAttribute" />.</summary>
590      <param name="mediaMemberName">A string value that identifies the property that holds media data.</param>
591    </member>
592    <member name="M:System.Data.Services.Client.MimeTypePropertyAttribute.#ctor(System.String,System.String)">
593      <summary>Creates a new instance of the <see langword="MimeTypePropertyAttribute" />.</summary>
594      <param name="dataPropertyName">A string that contains the name of the new property attribute.</param>
595      <param name="mimeTypePropertyName">A string that contains the Mime type of the new property attribute.</param>
596    </member>
597    <member name="M:System.Data.Services.Client.QueryOperationResponse.GetContinuation">
598      <summary>Gets a <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation" /> object containing the URI that is used to retrieve the next results page.</summary>
599      <returns>An object containing the URI that is used to return the next results page.</returns>
600    </member>
601    <member name="M:System.Data.Services.Client.QueryOperationResponse.GetContinuation(System.Collections.IEnumerable)">
602      <summary>Gets a <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation" /> object containing the URI that is used to retrieve the next page of related entities in the specified collection.</summary>
603      <param name="collection">The collection of related objects being loaded.</param>
604      <returns>A continuation object that points to the next page for the collection.</returns>
605    </member>
606    <member name="M:System.Data.Services.Client.QueryOperationResponse.GetContinuation``1(System.Collections.Generic.IEnumerable{``0})">
607      <summary>Gets a <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that contains the URI that is used to retrieve the next page of related entities in the specified collection.</summary>
608      <param name="collection">The collection of related objects being loaded.</param>
609      <typeparam name="T">The type of the items in the collection.</typeparam>
610      <returns>A continuation object that points to the next page for the collection.</returns>
611    </member>
612    <member name="M:System.Data.Services.Client.QueryOperationResponse.GetEnumerator">
613      <summary>Executes the <see cref="T:System.Data.Services.Client.DataServiceQuery" /> and returns <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> items. </summary>
614      <returns>The enumerator to a collection of <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> items.</returns>
615    </member>
616    <member name="M:System.Data.Services.Client.QueryOperationResponse`1.GetContinuation">
617      <summary>Gets a <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that contains the URI that is used to retrieve the next results page.</summary>
618      <returns>An object that contains the URI that is used to return the next results page.</returns>
619    </member>
620    <member name="M:System.Data.Services.Client.QueryOperationResponse`1.GetEnumerator">
621      <summary>Executes the <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> and gets <see cref="T:System.Data.Services.Client.QueryOperationResponse`1" /> items.</summary>
622      <returns>An enumerator to a collection of <see cref="T:System.Data.Services.Client.QueryOperationResponse`1" /> items.</returns>
623    </member>
624    <member name="M:System.Data.Services.Common.DataServiceEntityAttribute.#ctor">
625      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Common.DataServiceEntityAttribute" /> class.</summary>
626    </member>
627    <member name="M:System.Data.Services.Common.DataServiceKeyAttribute.#ctor(System.String)">
628      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Common.DataServiceKeyAttribute" /> class. </summary>
629      <param name="keyName">The string that contains name of the key attribute.</param>
630    </member>
631    <member name="M:System.Data.Services.Common.DataServiceKeyAttribute.#ctor(System.String[])">
632      <summary>Initializes a new instance of the <see cref="T:System.Data.Services.Common.DataServiceKeyAttribute" /> class. </summary>
633      <param name="keyNames">An array of string values that contain key attribute names.</param>
634    </member>
635    <member name="M:System.Data.Services.Common.EntityPropertyMappingAttribute.#ctor(System.String,System.Data.Services.Common.SyndicationItemProperty,System.Data.Services.Common.SyndicationTextContentKind,System.Boolean)">
636      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Common.EntityPropertyMappingAttribute" />.</summary>
637      <param name="sourcePath">The name of the property, as string, of the entity type that is mapped to the specified property of the feed item.</param>
638      <param name="targetSyndicationItem">A <see cref="T:System.Data.Services.Common.SyndicationItemProperty" /> value that represents the element in the feed to which to map the property. This value must be set to None if the <see cref="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetPath" /> is not <see langword="null" />.</param>
639      <param name="targetTextContentKind">A <see cref="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetTextContentKind" /> value that identifies the format of the content to display in the feed.</param>
640      <param name="keepInContent">Boolean value that is <see langword="true" /> when the property being mapped should appear both in its mapped-to location and in the content section of the feed. </param>
641    </member>
642    <member name="M:System.Data.Services.Common.EntityPropertyMappingAttribute.#ctor(System.String,System.String,System.String,System.String,System.Boolean)">
643      <summary>Creates an instance of the <see cref="T:System.Data.Services.Common.EntityPropertyMappingAttribute" /> to map a property to a custom feed element.</summary>
644      <param name="sourcePath">The name of the property of the entity type, as string, that is mapped to the specified property in the feed.</param>
645      <param name="targetPath">The name of the target, as string, in the resulting feed to which the property is mapped.</param>
646      <param name="targetNamespacePrefix">This parameter, together with <paramref name="targetNamespaceUri" />, specifies the namespace in which the <paramref name="targetPath " />element exists.</param>
647      <param name="targetNamespaceUri">Specifies the namespace URI of the element, as string, specified by the <paramref name="targetName" /> property. </param>
648      <param name="keepInContent">Boolean value that is <see langword="true" /> when the property being mapped should appear both in its mapped-to location and in the content section of the feed. </param>
649    </member>
650    <member name="M:System.Data.Services.Common.EntitySetAttribute.#ctor(System.String)">
651      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Common.EntitySetAttribute" />.</summary>
652      <param name="entitySet">The entity set to which the class belongs.</param>
653    </member>
654    <member name="M:System.Data.Services.Common.HasStreamAttribute.#ctor">
655      <summary>Creates a new instance of the <see cref="T:System.Data.Services.Common.HasStreamAttribute" /> class.</summary>
656    </member>
657    <member name="P:System.Data.Services.Client.ChangeOperationResponse.Descriptor">
658      <summary>Gets the <see cref="T:System.Data.Services.Client.EntityDescriptor" /> or <see cref="T:System.Data.Services.Client.LinkDescriptor" /> modified by a change operation.</summary>
659      <returns>An <see cref="T:System.Data.Services.Client.EntityDescriptor" /> or <see cref="T:System.Data.Services.Client.LinkDescriptor" /> modified by a change operation. </returns>
660    </member>
661    <member name="P:System.Data.Services.Client.DataServiceClientException.StatusCode">
662      <summary>Gets the HTTP error status code returned after <see cref="T:System.Data.Services.Client.DataServiceClientException" />.</summary>
663      <returns>An integer value that represents the exception.</returns>
664    </member>
665    <member name="P:System.Data.Services.Client.DataServiceCollection`1.Continuation">
666      <summary>Gets a continuation object that is used to return the next set of paged results.</summary>
667      <returns>A <see cref="T:System.Data.Services.Client.DataServiceQueryContinuation`1" /> object that contains the URI to return the next set of paged results.</returns>
668    </member>
669    <member name="P:System.Data.Services.Client.DataServiceContext.ApplyingChanges">
670      <summary>Gets a value that indicates whether the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is currently applying changes to tracked objects.</summary>
671      <returns>Returns <see langword="true" /> when changes are currently being applied; otherwise returns <see langword="false" />.</returns>
672    </member>
673    <member name="P:System.Data.Services.Client.DataServiceContext.BaseUri">
674      <summary>Gets the absolute URI identifying the root of the target data service. </summary>
675      <returns>An absolute URI that identifies the root of a T data service.</returns>
676    </member>
677    <member name="P:System.Data.Services.Client.DataServiceContext.Credentials">
678      <summary>Gets or sets the authentication information that is used by each query created by using the <see cref="T:System.Data.Services.Client.DataServiceContext" /> object.</summary>
679      <returns>The base authentication interface for retrieving credentials for Web client authentication.</returns>
680    </member>
681    <member name="P:System.Data.Services.Client.DataServiceContext.DataNamespace">
682      <summary>Gets or sets the XML namespace for data items, not metadata items, of an Atom payload.</summary>
683      <returns>A string representing the XML namespace for data items of a payload in the ATOM format.</returns>
684    </member>
685    <member name="P:System.Data.Services.Client.DataServiceContext.Entities">
686      <summary>Gets a list of all the resources currently being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</summary>
687      <returns>A list of <see cref="T:System.Data.Services.Client.EntityDescriptor" /> objects that represent all the resources currently being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />. </returns>
688    </member>
689    <member name="P:System.Data.Services.Client.DataServiceContext.IgnoreMissingProperties">
690      <summary>Gets or sets whether the properties read from the type must be mapped to properties on the client-side type.</summary>
691      <returns>A Boolean value that indicates whether the properties read from the type must be mapped to properties on the client-side type.</returns>
692    </member>
693    <member name="P:System.Data.Services.Client.DataServiceContext.IgnoreResourceNotFoundException">
694      <summary>Gets or sets whether an exception is raised when a 404 error (resource not found) is returned by the data service. </summary>
695      <returns>When set to <see langword="true" />, the client library returns an empty set instead of raising a <see cref="T:System.Data.Services.Client.DataServiceQueryException" /> when the data service returns an HTTP 404: Resource Not Found error.</returns>
696    </member>
697    <member name="P:System.Data.Services.Client.DataServiceContext.Links">
698      <summary>Gets the collection of all associations or links currently being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> object.</summary>
699      <returns>A collection of <see cref="T:System.Data.Services.Client.LinkDescriptor" /> objects that represent all associations or links current being tracked by the current being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> object.</returns>
700    </member>
701    <member name="P:System.Data.Services.Client.DataServiceContext.MergeOption">
702      <summary>Gets or sets the synchronization option for receiving entities from a data service.</summary>
703      <returns>One of the members of the <see cref="T:System.Data.Services.Client.MergeOption" /> enumeration.</returns>
704    </member>
705    <member name="P:System.Data.Services.Client.DataServiceContext.ResolveName">
706      <summary>Gets or sets a function to override the default type resolution strategy used by the client library when you send entities to a data service.</summary>
707      <returns>Returns a string that contains the name of the <see cref="T:System.Data.Services.Client.DataServiceContext" />.</returns>
708    </member>
709    <member name="P:System.Data.Services.Client.DataServiceContext.ResolveType">
710      <summary>Gets or sets a function that is used to override the default type resolution option that is used by the client library when receiving entities from a data service.</summary>
711      <returns>A function delegate that identifies an override function that is used to override the default type resolution option that is used by the client library.</returns>
712    </member>
713    <member name="P:System.Data.Services.Client.DataServiceContext.SaveChangesDefaultOptions">
714      <summary>Gets or sets the <see cref="T:System.Data.Services.Client.SaveChangesOptions" /> values that are used by the <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> method.</summary>
715      <returns>The current options for the save changes operation.</returns>
716    </member>
717    <member name="P:System.Data.Services.Client.DataServiceContext.Timeout">
718      <summary>Gets or sets the time-out option that is used for the underlying HTTP request to the data service.</summary>
719      <returns>An integer that indicates the time interval before time-out of a service request.</returns>
720    </member>
721    <member name="P:System.Data.Services.Client.DataServiceContext.TypeScheme">
722      <summary>Gets or sets the URI used to indicate what type scheme is used by the service.</summary>
723      <returns>A <see cref="T:System.Uri" /> object that contains the type scheme.</returns>
724    </member>
725    <member name="P:System.Data.Services.Client.DataServiceContext.UsePostTunneling">
726      <summary>Gets or sets a Boolean value that indicates whether to use post tunneling.</summary>
727      <returns>A Boolean value that indicates whether to use post tunneling.</returns>
728    </member>
729    <member name="P:System.Data.Services.Client.DataServiceQuery.Expression">
730      <summary>Represents an expression that contains the query to the data service.</summary>
731      <returns>An <see cref="T:System.Linq.Expressions.Expression" /> object that represents the query.</returns>
732    </member>
733    <member name="P:System.Data.Services.Client.DataServiceQuery.Provider">
734      <summary>Represents the query provider instance.</summary>
735      <returns>An <see cref="T:System.Linq.IQueryProvider" /> representing the data source provider.</returns>
736    </member>
737    <member name="P:System.Data.Services.Client.DataServiceQuery`1.ElementType">
738      <summary>Returns the type of the object used in the template to create the <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> instance.</summary>
739      <returns>Returns <see cref="T:System.Type" /> representing the type used in the template when the query is created.</returns>
740    </member>
741    <member name="P:System.Data.Services.Client.DataServiceQuery`1.Expression">
742      <summary>Represents an expression containing the query to the data service.</summary>
743      <returns>A <see cref="T:System.Linq.Expressions.Expression" /> object representing the query.</returns>
744    </member>
745    <member name="P:System.Data.Services.Client.DataServiceQuery`1.Provider">
746      <summary>Represents the query provider instance.</summary>
747      <returns>A <see cref="T:System.Linq.IQueryProvider" /> representing the data source provider.</returns>
748    </member>
749    <member name="P:System.Data.Services.Client.DataServiceQuery`1.RequestUri">
750      <summary>Get the URI for the query.</summary>
751      <returns>The URI of the request.</returns>
752    </member>
753    <member name="P:System.Data.Services.Client.DataServiceQueryContinuation.NextLinkUri">
754      <summary>Gets the URI that is used to return the next page of data from a paged query result.</summary>
755      <returns>A URI that returns the next page of data.</returns>
756    </member>
757    <member name="P:System.Data.Services.Client.DataServiceQueryException.Response">
758      <summary>Gets the <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> that indicates the exception results.</summary>
759      <returns>A <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> object that indicates the exception results.</returns>
760    </member>
761    <member name="P:System.Data.Services.Client.DataServiceRequest.ElementType">
762      <summary>Gets the type of object submitted as a batch to the data service.</summary>
763      <returns>Type object.</returns>
764    </member>
765    <member name="P:System.Data.Services.Client.DataServiceRequest.RequestUri">
766      <summary>Gets the URI of the request object submitted to a data service.</summary>
767      <returns>URI of the request object.</returns>
768    </member>
769    <member name="P:System.Data.Services.Client.DataServiceRequest`1.ElementType">
770      <summary>Gets the type of the object used to create the <see cref="T:System.Data.Services.Client.DataServiceRequest`1" /> instance.</summary>
771      <returns>A <see cref="System.Type" /> value that indicates the type of data returned.</returns>
772    </member>
773    <member name="P:System.Data.Services.Client.DataServiceRequest`1.RequestUri">
774      <summary>Gets the URI object that contains the request string. </summary>
775      <returns>A <see cref="System.Uri" /> object that contains the request string.</returns>
776    </member>
777    <member name="P:System.Data.Services.Client.DataServiceRequestArgs.AcceptContentType">
778      <summary>Gets or sets the Accept header of the request message.</summary>
779      <returns>The value of the Accept header.</returns>
780    </member>
781    <member name="P:System.Data.Services.Client.DataServiceRequestArgs.ContentType">
782      <summary>Gets or sets the Content-Type header of the request message.</summary>
783      <returns>The value of the Content-Type header.</returns>
784    </member>
785    <member name="P:System.Data.Services.Client.DataServiceRequestArgs.Headers">
786      <summary>Gets the headers in the request message.</summary>
787      <returns>The headers in the request message.</returns>
788    </member>
789    <member name="P:System.Data.Services.Client.DataServiceRequestArgs.Slug">
790      <summary>Gets or sets the value of the Slug header of the request message.</summary>
791      <returns>A value that is the Slug header of the request. </returns>
792    </member>
793    <member name="P:System.Data.Services.Client.DataServiceRequestException.Response">
794      <summary>Gets the response as a <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object. </summary>
795      <returns>A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object.</returns>
796    </member>
797    <member name="P:System.Data.Services.Client.DataServiceResponse.BatchHeaders">
798      <summary>The headers from an HTTP response associated with a batch request.</summary>
799      <returns>An <see cref="T:System.Collections.IDictionary" /> object containing the name-value pairs of an HTTP response.</returns>
800    </member>
801    <member name="P:System.Data.Services.Client.DataServiceResponse.BatchStatusCode">
802      <summary>The status code from an HTTP response associated with a batch request.</summary>
803      <returns>An integer based on status codes defined in Hypertext Transfer Protocol.</returns>
804    </member>
805    <member name="P:System.Data.Services.Client.DataServiceResponse.IsBatchResponse">
806      <summary>Gets a Boolean value that indicates whether the response contains multiple results.</summary>
807      <returns>A Boolean value that indicates whether the response contains multiple results.</returns>
808    </member>
809    <member name="P:System.Data.Services.Client.DataServiceStreamResponse.ContentDisposition">
810      <summary>Gets the <see langword="Content-Disposition" /> header field for the response stream.</summary>
811      <returns>The contents of the <see langword="Content-Disposition" /> header field.</returns>
812    </member>
813    <member name="P:System.Data.Services.Client.DataServiceStreamResponse.ContentType">
814      <summary>Gets the content type of the response stream.</summary>
815      <returns>The content type of the response stream.</returns>
816    </member>
817    <member name="P:System.Data.Services.Client.DataServiceStreamResponse.Headers">
818      <summary>Gets the collection of headers from the response.</summary>
819      <returns>The headers collection from the response message as a <see cref="T:System.Collections.Generic.Dictionary`2" /> object.</returns>
820    </member>
821    <member name="P:System.Data.Services.Client.DataServiceStreamResponse.Stream">
822      <summary>Gets the binary property data from the data service as a binary stream. </summary>
823      <returns>The stream that contains the binary property data.</returns>
824      <exception cref="T:System.ObjectDisposedException">When the <see cref="T:System.Data.Services.Client.DataServiceStreamResponse" /> is already disposed.</exception>
825    </member>
826    <member name="P:System.Data.Services.Client.Descriptor.State">
827      <summary>When overridden in a derived class, gets the state of the object at the time this instance was constructed.</summary>
828      <returns>An <see cref="T:System.Data.Services.Client.EntityStates" /> of the object returned at the time this instance was constructed.  </returns>
829    </member>
830    <member name="P:System.Data.Services.Client.EntityChangedParams.Context">
831      <summary>The context that is associated with the entity object that has changed.</summary>
832      <returns>The context that is tracking the changed object.</returns>
833    </member>
834    <member name="P:System.Data.Services.Client.EntityChangedParams.Entity">
835      <summary>The entity object that has changed.</summary>
836      <returns>The changed object.</returns>
837    </member>
838    <member name="P:System.Data.Services.Client.EntityChangedParams.PropertyName">
839      <summary>The name of the property on the entity object that references the target object.</summary>
840      <returns>The name of the changed property.</returns>
841    </member>
842    <member name="P:System.Data.Services.Client.EntityChangedParams.PropertyValue">
843      <summary>The object that is currently referenced by the changed property on the entity object.</summary>
844      <returns>The current value that references a target entity. </returns>
845    </member>
846    <member name="P:System.Data.Services.Client.EntityChangedParams.SourceEntitySet">
847      <summary>The entity set of the source object.</summary>
848      <returns>An entity set name.</returns>
849    </member>
850    <member name="P:System.Data.Services.Client.EntityChangedParams.TargetEntitySet">
851      <summary>The entity set to which the target entity object belongs</summary>
852      <returns>An entity set name.</returns>
853    </member>
854    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.Action">
855      <summary>A <see cref="T:System.Collections.Specialized.NotifyCollectionChangedAction" /> value that indicates how the collection was changed. </summary>
856      <returns>A value that indicates how the collection was changed.</returns>
857    </member>
858    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.Collection">
859      <summary>The <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> that has changed.</summary>
860      <returns>A reference to the collection that has changed.</returns>
861    </member>
862    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.Context">
863      <summary>The <see cref="T:System.Data.Services.Client.DataServiceContext" /> associated with the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> that has changed.</summary>
864      <returns>The context associated with the collection that has changed</returns>
865    </member>
866    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.PropertyName">
867      <summary>The navigation property on the source object that references the collection that has changed.</summary>
868      <returns>The navigation property name.</returns>
869    </member>
870    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.SourceEntity">
871      <summary>The source object that references the target object in the collection by using a navigation property. </summary>
872      <returns>The source object.</returns>
873    </member>
874    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.SourceEntitySet">
875      <summary>The entity set of the source object.</summary>
876      <returns>An entity set name.</returns>
877    </member>
878    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.TargetEntity">
879      <summary>The entity object in the collection that has changed.</summary>
880      <returns>The changed entity object in the collection.</returns>
881    </member>
882    <member name="P:System.Data.Services.Client.EntityCollectionChangedParams.TargetEntitySet">
883      <summary>The entity set name of the object in the collection.</summary>
884      <returns>An entity set name.</returns>
885    </member>
886    <member name="P:System.Data.Services.Client.EntityDescriptor.EditLink">
887      <summary>Gets or sets the URI that modifies the entity.</summary>
888      <returns>The edit link URI for the entity resource.</returns>
889    </member>
890    <member name="P:System.Data.Services.Client.EntityDescriptor.EditStreamUri">
891      <summary>Gets or sets the URI that modifies the binary property data of the entity.</summary>
892      <returns>The <see cref="P:System.Data.Services.Client.EntityDescriptor.EditStreamUri" /> property contains the edit-media link URI for the Media Resource that is associated with the entity, which is a Media Link Entry.</returns>
893    </member>
894    <member name="P:System.Data.Services.Client.EntityDescriptor.Entity">
895      <summary>Gets the entity that contains the update data.</summary>
896      <returns>An object that contains update data.</returns>
897    </member>
898    <member name="P:System.Data.Services.Client.EntityDescriptor.ETag">
899      <summary>Gets an eTag value that indicates the state of data targeted for update since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</summary>
900      <returns>A string value that indicates the state of data.</returns>
901    </member>
902    <member name="P:System.Data.Services.Client.EntityDescriptor.Identity">
903      <summary>Gets or sets the URI that is the identity value of the entity.</summary>
904      <returns>The <see cref="P:System.Data.Services.Client.EntityDescriptor.Identity" /> property corresponds to the <see langword="identity" /> element of the <see langword="entry" /> that represents the entity in the Atom response.</returns>
905    </member>
906    <member name="P:System.Data.Services.Client.EntityDescriptor.ParentForInsert">
907      <summary>Gets the parent entity that is related to the entity.</summary>
908      <returns>An object that is the parent entity in the relationship link.</returns>
909    </member>
910    <member name="P:System.Data.Services.Client.EntityDescriptor.ParentPropertyForInsert">
911      <summary>Gets the name of the property of the entity that is a navigation property and links to the parent entity.</summary>
912      <returns>The name of the parent property.</returns>
913    </member>
914    <member name="P:System.Data.Services.Client.EntityDescriptor.ReadStreamUri">
915      <summary>Gets or sets the URI that accesses the binary property data of the entity.</summary>
916      <returns>A URI that accesses the binary property as a stream.</returns>
917    </member>
918    <member name="P:System.Data.Services.Client.EntityDescriptor.SelfLink">
919      <summary>Gets or sets the URI that is used to return the entity resource.</summary>
920      <returns>A URI that returns the entity.</returns>
921    </member>
922    <member name="P:System.Data.Services.Client.EntityDescriptor.ServerTypeName">
923      <summary>Gets or sets the name of the type in the data source to which the entity is mapped.</summary>
924      <returns>A string that is the name of the data type.</returns>
925    </member>
926    <member name="P:System.Data.Services.Client.EntityDescriptor.StreamETag">
927      <summary>Gets the eTag for the media resource associated with an entity that is a media link entry.</summary>
928      <returns>A string value that indicates the state of data.</returns>
929    </member>
930    <member name="P:System.Data.Services.Client.LinkDescriptor.Source">
931      <summary>A source entity in a link returned by a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.</summary>
932      <returns>
933          <see cref="T:System.Object" />.</returns>
934    </member>
935    <member name="P:System.Data.Services.Client.LinkDescriptor.SourceProperty">
936      <summary>The identifier property of the source entity in a link returned by a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.</summary>
937      <returns>The string identifier of an identity property in a source entity. </returns>
938    </member>
939    <member name="P:System.Data.Services.Client.LinkDescriptor.Target">
940      <summary>The source entity in a link returned by a <see cref="T:System.Data.Services.Client.DataServiceResponse" />. </summary>
941      <returns>
942          <see cref="T:System.Object" />.</returns>
943    </member>
944    <member name="P:System.Data.Services.Client.MediaEntryAttribute.MediaMemberName">
945      <summary>The name of the property on the class that holds the media, usually binary data.</summary>
946      <returns>A string value that identifies the property that holds media data.</returns>
947    </member>
948    <member name="P:System.Data.Services.Client.MimeTypePropertyAttribute.DataPropertyName">
949      <summary>Gets the name of the <see langword="MimeTypePropertyAttribute" />.</summary>
950      <returns>A string that contains the name of the property attribute. </returns>
951    </member>
952    <member name="P:System.Data.Services.Client.MimeTypePropertyAttribute.MimeTypePropertyName">
953      <summary>Gets the Mime type of the <see langword="MimeTypePropertyAttribute" /></summary>
954      <returns>A string that contains the Mime type of the property attribute. </returns>
955    </member>
956    <member name="P:System.Data.Services.Client.OperationResponse.Error">
957      <summary>Gets error thrown by the operation.</summary>
958      <returns>An <see cref="T:System.Exception" /> object that contains the error.</returns>
959    </member>
960    <member name="P:System.Data.Services.Client.OperationResponse.Headers">
961      <summary>When overridden in a derived class, contains the HTTP response headers associated with a single operation.</summary>
962      <returns>
963          <see cref="T:System.Collections.IDictionary" /> object that contains name value pairs of headers and values.</returns>
964    </member>
965    <member name="P:System.Data.Services.Client.OperationResponse.StatusCode">
966      <summary>When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.</summary>
967      <returns>Integer value that contains response code.</returns>
968    </member>
969    <member name="P:System.Data.Services.Client.QueryOperationResponse.Query">
970      <summary>Gets the <see cref="T:System.Data.Services.Client.DataServiceQuery" /> that generates the <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> items. </summary>
971      <returns>A <see cref="T:System.Data.Services.Client.DataServiceQuery" /> object.</returns>
972    </member>
973    <member name="P:System.Data.Services.Client.QueryOperationResponse.TotalCount">
974      <summary>The server result set count value from a query, if the query has requested the value.</summary>
975      <returns>The return value can be either a zero or positive value equal to the number of entities in the set on the server.</returns>
976      <exception cref="T:System.InvalidOperationException">Thrown when the count tag is not found in the response stream.</exception>
977    </member>
978    <member name="P:System.Data.Services.Client.QueryOperationResponse`1.TotalCount">
979      <summary>The server result set count value from a query, if the query has requested the value.</summary>
980      <returns>The return value can be either zero or a positive value equal to the number of entities in the set on the server.</returns>
981    </member>
982    <member name="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Data">
983      <summary>Gets an XML Atom entry or feed data represented as <see cref="T:System.Xml.Linq.XElement" />.</summary>
984      <returns>
985          <see cref="T:System.Xml.Linq.XElement" />
986        </returns>
987    </member>
988    <member name="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Entity">
989      <summary>Gets the object representation of data returned from the <see cref="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Data" /> property. </summary>
990      <returns>
991          <see cref="T:System.Object" /> representation of the <see cref="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Data" /> property.</returns>
992    </member>
993    <member name="P:System.Data.Services.Client.SendingRequestEventArgs.Request">
994      <summary>Gets or sets the <see cref="T:System.Net.HttpWebRequest" /> instance about to be sent by the client library to the data service.</summary>
995      <returns>
996          <see cref="T:System.Net.HttpWebRequest" />.</returns>
997    </member>
998    <member name="P:System.Data.Services.Client.SendingRequestEventArgs.RequestHeaders">
999      <summary>Gets the collection protocol headers that are associated with the request to the data service.</summary>
1000      <returns>A collection of protocol headers that are associated with the request.</returns>
1001    </member>
1002    <member name="P:System.Data.Services.Common.DataServiceKeyAttribute.KeyNames">
1003      <summary>Gets the names of key attributes.</summary>
1004      <returns>String value that contains names of key attributes. </returns>
1005    </member>
1006    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.KeepInContent">
1007      <summary>Gets a Boolean value that indicates whether a property value should be repeated both in the content section of the feed and in the mapped location.</summary>
1008      <returns>A <see cref="T:System.Boolean" /> value that is <see langword="true" /> when the property is mapped into both locations in the feed; otherwise, <see langword="false" />.</returns>
1009    </member>
1010    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.SourcePath">
1011      <summary>Gets the name of the property of the syndication item that will be mapped to the specified element of the feed.</summary>
1012      <returns>String value that contains property name.</returns>
1013    </member>
1014    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetNamespacePrefix">
1015      <summary>Gets a string value that, together with <see cref="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetNamespaceUri" />, specifies the namespace in which the <see cref="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetPath" /> element exists.</summary>
1016      <returns>String value that contains the target namespace prefix.</returns>
1017    </member>
1018    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetNamespaceUri">
1019      <summary>Gets a string value that specifies the namespace URI of the element specified by the <see cref="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetPath" /> property.</summary>
1020      <returns>String that contains the namespace URI.</returns>
1021    </member>
1022    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetPath">
1023      <summary>Gets the name of the custom target in the feed to which the property is mapped.</summary>
1024      <returns>String value with target XML element or attribute.</returns>
1025    </member>
1026    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetSyndicationItem">
1027      <summary>Gets a property on the <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> class.</summary>
1028      <returns>A <see cref="T:System.ServiceModel.Syndication.SyndicationItem" /> object.</returns>
1029    </member>
1030    <member name="P:System.Data.Services.Common.EntityPropertyMappingAttribute.TargetTextContentKind">
1031      <summary>Gets the type of content of the property mapped by <see cref="T:System.Data.Services.Common.EntityPropertyMappingAttribute" />.</summary>
1032      <returns>A string that identifies the type of content in the feed element.</returns>
1033    </member>
1034    <member name="P:System.Data.Services.Common.EntitySetAttribute.EntitySet">
1035      <summary>Gets the entity set to which the class belongs.</summary>
1036      <returns>The entity set as string value. </returns>
1037    </member>
1038    <member name="T:System.Data.Services.Client.ChangeOperationResponse">
1039      <summary>Results returned after a call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> when enumerating operation responses returned by the <see cref="T:System.Data.Services.Client.DataServiceResponse" /> class.</summary>
1040    </member>
1041    <member name="T:System.Data.Services.Client.DataServiceClientException">
1042      <summary>Represents errors that occur during execution of WCF Data Services client applications.</summary>
1043    </member>
1044    <member name="T:System.Data.Services.Client.DataServiceCollection`1">
1045      <summary>Represents a dynamic entity collection that provides notifications when items get added, removed, or when the list is refreshed.</summary>
1046      <typeparam name="T">An entity type.</typeparam>
1047    </member>
1048    <member name="T:System.Data.Services.Client.DataServiceContext">
1049      <summary>The <see cref="T:System.Data.Services.Client.DataServiceContext" /> represents the runtime context of the data service. </summary>
1050    </member>
1051    <member name="T:System.Data.Services.Client.DataServiceQuery">
1052      <summary>An abstract class that represents a single query request to WCF Data Services. </summary>
1053    </member>
1054    <member name="T:System.Data.Services.Client.DataServiceQuery`1">
1055      <summary>Represents a single query request to a data service.</summary>
1056      <typeparam name="TElement">Type of results returned by the query.</typeparam>
1057    </member>
1058    <member name="T:System.Data.Services.Client.DataServiceQueryContinuation">
1059      <summary>Encapsulates a URI that returns the next page of a paged WCF Data Services query result.</summary>
1060    </member>
1061    <member name="T:System.Data.Services.Client.DataServiceQueryContinuation`1">
1062      <summary>Encapsulates a URI that returns the next page of a paged WCF Data Services query result. </summary>
1063      <typeparam name="T">The type of continuation token.</typeparam>
1064    </member>
1065    <member name="T:System.Data.Services.Client.DataServiceQueryException">
1066      <summary>Exception that indicates an error occurred loading the property value from the data service. </summary>
1067    </member>
1068    <member name="T:System.Data.Services.Client.DataServiceRequest">
1069      <summary>Represents request objects submitted as a batch to WCF Data Services.</summary>
1070    </member>
1071    <member name="T:System.Data.Services.Client.DataServiceRequest`1">
1072      <summary>Represents request objects submitted as a batch to the data service.</summary>
1073    </member>
1074    <member name="T:System.Data.Services.Client.DataServiceRequestArgs">
1075      <summary>Represents additional metadata that is included in a request message to WCF Data Services.</summary>
1076    </member>
1077    <member name="T:System.Data.Services.Client.DataServiceRequestException">
1078      <summary>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 &lt;error&gt;. This class cannot be inherited.</summary>
1079    </member>
1080    <member name="T:System.Data.Services.Client.DataServiceResponse">
1081      <summary>Represents the response to operations sent to the data service as a result of calling <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />. </summary>
1082    </member>
1083    <member name="T:System.Data.Services.Client.DataServiceStreamResponse">
1084      <summary>Represents a response from WCF Data Services that contains binary data as a stream.</summary>
1085    </member>
1086    <member name="T:System.Data.Services.Client.Descriptor">
1087      <summary>Abstract class from which <see cref="T:System.Data.Services.Client.EntityDescriptor" /> is derived.</summary>
1088    </member>
1089    <member name="T:System.Data.Services.Client.EntityChangedParams">
1090      <summary>Encapsulates the arguments of a <see cref="E:System.ComponentModel.INotifyPropertyChanged.PropertyChanged" /> delegate</summary>
1091    </member>
1092    <member name="T:System.Data.Services.Client.EntityCollectionChangedParams">
1093      <summary>Encapsulates the arguments of a <see cref="E:System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged" /> delegate.</summary>
1094    </member>
1095    <member name="T:System.Data.Services.Client.EntityDescriptor">
1096      <summary>Description of modifications done to entities by operations returned in a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.</summary>
1097    </member>
1098    <member name="T:System.Data.Services.Client.EntityStates">
1099      <summary>Represents the enumeration that identifies the state of an entity being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.  </summary>
1100    </member>
1101    <member name="F:System.Data.Services.Client.EntityStates.Detached">
1102      <summary>The entity was detached since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</summary>
1103    </member>
1104    <member name="F:System.Data.Services.Client.EntityStates.Unchanged">
1105      <summary>The entity is unchanged since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</summary>
1106    </member>
1107    <member name="F:System.Data.Services.Client.EntityStates.Added">
1108      <summary>The entity was added since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</summary>
1109    </member>
1110    <member name="F:System.Data.Services.Client.EntityStates.Deleted">
1111      <summary>The entity was deleted since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</summary>
1112    </member>
1113    <member name="F:System.Data.Services.Client.EntityStates.Modified">
1114      <summary>The entity was modified since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.</summary>
1115    </member>
1116    <member name="T:System.Data.Services.Client.LinkDescriptor">
1117      <summary>Provides a description of modifications done to entities by operations returned in a <see cref="T:System.Data.Services.Client.DataServiceResponse" />. </summary>
1118    </member>
1119    <member name="T:System.Data.Services.Client.MediaEntryAttribute">
1120      <summary>Signifies that the specified class is to be treated as a media link entry. </summary>
1121    </member>
1122    <member name="T:System.Data.Services.Client.MergeOption">
1123      <summary>Determines the synchronization option for sending or receiving entities to or from WCF Data Services. </summary>
1124    </member>
1125    <member name="F:System.Data.Services.Client.MergeOption.AppendOnly">
1126      <summary>Append new entities only. Existing entities or their original values will not be modified. No client-side changes are lost in this merge. This is the default behavior.</summary>
1127    </member>
1128    <member name="F:System.Data.Services.Client.MergeOption.OverwriteChanges">
1129      <summary>All current values on the client are overwritten with current values from the data service regardless of whether they have been changed on the client. </summary>
1130    </member>
1131    <member name="F:System.Data.Services.Client.MergeOption.PreserveChanges">
1132      <summary>Current values that have been changed on the client are not modified, but any unchanged values are updated with current values from the data service. No client-side changes are lost in this merge.</summary>
1133    </member>
1134    <member name="F:System.Data.Services.Client.MergeOption.NoTracking">
1135      <summary>Objects are always loaded from persisted storage. Any property changes made to objects in the object context are overwritten by the data source values.</summary>
1136    </member>
1137    <member name="T:System.Data.Services.Client.MimeTypePropertyAttribute">
1138      <summary>Annotates a property on a class that has been annotated with the <see cref="T:System.Data.Services.Client.MediaEntryAttribute" />. </summary>
1139    </member>
1140    <member name="T:System.Data.Services.Client.OperationResponse">
1141      <summary>Abstract class that represents the response of a single query or create, update, or delete operation.  </summary>
1142    </member>
1143    <member name="T:System.Data.Services.Client.QueryOperationResponse">
1144      <summary>Represents the responses to a <see cref="T:System.Data.Services.Client.DataServiceQuery" />. </summary>
1145    </member>
1146    <member name="T:System.Data.Services.Client.QueryOperationResponse`1">
1147      <summary>Represents the responses to a <see cref="T:System.Data.Services.Client.DataServiceQuery`1" />.  </summary>
1148    </member>
1149    <member name="T:System.Data.Services.Client.ReadingWritingEntityEventArgs">
1150      <summary>Gives access to the entity and an <see langword="XLinq" /> object that represents an Atom entry. <see cref="T:System.Data.Services.Client.ReadingWritingEntityEventArgs" /> is used with the <see cref="E:System.Data.Services.Client.DataServiceContext.ReadingEntity" /> and <see cref="E:System.Data.Services.Client.DataServiceContext.WritingEntity" /> events.  </summary>
1151    </member>
1152    <member name="T:System.Data.Services.Client.SaveChangesOptions">
1153      <summary>Indicates change options when <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> is called.  </summary>
1154    </member>
1155    <member name="F:System.Data.Services.Client.SaveChangesOptions.None">
1156      <summary>Pending changes are saved by using multiple requests to the server, but the operation stops on the first failure (default).</summary>
1157    </member>
1158    <member name="F:System.Data.Services.Client.SaveChangesOptions.Batch">
1159      <summary>All pending changes are saved in a single batch request.</summary>
1160    </member>
1161    <member name="F:System.Data.Services.Client.SaveChangesOptions.ContinueOnError">
1162      <summary>Pending changes are saved by using multiple requests to the server, and the operation continues after an error occurs.</summary>
1163    </member>
1164    <member name="F:System.Data.Services.Client.SaveChangesOptions.ReplaceOnUpdate">
1165      <summary>Pending updates are made by replacing all values of the entity in the data source with values from the updated entity (HTTP PUT) instead of just updating changed values (HTTP MERGE), which is the default behavior. </summary>
1166    </member>
1167    <member name="T:System.Data.Services.Client.SendingRequestEventArgs">
1168      <summary>Used with the <see cref="E:System.Data.Services.Client.DataServiceContext.SendingRequest" /> event to provide access to the <see cref="T:System.Net.HttpWebRequest" /> instance that the client is about to send to the target data service. </summary>
1169    </member>
1170    <member name="T:System.Data.Services.Client.TrackingMode">
1171      <summary>Determines whether changes that are made to a <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> are tracked.</summary>
1172    </member>
1173    <member name="F:System.Data.Services.Client.TrackingMode.None">
1174      <summary>Changes made to items in the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> are not tracked automatically by the client. </summary>
1175    </member>
1176    <member name="F:System.Data.Services.Client.TrackingMode.AutoChangeTracking">
1177      <summary>Changes to items in the <see cref="T:System.Data.Services.Client.DataServiceCollection`1" /> are automatically tracked by the client.</summary>
1178    </member>
1179    <member name="T:System.Data.Services.Common.DataServiceEntityAttribute">
1180      <summary>Marks a class as an entity type in WCF Data Services.</summary>
1181    </member>
1182    <member name="T:System.Data.Services.Common.DataServiceKeyAttribute">
1183      <summary>Denotes the key property or properties of an entity. </summary>
1184    </member>
1185    <member name="T:System.Data.Services.Common.DataServiceProtocolVersion">
1186      <summary>Represents the versions of the Open Data Protocol (OData) that the data service may support. </summary>
1187    </member>
1188    <member name="F:System.Data.Services.Common.DataServiceProtocolVersion.V1">
1189      <summary>Version 1 of the OData protocol.</summary>
1190    </member>
1191    <member name="F:System.Data.Services.Common.DataServiceProtocolVersion.V2">
1192      <summary>Version 2 of the OData protocol.</summary>
1193    </member>
1194    <member name="T:System.Data.Services.Common.EntityPropertyMappingAttribute">
1195      <summary>Attribute that specifies a custom mapping between properties of an entity type and elements of an entry in a feed returned by WCF Data Services. </summary>
1196    </member>
1197    <member name="T:System.Data.Services.Common.EntitySetAttribute">
1198      <summary>Indicates the entity set to which a client data service class belongs.</summary>
1199    </member>
1200    <member name="T:System.Data.Services.Common.HasStreamAttribute">
1201      <summary>Indicates that a class that is an entity type has a default binary property to stream. </summary>
1202    </member>
1203    <member name="T:System.Data.Services.Common.SyndicationItemProperty">
1204      <summary>Enumeration type used to identify the syndication item element. </summary>
1205    </member>
1206    <member name="F:System.Data.Services.Common.SyndicationItemProperty.CustomProperty">
1207      <summary>Custom property element.</summary>
1208    </member>
1209    <member name="F:System.Data.Services.Common.SyndicationItemProperty.AuthorEmail">
1210      <summary>Author email element.</summary>
1211    </member>
1212    <member name="F:System.Data.Services.Common.SyndicationItemProperty.AuthorName">
1213      <summary>Author name element.</summary>
1214    </member>
1215    <member name="F:System.Data.Services.Common.SyndicationItemProperty.AuthorUri">
1216      <summary>Author URI element.</summary>
1217    </member>
1218    <member name="F:System.Data.Services.Common.SyndicationItemProperty.ContributorEmail">
1219      <summary>Contributor email element.</summary>
1220    </member>
1221    <member name="F:System.Data.Services.Common.SyndicationItemProperty.ContributorName">
1222      <summary>Contributor name element.</summary>
1223    </member>
1224    <member name="F:System.Data.Services.Common.SyndicationItemProperty.ContributorUri">
1225      <summary>Contributor URI element.</summary>
1226    </member>
1227    <member name="F:System.Data.Services.Common.SyndicationItemProperty.Updated">
1228      <summary>Updated element.</summary>
1229    </member>
1230    <member name="F:System.Data.Services.Common.SyndicationItemProperty.Published">
1231      <summary>Published resource element.</summary>
1232    </member>
1233    <member name="F:System.Data.Services.Common.SyndicationItemProperty.Rights">
1234      <summary>Rights protected resource element.</summary>
1235    </member>
1236    <member name="F:System.Data.Services.Common.SyndicationItemProperty.Summary">
1237      <summary>Summary element.</summary>
1238    </member>
1239    <member name="F:System.Data.Services.Common.SyndicationItemProperty.Title">
1240      <summary>Title element.</summary>
1241    </member>
1242    <member name="T:System.Data.Services.Common.SyndicationTextContentKind">
1243      <summary>Enumeration used to identify text content of syndication item. </summary>
1244    </member>
1245    <member name="F:System.Data.Services.Common.SyndicationTextContentKind.Plaintext">
1246      <summary>Plain text content.</summary>
1247    </member>
1248    <member name="F:System.Data.Services.Common.SyndicationTextContentKind.Html">
1249      <summary>HTML content.</summary>
1250    </member>
1251    <member name="F:System.Data.Services.Common.SyndicationTextContentKind.Xhtml">
1252      <summary>XHTML content.</summary>
1253    </member>
1254  </members>
1255</doc>