Click or drag to resize

DataObjectControllerReferencePropertyDisplayValueResolver Field

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.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static ReferencePropertyDisplayValueResolver ReferencePropertyDisplayValueResolver

Field Value

Type: ReferencePropertyDisplayValueResolver
See Also