This commit is contained in:
2021-04-06 18:27:36 +00:00
parent d8a4f26962
commit 97a1c937b2
2 changed files with 2 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ namespace AyaNova.Models
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
[NotMapped]
public bool IsLocked { get; set; } = false;//not by default but state may determine it's locked
public bool IsLockedAtServer { get; set; } = false;//signal to client that it came from the server in a locked state
[NotMapped, JsonIgnore]