Click or drag to resize

IVirtualPropertyResolverResolveValues Method

Method must resolve the values of the virtual reference property for a number of data objects. Method is only called for data objects that are of the registered DataObjectType.

Namespace:  Omada.OE.AppLogic.VirtualProperty
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
void ResolveValues(
	ResolverOptions options,
	ResolverResult result
)

Parameters

options
Type: Omada.OE.AppLogic.VirtualPropertyResolverOptions
The options object state the ids of the data objects that the method must resolve values for.
result
Type: Omada.OE.AppLogic.VirtualPropertyResolverResult
Method must add the resolved values to the .Values dictionary in the result.
See Also