System.Data.Services.Client Namespace
Representa a biblioteca de cliente do .NET Framework que os aplicativos podem usar para interagir com o WCF Data Services. Represents the .NET Framework client library that applications can use to interact with WCF Data Services.
Classes
| ChangeOperationResponse |
Os resultados retornados após uma chamada para SaveChanges() ao enumerar as respostas de operação retornadas pela classe DataServiceResponse.Results returned after a call to SaveChanges() when enumerating operation responses returned by the DataServiceResponse class. |
| DataServiceClientException |
Representa erros que ocorrem durante a execução de aplicativos cliente do WCF Data Services.Represents errors that occur during execution of WCF Data Services client applications. |
| DataServiceCollection<T> |
Representa uma coleção de entidades dinâmica que oferece notificações quando itens são adicionados e removidos ou quando a lista é atualizada.Represents a dynamic entity collection that provides notifications when items get added, removed, or when the list is refreshed. |
| DataServiceContext |
O DataServiceContext representa o contexto do runtime do serviço de dados.The DataServiceContext represents the runtime context of the data service. |
| DataServiceQuery |
Uma classe abstrata que representa uma única solicitação de consulta para o WCF Data Services.An abstract class that represents a single query request to WCF Data Services. |
| DataServiceQuery<TElement> |
Representa uma solicitação de consulta simples para um serviço de dados.Represents a single query request to a data service. |
| DataServiceQueryContinuation |
Encapsula um URI que retorna a próxima página de um resultado paginado da consulta do WCF Data Services.Encapsulates a URI that returns the next page of a paged WCF Data Services query result. |
| DataServiceQueryContinuation<T> |
Encapsula um URI que retorna a próxima página de um resultado paginado da consulta do WCF Data Services.Encapsulates a URI that returns the next page of a paged WCF Data Services query result. |
| DataServiceQueryException |
Exceção que indica um erro ao carregar o valor da propriedade do serviço de dados.Exception that indicates an error occurred loading the property value from the data service. |
| DataServiceRequest |
Representa objetos de solicitação enviados como um lote para o WCF Data Services.Represents request objects submitted as a batch to WCF Data Services. |
| DataServiceRequest<TElement> |
Representa objetos de solicitação enviados como um lote para o serviço de dados.Represents request objects submitted as a batch to the data service. |
| DataServiceRequestArgs |
Representa metadados adicionais que estão incluídos em uma mensagem de solicitação para o WCF Data Services.Represents additional metadata that is included in a request message to WCF Data Services. |
| DataServiceRequestException |
Representa o erro gerado se o serviço de dados retorna um código de resposta inferior a 200 ou maior que 299, ou o elemento de nível superior na resposta é um |
| DataServiceResponse |
Representa a resposta para operações enviadas ao serviço de dados como resultado da chamada a SaveChanges().Represents the response to operations sent to the data service as a result of calling SaveChanges(). |
| DataServiceStreamResponse |
Representa uma resposta do WCF Data Services que contém dados binários como um fluxo.Represents a response from WCF Data Services that contains binary data as a stream. |
| Descriptor |
Classe abstrata da qual EntityDescriptor é derivado.Abstract class from which EntityDescriptor is derived. |
| EntityChangedParams |
Encapsula os argumentos de um delegado PropertyChanged.Encapsulates the arguments of a PropertyChanged delegate. |
| EntityCollectionChangedParams |
Encapsula os argumentos de um delegado CollectionChanged.Encapsulates the arguments of a CollectionChanged delegate. |
| EntityDescriptor |
Descrição das modificações feitas em entidades por operações retornadas em um DataServiceResponse.Description of modifications done to entities by operations returned in a DataServiceResponse. |
| LinkDescriptor |
Fornece uma descrição das modificações feitas a entidades por operações retornadas em um DataServiceResponse.Provides a description of modifications done to entities by operations returned in a DataServiceResponse. |
| MediaEntryAttribute |
Significa que a classe especificada é tratada como uma entrada do link de mídia.Signifies that the specified class is to be treated as a media link entry. |
| MimeTypePropertyAttribute |
Anota uma propriedade em uma classe que foi anotada com MediaEntryAttribute.Annotates a property on a class that has been annotated with the MediaEntryAttribute. |
| OperationResponse |
Classe abstrata que representa a resposta de uma única consulta ou operação de criar, atualizar ou excluir.Abstract class that represents the response of a single query or create, update, or delete operation. |
| QueryOperationResponse |
Representa as respostas para uma DataServiceQuery.Represents the responses to a DataServiceQuery. |
| QueryOperationResponse<T> |
Representa as respostas para uma DataServiceQuery<TElement>.Represents the responses to a DataServiceQuery<TElement>. |
| ReadingWritingEntityEventArgs |
Fornece acesso à entidade e a um objeto |
| SendingRequestEventArgs |
Usado com o evento SendingRequest para fornecer acesso à instância de HttpWebRequest que o cliente está prestes a enviar para o serviço de dados de destino.Used with the SendingRequest event to provide access to the HttpWebRequest instance that the client is about to send to the target data service. |
Enumerações
| EntityStates |
Representa a enumeração que identifica o estado de uma entidade que está sendo rastreada pelo DataServiceContext.Represents the enumeration that identifies the state of an entity being tracked by the DataServiceContext. |
| MergeOption |
Determina a opção de sincronização para envio ou recebimento de entidades para ou do WCF Data Services.Determines the synchronization option for sending or receiving entities to or from WCF Data Services. |
| SaveChangesOptions |
Indica as opções de alteração quando SaveChanges() é chamado.Indicates change options when SaveChanges() is called. |
| TrackingMode |
Determina se as alterações feitas em um DataServiceCollection<T> são rastreadas.Determines whether changes that are made to a DataServiceCollection<T> are tracked. |