Click or drag to resize

ResolverResult Class

Result of resolving the values of a virtual reference property on one or more data objects.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.VirtualPropertyResolverResult

Namespace:  Omada.OE.AppLogic.VirtualProperty
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ResolverResult

The ResolverResult type exposes the following members.

Constructors
  NameDescription
Public methodResolverResult
Top
Properties
  NameDescription
Public propertyCustomData
Holds custom data that can be added by the resolver.
Public propertyValues
Holds the resolved values of the virtual reference property. Keys are ids of the data objects for which the values of the virtual reference property is resolved for. Values are the values of the virtual reference property. Use AddValue() to add to the dictionary.
Top
Methods
  NameDescription
Public methodAddValue
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also