301. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/2/2019 1:08:01 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

301.1 Files compared

# Location File Last Modified
1 C:\AraxisMergeCompare\Pri_un\ARS_Frontend\ars-app\src\app\ars\user-admin user-admin.model.ts Wed Mar 27 19:18:24 2019 UTC
2 C:\AraxisMergeCompare\Pri_re\ARS_Frontend\ars-app\src\app\ars\user-admin user-admin.model.ts Fri Mar 29 18:11:07 2019 UTC

301.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 4 120
Changed 3 6
Inserted 0 0
Removed 0 0

301.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

301.4 Active regular expressions

No regular expressions were active.

301.5 Comparison detail

  1   export cla ss UserReq uestModel  {
  2       userName =  ' AI ';
  3     domain =  '';
  4     // statu s = 'Y';
  5     // expor t = 'N';
  6     // edit  = 'N';
  7     // admin  = 'N';
  8     createdB y = '';
  9     phone: n umber;
  10     email =  '';
  11     lastName  = '';
  12     firstNam e = '';
  13     modified By = '';
  14     userId:  number;
  15     system =  'ARS';
  16     attachme ntsUser =  'N';
  17     submissi onsUser =  'N';
  18     userRole s = [''];
  19     // total Results =  0;
  20     // pageN umber = 1;
  21     // pageS ize = 10;
  22     // desce nding = fa lse;
  23     // sortC olumn = '' ;
  24   }
  25   export cla ss UserMod el {
  26       userName =  ' AI ';
  27     userId:  number;
  28     domain =  '';
  29     status =  '';
  30     export =  '';
  31     edit = ' ';
  32     admin =  '';
  33     lastName  = '';
  34     firstNam e = '';
  35     userRole s = [''];
  36     phone =  '';
  37     email =  '';
  38   }
  39   export cla ss SearchM odel {
  40       userName =  ' AI ';
  41   }
  42   export cla ss Paginat ionModel {
  43     totalRes ults = 0;
  44     pageNumb er = 1;
  45     pageSize  = 10;
  46     descendi ng = false ;
  47     sortColu mn = '';
  48     inActive Users = fa lse;
  49     system =  'ARS';
  50   }
  51  
  52   export cla ss SearchR esultsMode l {
  53     totalNum berOfResul ts: number ;
  54     pageNumb er = 1;
  55     pageSize  = 10;
  56     descendi ng = false ;
  57     sortColu mn = 'numb er';
  58     response : UserMode l[];
  59   }
  60  
  61   export int erface Suc cessRespon seModel {
  62     success:  boolean;
  63   }