ChangeSetEntry Properties

Include Protected Members
Include Inherited Members

[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.]

The ChangeSetEntry type exposes the following members.

Properties

  Name Description
Public property Associations Gets or sets the collection of IDs of the associated entities for each association of the entity.
Public property ConflictMembers Gets or sets the collection of members that are in conflict.
Public property Entity Gets or sets the entity being operated on.
Public property EntityActions Gets or sets the custom methods invoked on the entity as a set of method name/parameter set pairs.
Public property HasConflict Gets a value that indicates whether the ChangeSetEntry contains conflicts.
Public property HasError Gets a value indicating whether any errors were encountered during processing of the operation.
Public property HasMemberChanges Gets or sets a value that indicates whether the entity for this operation has property modifications.
Public property Id Gets or sets the client ID for the entity.
Public property IsDeleteConflict Gets or sets whether the conflict is a delete conflict, meaning the entity no longer exists in the store.
Public property Operation Gets or sets the DomainOperation to be performed on the entity.
Public property OriginalAssociations Gets or sets the collection of IDs for each association of the OriginalEntity.
Public property OriginalEntity Gets or sets the original state of the entity being operated on.
Public property StoreEntity Gets or sets the state of the entity in the data store.
Public property ValidationErrors Gets or sets the validation errors encountered during the processing of the operation.

Top

See Also

Reference

ChangeSetEntry Class

System.ServiceModel.DomainServices.Server Namespace