Holds an identifier value for an entity so it can be used for tracking an identifier change as part of a DistributedUnitOfWork change set.

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

Remarks

When sent across the wire the tracking identifier is used for syncronization between the client and the server.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed.ServiceModel..::.IdentifierData

See Also