Initializes the identifier holder with the associated entity.

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

Syntax

C#
public IdentifierData(
	Entity entity
)
Visual Basic (Declaration)
Public Sub New ( _
	entity As Entity _
)

Parameters

entity
Type: Mindscape.LightSpeed..::.Entity
The entity used to initialize the identifier value.

See Also