Interface ISaveContextAfter
Inherited Members
Namespace: LemonEdge.API.Core.Extensions.SaveExtension
Assembly: LemonEdge.API.dll
Syntax
public interface ISaveContextAfter : ISaveContext
Properties
SaveCompleted
Details whether the save completed successfully or not
Declaration
bool SaveCompleted { get; }
Property Value
Type | Description |
---|---|
bool |
SaveError
If an error occurs during a save process, the exception will be stored in this property
Declaration
Exception SaveError { get; }
Property Value
Type | Description |
---|---|
Exception |