This commit is contained in:
@@ -32,10 +32,10 @@ namespace AyaNova.Models
|
|||||||
|
|
||||||
|
|
||||||
//Not persisted business properties
|
//Not persisted business properties
|
||||||
//NOTE: this could be a common class applied to everything for common biz rule stuff
|
// //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
|
// //i.e. specific rights in situations based on rules, like candelete, canedit etc
|
||||||
[NotMapped]
|
// [NotMapped]
|
||||||
public string OP { get; set; }//Patch operation value, e.g. "add", "remove", "replace"
|
// public string OP { get; set; }//Patch operation value, e.g. "add", "remove", "replace"
|
||||||
|
|
||||||
|
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|||||||
@@ -38,9 +38,9 @@ namespace AyaNova.Models
|
|||||||
|
|
||||||
//Not persisted business properties
|
//Not persisted business properties
|
||||||
//NOTE: this could be a common class applied to everything for common biz rule stuff
|
//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
|
// //i.e. specific rights in situations based on rules, like candelete, canedit etc
|
||||||
[NotMapped]
|
// [NotMapped]
|
||||||
public bool OP { get; set; }//patch operation value
|
// public bool OP { get; set; }//patch operation value
|
||||||
|
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ namespace AyaNova.Models
|
|||||||
//Not persisted business properties
|
//Not persisted business properties
|
||||||
//NOTE: this could be a common class applied to everything for common biz rule stuff
|
//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
|
//i.e. specific rights in situations based on rules, like candelete, canedit etc
|
||||||
[NotMapped]
|
// [NotMapped]
|
||||||
public bool OP { get; set; }//Patch operation value
|
// public bool OP { get; set; }//Patch operation value
|
||||||
|
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|
||||||
|
|||||||
@@ -35,8 +35,8 @@ namespace AyaNova.Models
|
|||||||
//Not persisted business properties
|
//Not persisted business properties
|
||||||
//NOTE: this could be a common class applied to everything for common biz rule stuff
|
//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
|
//i.e. specific rights in situations based on rules, like candelete, canedit etc
|
||||||
[NotMapped]
|
// [NotMapped]
|
||||||
public bool OP { get; set; }//Patch operation value
|
// public bool OP { get; set; }//Patch operation value
|
||||||
|
|
||||||
}//eoc
|
}//eoc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user