This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user