System.ServiceModel.DomainServices.Client Namespace
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Provides classes that are used from the client project for interacting with domain services.
Classes
Class | Description | |
---|---|---|
![]() |
ChangeSetEntry | Represents a domain operation to be performed on an entity. |
![]() |
ComplexObject | Base class for all complex objects. |
![]() |
DomainClient | Serves as the base class for all DomainClient implementations. |
![]() |
DomainClientResult | Represents the result of a DomainClient operation. |
![]() |
DomainContext | A DomainContext is a stateful client-side representation of a domain service, providing access to all the functionality of the service. |
![]() |
DomainException | Indicates that an unrecoverable error has occurred during the execution of a domain operation. |
![]() |
DomainOperationException | Indicates that at least one error has occurred during the processing of the domain operations on the server. |
![]() |
DomainServiceFault | Provides a message type used to communicate exception results between the server and the client. |
![]() |
Entity | Base class for all entity types. |
![]() |
EntityAction | Represents a custom method invocation on an entity. |
![]() |
EntityChangeSet | Represents a collection of changes to the Entity. |
![]() |
EntityCollection<TEntity> | Represents a collection of associated entities. |
![]() |
EntityCollectionChangedEventArgs<TEntity> | Provides event arguments for strongly typed add or remove notifications for the collections that contain entities. |
![]() |
EntityConflict | Represents an entity conflict. |
![]() |
EntityContainer | Represents a cache of entities in the form of a collection of EntitySet objects. |
![]() |
EntityKey | Base class for a key that represents a unique entity identity. The key is suitable for hashing. |
![]() |
EntityQuery | Represents a query method invocation. |
![]() |
EntityQuery<TEntity> | Represents a LINQ query over a collection of entities. |
![]() |
EntityQueryable | Contains the static extension methods that implement a subset of the LINQ pattern for EntityQuery. |
![]() |
EntityRef<TEntity> | Represents a reference to an associated entity. |
![]() |
EntitySet | Represents a collection of Entity instances. |
![]() |
EntitySet<TEntity> | Represents a collection of Entity instances that provides change tracking and other services. |
![]() |
InvokeArgs | Represents the information required to call an invoke operation. |
![]() |
InvokeCompletedResult | Represents the result of an invoke operation. |
![]() |
InvokeOperation | Represents an asynchronous invoke operation. |
![]() |
InvokeOperation<TValue> | Represents an asynchronous invoke operation. |
![]() |
LoadOperation | Represents an asynchronous load operation. |
![]() |
LoadOperation<TEntity> | Represents an asynchronous load operation. |
![]() |
OperationBase | Represents an asynchronous operation. |
![]() |
QueryCompletedResult | Represents the result of a query operation. |
![]() |
QueryResult | Message type used to communicate query results between the server and the client. |
![]() |
QueryResult<T> | Message type used to communicate query results between the server and client. |
![]() |
SubmitCompletedResult | Represents the result of a submit operation. |
![]() |
SubmitOperation | Represents an asynchronous submit operation. |
![]() |
ValidationResultInfo | Contains information about the error that occurred during execution of an operation on the server. |
![]() |
WebDomainClient<TContract> | Provides the default domain client implementation using Windows Communication Foundation (WCF). |
Enumerations
Enumeration | Description | |
---|---|---|
![]() |
EntityOperationType | Describes the types of operations that can be performed on an Entity. |
![]() |
EntitySetOperations | Enumeration of the types of operations permitted on an EntitySet. |
![]() |
EntityState | Describes the possible states for an Entity. |
![]() |
LoadBehavior | Specifies control identity cache behavior when loading entities. |
![]() |
OperationErrorStatus | Describes the errors that occur during an operation. |