Click or drag to resize

BasePropertyAdapterControllerGetValuePropertyValues Method

Returns value for a value property on a dataobject

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<string> GetValuePropertyValues(
	BasePropertyAdapter property,
	IDataObject dataObject
)

Parameters

property
Type: Omada.OE.Solution.OIM.AppLogic.OPSBasePropertyAdapter
the value property
dataObject
Type: Omada.OE.Model.PublicIDataObject
the data object

Return Value

Type: ListString
List of strings, not that there will be a max of one entry. If the property has no values is an empty list returned
See Also