ChangeSet Class
WCF RIA Services
[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.]
Represents a set of changes to be processed by a DomainService.
Namespace: System.ServiceModel.DomainServices.Server
Assembly: System.ServiceModel.DomainServices.Server (in System.ServiceModel.DomainServices.Server.dll)
The ChangeSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeSetEntries | Gets the collection of ChangeSetEntry objects that this ChangeSet represents. |
![]() | HasError | Gets a value that indicates whether any of the ChangeSetEntry objects has an error. |
| Name | Description | |
|---|---|---|
![]() | Associate(Of TEntity, TStoreEntity) | |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetAssociatedChanges(Of TEntity, TResult)(TEntity, Expression(Of Func(Of T, TResult))) | |
![]() | GetAssociatedChanges(Of TEntity, TResult)(TEntity, Expression(Of Func(Of T, TResult)), Boolean) | |
![]() | GetAssociatedEntities(Of TEntity, TStoreEntity) | Gets the collection of presentation model entities associated with the specified data store client entity. |
![]() | GetChangeOperation | Gets the ChangeOperation for the specified member of this ChangeSet. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetOriginal(Of TEntity) | Gets the original unmodified entity for the specified entity. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Replace(Of TEntity) | Replaces the specified client entity with the specified server entity in all ChangeSetEntry objects that are contained in the ChangeSet. |
![]() | ToString | (Inherited from Object.) |
Show:
