Click or drag to resize

TestOrSave 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 = "TestOrSave", Namespace = "http://schemas.datacontract.org/2004/07/Omada.OPS.Service.WCF.Interface.Configuration")]
public enum TestOrSave
Members
  Member nameValueDescription
TestOnly0
TestAndSave1
SaveWithoutTesting2
See Also