Click or drag to resize

BasePropertyAdapterControllerGetDataObjectTypeProperties Method

Returns a list of properties on a data object type The property information are returned as a BasePropertyAdapter instance Note that value properties with log capabilities and hyperlink properties isnt returned

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 virtual List<BasePropertyAdapter> GetDataObjectTypeProperties(
	int dataObjectTypeId
)

Parameters

dataObjectTypeId
Type: SystemInt32
The data object type id

Return Value

Type: ListBasePropertyAdapter
See Also