Click or drag to resize

AttributeValueReferencesResolver Properties

The AttributeValueReferencesResolver type exposes the following members.

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
See Also