This commit is contained in:
2020-05-08 13:53:56 +00:00
parent 48cb55bb0d
commit 8fa9e391e3
4 changed files with 11 additions and 11 deletions

View File

@@ -32,10 +32,10 @@ namespace AyaNova.Models
//Not persisted business properties
//NOTE: this could be a common class applied to everything for common biz rule stuff
//i.e. specific rights in situations based on rules, like candelete, canedit etc
[NotMapped]
public string OP { get; set; }//Patch operation value, e.g. "add", "remove", "replace"
// //NOTE: this could be a common class applied to everything for common biz rule stuff
// //i.e. specific rights in situations based on rules, like candelete, canedit etc
// [NotMapped]
// public string OP { get; set; }//Patch operation value, e.g. "add", "remove", "replace"
}//eoc

View File

@@ -38,9 +38,9 @@ namespace AyaNova.Models
//Not persisted business properties
//NOTE: this could be a common class applied to everything for common biz rule stuff
//i.e. specific rights in situations based on rules, like candelete, canedit etc
[NotMapped]
public bool OP { get; set; }//patch operation value
// //i.e. specific rights in situations based on rules, like candelete, canedit etc
// [NotMapped]
// public bool OP { get; set; }//patch operation value
}//eoc

View File

@@ -35,8 +35,8 @@ namespace AyaNova.Models
//Not persisted business properties
//NOTE: this could be a common class applied to everything for common biz rule stuff
//i.e. specific rights in situations based on rules, like candelete, canedit etc
[NotMapped]
public bool OP { get; set; }//Patch operation value
// [NotMapped]
// public bool OP { get; set; }//Patch operation value
}//eoc

View File

@@ -35,8 +35,8 @@ namespace AyaNova.Models
//Not persisted business properties
//NOTE: this could be a common class applied to everything for common biz rule stuff
//i.e. specific rights in situations based on rules, like candelete, canedit etc
[NotMapped]
public bool OP { get; set; }//Patch operation value
// [NotMapped]
// public bool OP { get; set; }//Patch operation value
}//eoc