| IAttributeHelperIsAttributeSetModified Method |
Checks if the attribute set was modified
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 IsAttributeSetModified(
DataObject attributeSet,
DataObjectVersion previousVersion
)
Parameters
- attributeSet
- Type: Omada.OE.ModelDataObject
the object to check - previousVersion
- Type: Omada.OE.ModelDataObjectVersion
previous version of the attribute set object
Return Value
Type:
Booleantrue if an Attribute has been added to the Attributes property
RemarksOnly update to the Attributes property is checked and true is only returned when a new Attribute is added to the collection, the attribute cannot be hidden. This is the only modification relevant to history tracking
See Also