Initializes a new instance of the IndexKey class.

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

Syntax

C#
public IndexKey(
	string key,
	string scope,
	string entityId
)
Visual Basic (Declaration)
Public Sub New ( _
	key As String, _
	scope As String, _
	entityId As String _
)

Parameters

key
Type: System..::.String
A unique key for this entry.
scope
Type: System..::.String
A qualifier for this IndexKey.
entityId
Type: System..::.String
The id of the associated Entity.

See Also