| DataObjectSearchDataWordBreakerDelegate Delegate |
The delegate definition for the DataObjectController.WordBreaker
Namespace:
Omada.OE.AppLogic
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic delegate string[] DataObjectSearchDataWordBreakerDelegate(
ValueProperty property,
string term
)
Parameters
- property
- Type: Omada.OE.ModelValueProperty
The word is of this type - term
- Type: SystemString
The property value being split to terms
Return Value
Type:
StringThe search terms for the provided word
See Also