Click or drag to resize

JavaPropertiesGetKeyForItem Method

When implemented in a derived class, extracts the key from the specified element.

Namespace:  Cauldron.Java
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected override string GetKeyForItem(
	PropertyLine item
)

Parameters

item
Type: Cauldron.JavaPropertyLine
The element from which to extract the key.

Return Value

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