Click or drag to resize

DataObjectIntegrationMessageBuilderBaseIsNewObject Method

Check if object is new

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 IsNewObject(
	List<int> modifiedPropertyIds
)

Parameters

modifiedPropertyIds
Type: System.Collections.GenericListInt32

Return Value

Type: Boolean
See Also