コード例 #1
0
 protected CouchDocument()
 {
     _conflicts        = new List <string>();
     AttachmentsParsed = new Dictionary <string, CouchAttachment>();
     Attachments       = new CouchAttachmentsCollection();
 }
コード例 #2
0
 public CouchDocument()
 {
     _conflicts   = new List <string>();
     _attachments = new Dictionary <string, CouchAttachment>();
     Attachments  = new CouchAttachmentsCollection();
 }