private KeyData(ServervilleClient server, KeyDataInfo info) { Server = server; Id = info.id; RecordInfo = info; Keys = new Dictionary<string, DataItemReply>(); DirtyKeys = new Dictionary<string, DataItemReply>(); }
private KeyData(ServervilleClient server, KeyDataInfo info) { Server = server; Id = info.id; RecordInfo = info; Keys = new Dictionary <string, DataItemReply>(); DirtyKeys = new Dictionary <string, DataItemReply>(); }