Click or drag to resize

AttributeValueReferencesResolver Class

AttributeValueReferencesResolver
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.VirtualPropertyVirtualPropertyResolverBase
    Omada.OE.Solution.OIM.AppLogic.VirtualPropertyAttributeValueReferencesResolver

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

The AttributeValueReferencesResolver type exposes the following members.

Constructors
  NameDescription
Public methodAttributeValueReferencesResolver
Default constructor use VirtualPropertyResolverFactory to create instances of this class.
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.
(Overrides VirtualPropertyResolverBaseDataObjectTypes.)
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
Name of the virtual reference property that the resolver can resolve values for.
(Overrides VirtualPropertyResolverBaseProperty.)
Top
Methods
  NameDescription
Public methodInitialize (Inherited from VirtualPropertyResolverBase.)
Public methodResolveValues
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.
(Overrides VirtualPropertyResolverBaseResolveValues(ResolverOptions, ResolverResult).)
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