Method GetKeyForItem
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
GetKeyForItem(PropertyMapping)
Extracts the key from the specified property mapping.
protected override string GetKeyForItem(PropertyMapping item)
Parameters
item
PropertyMappingThe property mapping from which to extract the key.
Returns
- string
The key for the specified property mapping. The current key is the name of the property mapping.