This commit is contained in:
@@ -73,6 +73,8 @@ namespace AyaNova.Models
|
||||
public bool IsDirty { get; set; } = false;//never dirty coming from the server
|
||||
[NotMapped]
|
||||
public bool IsLockedAtServer { get; set; } = false;//signal to client that it came from the server in a locked state
|
||||
[NotMapped]
|
||||
public string AlertViz { get; set; } = null;
|
||||
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user