Click or drag to resize
XFieldDefMapGetKeyForItem Method
When implemented in a derived class, extracts the key from the specified element.

Namespace:  Biolomics.BioCallback
Assembly:  Biolomics.BioCallback (in Biolomics.BioCallback.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected override long GetKeyForItem(
	XFieldDef item
)

Parameters

item
Type: Biolomics.BioCallbackXFieldDef
The element from which to extract the key.

Return Value

Type: Int64
The key for the specified element.
See Also