| 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
Syntaxbool 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:
BooleanTrue if attribute has a meaningful change
RemarksTrue is returned if the Hide attribute is set to false and has been previously set to true
See Also