80. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 12/28/2017 10:56:42 AM Central Standard 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.

80.1 Files compared

# Location File Last Modified
1 VIRP_CiF.zip\Registries VIRP Web Library\Web References\MviService SoapEnvelope.cs Thu Dec 7 15:50:16 2017 UTC
2 VIRP_CiF.zip\Registries VIRP Web Library\Web References\MviService SoapEnvelope.cs Tue Dec 26 17:12:33 2017 UTC

80.2 Comparison summary

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

80.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

80.4 Active regular expressions

No regular expressions were active.

80.5 Comparison detail

  1   using Syst em.Xml.Ser ialization ;
  2  
  3   namespace  VIRP.MviSe rvice
  4   {
  5       /// <r emarks/>
  6       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("xsd", " 4.0.30319. 33440")]
  7       [Syste m.Serializ ableAttrib ute()]
  8       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  9       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  10       [Syste m.Xml.Seri alization. XmlTypeAtt ribute(Ano nymousType  = true, N amespace =  "http://s chemas.xml soap.org/s oap/envelo pe/")]
  11       [Syste m.Xml.Seri alization. XmlRootAtt ribute(Ele mentName =  "Envelope ", Namespa ce = "http ://schemas .xmlsoap.o rg/soap/en velope/",  IsNullable  = false)]
  12       public  partial c lass SoapE nvelope
  13       {
  14           pr ivate Head er headerF ield;
  15           pr ivate Body  bodyField ;
  16  
  17           pu blic SoapE nvelope()
  18           {
  19                this.xml ns = new X mlSerializ erNamespac es();
  20                this.xml ns.Add("en v", "http: //schemas. xmlsoap.or g/soap/env elope/");
  21           }
  22  
  23           [X mlNamespac eDeclarati ons]
  24           pu blic XmlSe rializerNa mespaces x mlns;
  25  
  26           // / <remarks />
  27           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("Heade r")]
  28           pu blic Heade r header
  29           {
  30                get
  31                {
  32                    retu rn this.he aderField;
  33                }
  34                set
  35                {
  36                    this .headerFie ld = value ;
  37                }
  38           }
  39  
  40           // / <remarks />
  41           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("Body" )]
  42           pu blic Body  body
  43           {
  44                get
  45                {
  46                    retu rn this.bo dyField;
  47                }
  48                set
  49                {
  50                    this .bodyField  = value;
  51                }
  52           }
  53       }
  54  
  55       /// <r emarks/>
  56       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("xsd", " 4.0.30319. 33440")]
  57       [Syste m.Serializ ableAttrib ute()]
  58       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  59       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  60       [Syste m.Xml.Seri alization. XmlRootAtt ribute(Ele mentName =  "Header") ]
  61       public  partial c lass Heade r
  62       {
  63           pu blic Heade r()
  64           {
  65  
  66           }
  67       }
  68  
  69         /// <remar ks/>http:/ / SERVER . DOMAIN   
  70       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("xsd", " 4.0.30319. 33440")]
  71       [Syste m.Serializ ableAttrib ute()]
  72       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  73       [Syste m.Componen tModel.Des ignerCateg oryAttribu te("code") ]
  74         [System.Xm l.Serializ ation.XmlT ypeAttribu te(Anonymo usType = t rue, Names pace = "ht tp:// SERVER . DOMAIN    ")]
  75         [System.Xm l.Serializ ation.XmlR ootAttribu te(Element Name = "Bo dy", Names pace = "ht tp:// SERVER . DOMAIN    ", IsNulla ble = fals e)]
  76       public  partial c lass Body
  77       {
  78           // private PR PA_IN20130 1UV02 PRPA _IN201301U V02Field;
  79           // private PR PA_IN20130 2UV02 PRPA _IN201302U V02Field;
  80           // private PR PA_IN20130 4UV02 PRPA _IN201304U V02Field;
  81           pr ivate PRPA _IN201305U V02 PRPA_I N201305UV0 2Field;
  82           pr ivate PRPA _IN201306U V02 PRPA_I N201306UV0 2Field;
  83           pr ivate PRPA _IN201309U V02 PRPA_I N201309UV0 2Field;
  84           pr ivate PRPA _IN201310U V02 PRPA_I N201310UV0 2Field;
  85  
  86           pu blic Body( )
  87           {
  88  
  89           }
  90  
  91           // /// <remar ks/>
  92           // [System.Xm l.Serializ ation.XmlE lementAttr ibute("PRP A_IN201301 UV02")]
  93           // public PRP A_IN201301 UV02 PRPA_ IN201301UV 02
  94           // {
  95           //     get
  96           //     {
  97           //         re turn this. PRPA_IN201 301UV02Fie ld;
  98           //     }
  99           //     set
  100           //     {
  101           //         th is.PRPA_IN 201301UV02 Field = va lue;
  102           //     }
  103           // }
  104  
  105           // /// <remar ks/>
  106           // [System.Xm l.Serializ ation.XmlE lementAttr ibute("PRP A_IN201302 UV02")]
  107           // public PRP A_IN201302 UV02 PRPA_ IN201302UV 02
  108           // {
  109           //     get
  110           //     {
  111           //         re turn this. PRPA_IN201 302UV02Fie ld;
  112           //     }
  113           //     set
  114           //     {
  115           //         th is.PRPA_IN 201302UV02 Field = va lue;
  116           //     }
  117           // }
  118  
  119           // /// <remar ks/>
  120           // [System.Xm l.Serializ ation.XmlE lementAttr ibute("PRP A_IN201304 UV02")]
  121           // public PRP A_IN201304 UV02 PRPA_ IN201304UV 02
  122           // {
  123           //     get
  124           //     {
  125           //         re turn this. PRPA_IN201 304UV02Fie ld;
  126           //     }
  127           //     set
  128           //     {
  129           //         th is.PRPA_IN 201304UV02 Field = va lue;
  130           //     }
  131           // }
  132  
  133           // / <remarks />
  134           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("PRPA_ IN201305UV 02")]
  135           pu blic PRPA_ IN201305UV 02 PRPA_IN 201305UV02
  136           {
  137                get
  138                {
  139                    retu rn this.PR PA_IN20130 5UV02Field ;
  140                }
  141                set
  142                {
  143                    this .PRPA_IN20 1305UV02Fi eld = valu e;
  144                }
  145           }
  146  
  147           // / <remarks />
  148           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("PRPA_ IN201306UV 02")]
  149           pu blic PRPA_ IN201306UV 02 PRPA_IN 201306UV02
  150           {
  151                get
  152                {
  153                    retu rn this.PR PA_IN20130 6UV02Field ;
  154                }
  155                set
  156                {
  157                    this .PRPA_IN20 1306UV02Fi eld = valu e;
  158                }
  159           }
  160  
  161           // / <remarks />
  162           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("PRPA_ IN201309UV 02")]
  163           pu blic PRPA_ IN201309UV 02 PRPA_IN 201309UV02
  164           {
  165                get
  166                {
  167                    retu rn this.PR PA_IN20130 9UV02Field ;
  168                }
  169                set
  170                {
  171                    this .PRPA_IN20 1309UV02Fi eld = valu e;
  172                }
  173           }
  174  
  175           // / <remarks />
  176           [S ystem.Xml. Serializat ion.XmlEle mentAttrib ute("PRPA_ IN201310UV 02")]
  177           pu blic PRPA_ IN201310UV 02 PRPA_IN 201310UV02
  178           {
  179                get
  180                {
  181                    retu rn this.PR PA_IN20131 0UV02Field ;
  182                }
  183                set
  184                {
  185                    this .PRPA_IN20 1310UV02Fi eld = valu e;
  186                }
  187           }
  188       }
  189   }