IVirtualPropertyResolver Interface |
Namespace: Omada.OE.AppLogic.VirtualProperty
public interface IVirtualPropertyResolver
The IVirtualPropertyResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | CachePeriod |
Amount of time that the result of ResolveValues is cached in.
Default is 5 minutes.
|
![]() | DataObjectTypes |
System names 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.
|
![]() | Property |
Name of the virtual reference property that the resolver can resolve values for.
|
Name | Description | |
---|---|---|
![]() | Initialize | |
![]() | ResolveValues |
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.
|