Click or drag to resize

IExtensionAttributesHelperGetExtensionAttributes Method

Returns extension attributes for data object

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.Helpers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
IEnumerable<ExtensionAttribute> GetExtensionAttributes(
	DataObject dataObject,
	HashSet<string> trackedProperties
)

Parameters

dataObject
Type: Omada.OE.ModelDataObject
Data object
trackedProperties
Type: System.Collections.GenericHashSetString

Return Value

Type: IEnumerableExtensionAttribute
See Also