Click or drag to resize

DataObjectController Fields

The DataObjectController type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberReferencePropertyDisplayValueResolver
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.
Public fieldStatic memberSearchDataResolver
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.
Public fieldStatic memberSearchDataWordBreaker
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
Top
See Also