Describes a set of changes to an entity to be processed by a DistributedUnitOfWork service.

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 DistributedChangeDetail
Visual Basic (Declaration)
<DataContractAttribute(Namespace := "http://schemas.mindscape.net.nz/LightSpeed/v4")> _
Public Class DistributedChangeDetail

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.DistributedChangeDetail

See Also