Click or drag to resize

AttributeHelperIsAttributeSetModified 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
Syntax
C#
public bool 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: Boolean
true if an Attribute has been added to the Attributes property

Implements

IAttributeHelperIsAttributeSetModified(DataObject, DataObjectVersion)
Remarks
Only 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