ChangeSetEntry Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents a change operation to be performed on an entity.
Inheritance Hierarchy
System.Object
System.Web.Http.Data.ChangeSetEntry
Namespace: System.Web.Http.Data
Assembly: System.Web.Http.Data (in System.Web.Http.Data.dll)
Syntax
'Declaration
<DataContractAttribute> _
Public NotInheritable Class ChangeSetEntry
[DataContractAttribute]
public sealed class ChangeSetEntry
[DataContractAttribute]
public ref class ChangeSetEntry sealed
[<Sealed>]
[<DataContractAttribute>]
type ChangeSetEntry = class end
public final class ChangeSetEntry
The ChangeSetEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChangeSetEntry | Initializes a new instance of the ChangeSetEntry class. |
Top
Properties
Name | Description | |
---|---|---|
Associations | Gets or sets the collection of IDs of the associated entities for each association of the entity. | |
ConflictMembers | Gets or sets the collection of members in conflict. The StoreEntity property contains the current store value for each member in conflict. | |
Entity | Gets or sets the Entity being operated on. | |
EntityActions | Gets or sets the custom methods invoked on the entity, as a set of method name / parameter set pairs. | |
HasConflict | Gets a value indicating whether the ChangeSetEntry contains conflicts. | |
HasError | Gets a value indicating whether any of the ChangeSetEntry items has an error. | |
Id | Gets or sets the client ID for the entity. | |
IsDeleteConflict | Gets or sets a value indicating whether the conflict is a delete conflict. A delete conflict indicates the entity no longer exists in the store. | |
Operation | Gets or sets the ChangeOperation to be performed on the entity. | |
OriginalAssociations | Gets or sets the collection of IDs for each association of the OriginalEntity. | |
OriginalEntity | Gets or sets the original state of the entity being operated on. | |
StoreEntity | Gets or sets the state of the entity in the data store. | |
ValidationErrors | Gets or sets the validation errors encountered during the processing of the operation. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.