Click or drag to resize

CreatedByResolver Class

Resolver for the Virtual Reference Property "CreatedBy".
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.VirtualPropertyVirtualPropertyResolverBase
    Omada.OE.AppLogic.VirtualPropertyCreatedByResolver

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

The CreatedByResolver type exposes the following members.

Constructors
  NameDescription
Public methodCreatedByResolver
Top
Properties
  NameDescription
Public propertyCachePeriod
Amount of time that the result of ResolveValues is cached in. Default is 5 minutes.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDataObjectTypes
System name of the data object types that the VRP "is present on". Can be empty - in which case the VRP is considered present on all data object types.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDbConnection
Open connection for the OIS DB.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDbTransaction
Open transaction for the OIS DB.
(Inherited from VirtualPropertyResolverBase.)
Public propertyFactory (Inherited from VirtualPropertyResolverBase.)
Public propertyProperty (Overrides VirtualPropertyResolverBaseProperty.)
Top
Methods
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