Click or drag to resize

ResolverOptions Class

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

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

The ResolverOptions type exposes the following members.

Constructors
  NameDescription
Public methodResolverOptions
Top
Properties
  NameDescription
Public propertyDataObjectIds
Ids of the data objects for which we want to resolve the values of the virtual property.
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