DataObjectController Fields |
The DataObjectController type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ReferencePropertyDisplayValueResolver |
The delegate is used to resolve display values for reference property values.
Normally the DisplayName of a referred data object is used as display value.
This can be altered by using a custom resolver.
The resolver can decide whether to resolve display values from the property system name.
If the resolver doesn't want to resolve anything it should return null.
Even if the resolver decides to resolve display values it doesn't necessarily have to do it for all values.
|
![]() ![]() | SearchDataResolver |
With the DataObjectSearchDataResolver delegate it is possible to change the calculation
of searchable terms in the fulltext search.
As a starting point, the delegate should calculate somewhat the same result as the standard search terms, but parts
of the string can be removed, added or replaced.
The search data terms are separated with space.
|
![]() ![]() | SearchDataWordBreaker |
With the WordBreaker delegate it is possible to change the calculation
of searchable terms in the fulltext search, both the global search and the column search
|