Click or drag to resize

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
Syntax
C#
public 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: String
The search terms for the provided word
See Also