Omada Identity
Omada Identity
Namespaces
Omada.OE.Solution.OIM.AppLogic.OPS
BasePropertyAdapterController Class
BasePropertyAdapterController Methods
GetDataObjectTypeProperties Method
GetPropertyInformation Method
GetReferencePropertyValues Method
GetSetPropertyValues Method
GetValuePropertyValues Method
BasePropertyAdapterController
GetValuePropertyValues 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#
Copy
public
List
<
string
>
GetValuePropertyValues
(
BasePropertyAdapter
property
,
IDataObject
dataObject
)
Parameters
property
Type:
Omada.OE.Solution.OIM.AppLogic.OPS
BasePropertyAdapter
the value property
dataObject
Type:
Omada.OE.Model.Public
IDataObject
the data object
Return Value
Type:
List
String
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
Reference
BasePropertyAdapterController Class
Omada.OE.Solution.OIM.AppLogic.OPS Namespace