This commit is contained in:
2021-06-02 19:18:23 +00:00
parent d61ad5d19f
commit dc28e3a3ce
15 changed files with 11 additions and 74 deletions

View File

@@ -76,9 +76,7 @@ namespace AyaNova.Models
public List<WorkOrderState> States { get; set; } = new List<WorkOrderState>();
//UTILITY FIELDS
[NotMapped]
public bool IsDirty { get; set; } = false;//never dirty coming from the server
//UTILITY FIELDS
[NotMapped]
public bool IsLockedAtServer { get; set; } = false;//signal to client that it came from the server in a locked state
[NotMapped]