Click or drag to resize

operationType Enumeration

Namespace:  Omada.OE.Solution.OIM.AppLogic.OPS.WCF
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
[DataContractAttribute(Name = "operationType", Namespace = "http://schemas.omada.net/ois/2014/Provisioning")]
public enum operationType
Members
  Member nameValueDescription
create0
createOrUpdate1
update2
delete3
deleteIfExists4
createIfNotExists5
See Also