Click or drag to resize

DataObjectIntegrationMessageBuilderBaseIsPropertyValueModified Method

Check if property value changed

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration.DataObjectIntegrationMessageBuilders
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected bool IsPropertyValueModified(
	string propertySystemName,
	List<int> modifiedPropertyIds,
	int dataObjectTypeId
)

Parameters

propertySystemName
Type: SystemString
modifiedPropertyIds
Type: System.Collections.GenericListInt32
dataObjectTypeId
Type: SystemInt32

Return Value

Type: Boolean
See Also