Click or drag to resize

IdentityTransferIntegrationMessageBuilderHasAnyChangeDoneInOdwMappedProperties Method

Checks if any changes have been made to properties relevant to this message builder

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#
public override bool HasAnyChangeDoneInOdwMappedProperties(
	int dataObjectTypeId,
	List<int> modifiedPropertyIds
)

Parameters

dataObjectTypeId
Type: SystemInt32
Object type of the changed object
modifiedPropertyIds
Type: System.Collections.GenericListInt32
List of modified property ids

Return Value

Type: Boolean

Implements

IDataObjectIntegrationMessageBuilderHasAnyChangeDoneInOdwMappedProperties(Int32, ListInt32)
See Also