Describes a batch of individual DistributedChangeDetail changes.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[DataContractAttribute(Namespace = "http://schemas.mindscape.net.nz/LightSpeed/v4")]
public class DistributedChangeBatch
Visual Basic (Declaration)
<DataContractAttribute(Namespace := "http://schemas.mindscape.net.nz/LightSpeed/v4")> _
Public Class DistributedChangeBatch

Remarks

This is the scope at which a UnitOfWork.SaveChanges() operates. When communicating with the server the SaveChanges() call will be broken down into a number of batches, one for each entity type and then up to the size specified by LightSpeedContext.UpdateBatchSize.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.DistributedChangeBatch

See Also