| ResolverResultValues Property |
Holds the resolved values of the virtual reference property.
Keys are ids of the data objects for which the values of the virtual reference property is resolved for.
Values are the values of the virtual reference property.
Use AddValue() to add to the dictionary.
Namespace:
Omada.OE.AppLogic.VirtualProperty
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic Dictionary<int, List<int>> Values { get; }
Property Value
Type:
DictionaryInt32,
ListInt32
See Also