원문 : http://msdn.microsoft.com/ko-kr/library/system.servicemodel.domainservices.client(VS.91).aspx
Enumerations
System.ServiceModel.DomainServices.Client Namespace
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. | |
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(Of TEntity) | Represents a collection of associated entities. | |
EntityCollectionChangedEventArgs(Of 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(Of 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(Of TEntity) | Represents a reference to an associated entity. | |
EntitySet | Represents a collection of Entity instances. | |
EntitySet(Of 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(Of TValue) | Represents an asynchronous invoke operation. | |
LoadOperation | Represents an asynchronous load operation. | |
LoadOperation(Of 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(Of 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(Of TContract) | Provides the default domain client implementation using 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. |
'Silverlight > WCF Ria Service' 카테고리의 다른 글
Silverlight 에서 Ria Service 를 통해 Int 값이나 String 값을 가져오기 (0) | 2010.09.04 |
---|---|
Domain Context 데이터 연속 바인딩 하기 (0) | 2010.08.03 |
Silverlight + Ria Domainservice 연동 (0) | 2010.08.01 |
SP with RIA (0) | 2010.08.01 |
WCF RIA Services Guide (0) | 2010.07.28 |
WCF Ria DomainService 를 이용한 데이터 바인딩 (0) | 2010.07.28 |