Click or drag to resize

SystemCategoryIntegrationMessageBuilderHasAnyChangeDoneInOdwMappedProperties Method

Check if any changes were made to object in properties mapped to ODW

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
Data object type ID
modifiedPropertyIds
Type: System.Collections.GenericListInt32
modified properties ids

Return Value

Type: Boolean
information if any ODW mapped properties were changed

Implements

IDataObjectIntegrationMessageBuilderHasAnyChangeDoneInOdwMappedProperties(Int32, ListInt32)
See Also