| IDataObjectIntegrationMessageBuilderHasAnyChangeDoneInOdwMappedProperties 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
Syntaxbool 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:
Booleaninformation if any ODW mapped properties were changed
See Also