Click or drag to resize

CRAEventType Enumeration

RoPE Calculated Assignment Event Type.

Namespace:  Omada.OE.Solution.OIM.AppLogic.RoPE
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum CRAEventType
Members
  Member nameValueDescription
Created0 A new calculated assignment has been added to an identity calculation.
Updated1 A calculated assignment is changed compared to the previous calculation.
Deleted2 A calculated assignment has been removed from an identity calculation.
See Also