Example #1
0
 public DocumentManifestInfo(string property, string dirtyValue, string cleanValue)
 {
     this.property      = property;
     this.dirtyDataHash = ManifestBuilder.HashValue(dirtyDataHash);
     this.cleanDataHash = ManifestBuilder.HashValue(cleanValue);
 }