IdeaBlade.EntityModel Assembly > IdeaBlade.EntityModel Namespace : SaveStatus Enumeration |
'Declaration
Public Enum SaveStatus Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As SaveStatus
public enum SaveStatus : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Cancelled | The save was cancelled. |
Error | The save did not complete due to an unhandled error. |
ExceptionHandled | The save had an error which was handled by an EntityServerError handler. |
Incomplete | Not yet completed. |
NoOperation | No entities to save. |
Normal | The save was processed normally. |
System.Object
System.ValueType
System.Enum
IdeaBlade.EntityModel.SaveStatus
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2