Update: Repository Monitor Entity Key Additions

'Custom' additions to the entity key so subscribers can deal with
notifications more efficiently.
This commit is contained in:
Gary Sharp
2013-05-16 20:20:41 +10:00
parent 2eac245d3c
commit 837f3df3a7
12 changed files with 167 additions and 111 deletions
@@ -37,7 +37,7 @@ namespace Disco.Data.Repository.Monitor
[JsonIgnore]
public object Entity { get; set; }
public object[] EntityKey { get; set; }
public Dictionary<string, object> EntityKey { get; set; }
public string[] ModifiedProperties { get; set; }