ChangeSetEntry Constructor
[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.]
Initializes a new instance of the ChangeSetEntry class with the specified parameters.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Public Sub New ( _
entity As Entity, _
id As Integer, _
operationType As EntityOperationType _
)
'Usage
Dim entity As Entity
Dim id As Integer
Dim operationType As EntityOperationType
Dim instance As New ChangeSetEntry(entity, _
id, operationType)
public ChangeSetEntry(
Entity entity,
int id,
EntityOperationType operationType
)
public:
ChangeSetEntry(
Entity^ entity,
int id,
EntityOperationType operationType
)
new :
entity:Entity *
id:int *
operationType:EntityOperationType -> ChangeSetEntry
public function ChangeSetEntry(
entity : Entity,
id : int,
operationType : EntityOperationType
)
Parameters
- entity
Type: System.ServiceModel.DomainServices.Client.Entity
The entity being operated on.
- id
Type: System.Int32
The client ID for the entity, used to correlate server results with their client entity instances.
- operationType
Type: System.ServiceModel.DomainServices.Client.EntityOperationType
The operation to be performed.