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