Click or drag to resize

IAttributeHelperIsAttributeModified Method

Compares the latest attribute version with the previous version to figure out the change to Hide property

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#
bool IsAttributeModified(
	DataObject attribute,
	DataObjectVersion previousVersion
)

Parameters

attribute
Type: Omada.OE.ModelDataObject
the attribute data object with latest version
previousVersion
Type: Omada.OE.ModelDataObjectVersion
version of the data object to compare with

Return Value

Type: Boolean
True if attribute has a meaningful change
Remarks
True is returned if the Hide attribute is set to false and has been previously set to true
See Also