75. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 9/9/2019 5:42:10 PM Eastern 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.

75.1 Files compared

# Location File Last Modified
1 Webvram-v4.zip\20190725-webvram-source.zip\Sources\WebVRAM.Web.ng\Connected Services\VA.SiteService Reference.cs Tue Jul 23 23:11:38 2019 UTC
2 Webvram-v4.zip\20190725-webvram-source.zip\Sources\WebVRAM.Web.ng\Connected Services\VA.SiteService Reference.cs Fri Sep 6 21:00:49 2019 UTC

75.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 26 1514
Changed 25 50
Inserted 0 0
Removed 0 0

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

75.4 Active regular expressions

No regular expressions were active.

75.5 Comparison detail

  1   //-------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
  2   // <auto-g enerated>
  3   //     Thi s code was  generated  by a tool .
  4   //     //
  5   //     Cha nges to th is file ma y cause in correct be havior and  will be l ost if
  6   //     the  code is r egenerated .
  7   // </auto- generated>
  8   //-------- ---------- ---------- ---------- ---------- ---------- ---------- ----------
  9  
  10   namespace  VA.SiteSer vice
  11   {
  12       using  System.Run time.Seria lization;
  13       
  14       
  15       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  16       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  17         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Name="Re gionTO", N amespace=" http:// URL         /WebServic es/SiteSer vice")]
  18       public  partial c lass Regio nTO : obje ct
  19       {
  20           
  21           pr ivate stri ng nameFie ld;
  22           
  23           pr ivate stri ng IDField ;
  24           
  25           pr ivate VA.S iteService .SiteTO[]  sitesField ;
  26           
  27           pr ivate VA.S iteService .FaultTO f aultTOFiel d;
  28           
  29           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false )]
  30           pu blic strin g name
  31           {
  32                get
  33                {
  34                    retu rn this.na meField;
  35                }
  36                set
  37                {
  38                    this .nameField  = value;
  39                }
  40           }
  41           
  42           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=1) ]
  43           pu blic strin g ID
  44           {
  45                get
  46                {
  47                    retu rn this.ID Field;
  48                }
  49                set
  50                {
  51                    this .IDField =  value;
  52                }
  53           }
  54           
  55           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=2) ]
  56           pu blic VA.Si teService. SiteTO[] s ites
  57           {
  58                get
  59                {
  60                    retu rn this.si tesField;
  61                }
  62                set
  63                {
  64                    this .sitesFiel d = value;
  65                }
  66           }
  67           
  68           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=3) ]
  69           pu blic VA.Si teService. FaultTO fa ultTO
  70           {
  71                get
  72                {
  73                    retu rn this.fa ultTOField ;
  74                }
  75                set
  76                {
  77                    this .faultTOFi eld = valu e;
  78                }
  79           }
  80       }
  81       
  82       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  83       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  84         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Name="Fa ultTO", Na mespace="h ttp:// URL         /WebServic es/SiteSer vice")]
  85       public  partial c lass Fault TO : objec t
  86       {
  87           
  88           pr ivate stri ng typeFie ld;
  89           
  90           pr ivate stri ng message Field;
  91           
  92           pr ivate VA.S iteService .ArrayOfSt ring stack TraceField ;
  93           
  94           pr ivate stri ng suggest ionField;
  95           
  96           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false )]
  97           pu blic strin g type
  98           {
  99                get
  100                {
  101                    retu rn this.ty peField;
  102                }
  103                set
  104                {
  105                    this .typeField  = value;
  106                }
  107           }
  108           
  109           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=1) ]
  110           pu blic strin g message
  111           {
  112                get
  113                {
  114                    retu rn this.me ssageField ;
  115                }
  116                set
  117                {
  118                    this .messageFi eld = valu e;
  119                }
  120           }
  121           
  122           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=2) ]
  123           pu blic VA.Si teService. ArrayOfStr ing stackT race
  124           {
  125                get
  126                {
  127                    retu rn this.st ackTraceFi eld;
  128                }
  129                set
  130                {
  131                    this .stackTrac eField = v alue;
  132                }
  133           }
  134           
  135           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=3) ]
  136           pu blic strin g suggesti on
  137           {
  138                get
  139                {
  140                    retu rn this.su ggestionFi eld;
  141                }
  142                set
  143                {
  144                    this .suggestio nField = v alue;
  145                }
  146           }
  147       }
  148       
  149       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  150       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  151         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Name="Si teTO", Nam espace="ht tp:// URL         /WebServic es/SiteSer vice")]
  152       public  partial c lass SiteT O : object
  153       {
  154           
  155           pr ivate stri ng sitecod eField;
  156           
  157           pr ivate stri ng nameFie ld;
  158           
  159           pr ivate stri ng display NameField;
  160           
  161           pr ivate stri ng moniker Field;
  162           
  163           pr ivate stri ng regionI DField;
  164           
  165           pr ivate stri ng hostnam eField;
  166           
  167           pr ivate int  portField;
  168           
  169           pr ivate stri ng statusF ield;
  170           
  171           pr ivate VA.S iteService .FaultTO f aultTOFiel d;
  172           
  173           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false )]
  174           pu blic strin g sitecode
  175           {
  176                get
  177                {
  178                    retu rn this.si tecodeFiel d;
  179                }
  180                set
  181                {
  182                    this .sitecodeF ield = val ue;
  183                }
  184           }
  185           
  186           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=1) ]
  187           pu blic strin g name
  188           {
  189                get
  190                {
  191                    retu rn this.na meField;
  192                }
  193                set
  194                {
  195                    this .nameField  = value;
  196                }
  197           }
  198           
  199           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=2) ]
  200           pu blic strin g displayN ame
  201           {
  202                get
  203                {
  204                    retu rn this.di splayNameF ield;
  205                }
  206                set
  207                {
  208                    this .displayNa meField =  value;
  209                }
  210           }
  211           
  212           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=3) ]
  213           pu blic strin g moniker
  214           {
  215                get
  216                {
  217                    retu rn this.mo nikerField ;
  218                }
  219                set
  220                {
  221                    this .monikerFi eld = valu e;
  222                }
  223           }
  224           
  225           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=4) ]
  226           pu blic strin g regionID
  227           {
  228                get
  229                {
  230                    retu rn this.re gionIDFiel d;
  231                }
  232                set
  233                {
  234                    this .regionIDF ield = val ue;
  235                }
  236           }
  237           
  238           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=5) ]
  239           pu blic strin g hostname
  240           {
  241                get
  242                {
  243                    retu rn this.ho stnameFiel d;
  244                }
  245                set
  246                {
  247                    this .hostnameF ield = val ue;
  248                }
  249           }
  250           
  251           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Is Required=t rue, Order =6)]
  252           pu blic int p ort
  253           {
  254                get
  255                {
  256                    retu rn this.po rtField;
  257                }
  258                set
  259                {
  260                    this .portField  = value;
  261                }
  262           }
  263           
  264           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=7) ]
  265           pu blic strin g status
  266           {
  267                get
  268                {
  269                    retu rn this.st atusField;
  270                }
  271                set
  272                {
  273                    this .statusFie ld = value ;
  274                }
  275           }
  276           
  277           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=8) ]
  278           pu blic VA.Si teService. FaultTO fa ultTO
  279           {
  280                get
  281                {
  282                    retu rn this.fa ultTOField ;
  283                }
  284                set
  285                {
  286                    this .faultTOFi eld = valu e;
  287                }
  288           }
  289       }
  290       
  291       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  292       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  293         [System.Ru ntime.Seri alization. Collection DataContra ctAttribut e(Name="Ar rayOfStrin g", Namesp ace="http: // URL         /WebServic es/SiteSer vice", Ite mName="str ing")]
  294       public  class Arr ayOfString  : System. Collection s.Generic. List<strin g>
  295       {
  296       }
  297       
  298       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  299         [System.Se rviceModel .ServiceCo ntractAttr ibute(Name space="htt p:// URL         /WebServic es/SiteSer vice", Con figuration Name="VA.S iteService .SiteServi ceSoap")]
  300       public  interface  SiteServi ceSoap
  301       {
  302           
  303             [System.Se rviceModel .Operation ContractAt tribute(Ac tion="http :// URL         /WebServic es/SiteSer vice/getVH A", ReplyA ction="*") ]
  304           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getVHARes ponse> get VHAAsync(V A.SiteServ ice.getVHA Request re quest);
  305           
  306             [System.Se rviceModel .Operation ContractAt tribute(Ac tion="http :// URL         /WebServic es/SiteSer vice/getVI SN", Reply Action="*" )]
  307           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getVISNRe sponse> ge tVISNAsync (VA.SiteSe rvice.getV ISNRequest  request);
  308           
  309             [System.Se rviceModel .Operation ContractAt tribute(Ac tion="http :// URL         /WebServic es/SiteSer vice/getSi tes", Repl yAction="* ")]
  310           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getSitesR esponse> g etSitesAsy nc(VA.Site Service.ge tSitesRequ est reques t);
  311           
  312             [System.Se rviceModel .Operation ContractAt tribute(Ac tion="http :// URL         /WebServic es/SiteSer vice/getSi te", Reply Action="*" )]
  313           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getSiteRe sponse> ge tSiteAsync (VA.SiteSe rvice.getS iteRequest  request);
  314       }
  315       
  316       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  317       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  318       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  319       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  320       public  partial c lass getVH ARequest
  321       {
  322           
  323             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getVHA ", Namespa ce="http:/ / URL         /WebServic es/SiteSer vice", Ord er=0)]
  324           pu blic VA.Si teService. getVHARequ estBody Bo dy;
  325           
  326           pu blic getVH ARequest()
  327           {
  328           }
  329           
  330           pu blic getVH ARequest(V A.SiteServ ice.getVHA RequestBod y Body)
  331           {
  332                this.Bod y = Body;
  333           }
  334       }
  335       
  336       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  337       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  338       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  339       [Syste m.Runtime. Serializat ion.DataCo ntractAttr ibute()]
  340       public  partial c lass getVH ARequestBo dy
  341       {
  342           
  343           pu blic getVH ARequestBo dy()
  344           {
  345           }
  346       }
  347       
  348       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  349       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  350       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  351       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  352       public  partial c lass getVH AResponse
  353       {
  354           
  355             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getVHA Response",  Namespace ="http:// URL         /WebServic es/SiteSer vice", Ord er=0)]
  356           pu blic VA.Si teService. getVHAResp onseBody B ody;
  357           
  358           pu blic getVH AResponse( )
  359           {
  360           }
  361           
  362           pu blic getVH AResponse( VA.SiteSer vice.getVH AResponseB ody Body)
  363           {
  364                this.Bod y = Body;
  365           }
  366       }
  367       
  368       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  369       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  370       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  371         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  372       public  partial c lass getVH AResponseB ody
  373       {
  374           
  375           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  376           pu blic VA.Si teService. RegionTO[]  getVHARes ult;
  377           
  378           pu blic getVH AResponseB ody()
  379           {
  380           }
  381           
  382           pu blic getVH AResponseB ody(VA.Sit eService.R egionTO[]  getVHAResu lt)
  383           {
  384                this.get VHAResult  = getVHARe sult;
  385           }
  386       }
  387       
  388       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  389       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  390       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  391       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  392       public  partial c lass getVI SNRequest
  393       {
  394           
  395             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getVIS N", Namesp ace="http: // URL         /WebServic es/SiteSer vice", Ord er=0)]
  396           pu blic VA.Si teService. getVISNReq uestBody B ody;
  397           
  398           pu blic getVI SNRequest( )
  399           {
  400           }
  401           
  402           pu blic getVI SNRequest( VA.SiteSer vice.getVI SNRequestB ody Body)
  403           {
  404                this.Bod y = Body;
  405           }
  406       }
  407       
  408       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  409       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  410       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  411         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  412       public  partial c lass getVI SNRequestB ody
  413       {
  414           
  415           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  416           pu blic strin g regionID ;
  417           
  418           pu blic getVI SNRequestB ody()
  419           {
  420           }
  421           
  422           pu blic getVI SNRequestB ody(string  regionID)
  423           {
  424                this.reg ionID = re gionID;
  425           }
  426       }
  427       
  428       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  429       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  430       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  431       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  432       public  partial c lass getVI SNResponse
  433       {
  434           
  435             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getVIS NResponse" , Namespac e="http:// URL         /WebServic es/SiteSer vice", Ord er=0)]
  436           pu blic VA.Si teService. getVISNRes ponseBody  Body;
  437           
  438           pu blic getVI SNResponse ()
  439           {
  440           }
  441           
  442           pu blic getVI SNResponse (VA.SiteSe rvice.getV ISNRespons eBody Body )
  443           {
  444                this.Bod y = Body;
  445           }
  446       }
  447       
  448       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  449       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  450       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  451         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  452       public  partial c lass getVI SNResponse Body
  453       {
  454           
  455           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  456           pu blic VA.Si teService. RegionTO g etVISNResu lt;
  457           
  458           pu blic getVI SNResponse Body()
  459           {
  460           }
  461           
  462           pu blic getVI SNResponse Body(VA.Si teService. RegionTO g etVISNResu lt)
  463           {
  464                this.get VISNResult  = getVISN Result;
  465           }
  466       }
  467       
  468       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  469       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  470       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  471       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  472       public  partial c lass getSi tesRequest
  473       {
  474           
  475             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getSit es", Names pace="http :// URL         /WebServic es/SiteSer vice", Ord er=0)]
  476           pu blic VA.Si teService. getSitesRe questBody  Body;
  477           
  478           pu blic getSi tesRequest ()
  479           {
  480           }
  481           
  482           pu blic getSi tesRequest (VA.SiteSe rvice.getS itesReques tBody Body )
  483           {
  484                this.Bod y = Body;
  485           }
  486       }
  487       
  488       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  489       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  490       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  491         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  492       public  partial c lass getSi tesRequest Body
  493       {
  494           
  495           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  496           pu blic strin g siteIDs;
  497           
  498           pu blic getSi tesRequest Body()
  499           {
  500           }
  501           
  502           pu blic getSi tesRequest Body(strin g siteIDs)
  503           {
  504                this.sit eIDs = sit eIDs;
  505           }
  506       }
  507       
  508       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  509       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  510       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  511       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  512       public  partial c lass getSi tesRespons e
  513       {
  514           
  515             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getSit esResponse ", Namespa ce="http:/ / URL         /WebServic es/SiteSer vice", Ord er=0)]
  516           pu blic VA.Si teService. getSitesRe sponseBody  Body;
  517           
  518           pu blic getSi tesRespons e()
  519           {
  520           }
  521           
  522           pu blic getSi tesRespons e(VA.SiteS ervice.get SitesRespo nseBody Bo dy)
  523           {
  524                this.Bod y = Body;
  525           }
  526       }
  527       
  528       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  529       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  530       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  531         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  532       public  partial c lass getSi tesRespons eBody
  533       {
  534           
  535           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  536           pu blic VA.Si teService. SiteTO[] g etSitesRes ult;
  537           
  538           pu blic getSi tesRespons eBody()
  539           {
  540           }
  541           
  542           pu blic getSi tesRespons eBody(VA.S iteService .SiteTO[]  getSitesRe sult)
  543           {
  544                this.get SitesResul t = getSit esResult;
  545           }
  546       }
  547       
  548       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  549       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  550       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  551       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  552       public  partial c lass getSi teRequest
  553       {
  554           
  555             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getSit e", Namesp ace="http: // URL         /WebServic es/SiteSer vice", Ord er=0)]
  556           pu blic VA.Si teService. getSiteReq uestBody B ody;
  557           
  558           pu blic getSi teRequest( )
  559           {
  560           }
  561           
  562           pu blic getSi teRequest( VA.SiteSer vice.getSi teRequestB ody Body)
  563           {
  564                this.Bod y = Body;
  565           }
  566       }
  567       
  568       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  569       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  570       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  571         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  572       public  partial c lass getSi teRequestB ody
  573       {
  574           
  575           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  576           pu blic strin g siteID;
  577           
  578           pu blic getSi teRequestB ody()
  579           {
  580           }
  581           
  582           pu blic getSi teRequestB ody(string  siteID)
  583           {
  584                this.sit eID = site ID;
  585           }
  586       }
  587       
  588       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  589       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  590       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  591       [Syste m.ServiceM odel.Messa geContract Attribute( IsWrapped= false)]
  592       public  partial c lass getSi teResponse
  593       {
  594           
  595             [System.Se rviceModel .MessageBo dyMemberAt tribute(Na me="getSit eResponse" , Namespac e="http:// URL         /WebServic es/SiteSer vice", Ord er=0)]
  596           pu blic VA.Si teService. getSiteRes ponseBody  Body;
  597           
  598           pu blic getSi teResponse ()
  599           {
  600           }
  601           
  602           pu blic getSi teResponse (VA.SiteSe rvice.getS iteRespons eBody Body )
  603           {
  604                this.Bod y = Body;
  605           }
  606       }
  607       
  608       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  609       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  610       [Syste m.Componen tModel.Edi torBrowsab leAttribut e(System.C omponentMo del.Editor BrowsableS tate.Advan ced)]
  611         [System.Ru ntime.Seri alization. DataContra ctAttribut e(Namespac e="http:// URL         /WebServic es/SiteSer vice")]
  612       public  partial c lass getSi teResponse Body
  613       {
  614           
  615           [S ystem.Runt ime.Serial ization.Da taMemberAt tribute(Em itDefaultV alue=false , Order=0) ]
  616           pu blic VA.Si teService. SiteTO get SiteResult ;
  617           
  618           pu blic getSi teResponse Body()
  619           {
  620           }
  621           
  622           pu blic getSi teResponse Body(VA.Si teService. SiteTO get SiteResult )
  623           {
  624                this.get SiteResult  = getSite Result;
  625           }
  626       }
  627       
  628       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  629       public  interface  SiteServi ceSoapChan nel : VA.S iteService .SiteServi ceSoap, Sy stem.Servi ceModel.IC lientChann el
  630       {
  631       }
  632       
  633       [Syste m.Diagnost ics.Debugg erStepThro ughAttribu te()]
  634       [Syste m.CodeDom. Compiler.G eneratedCo deAttribut e("dotnet- svcutil",  "1.0.0.1") ]
  635       public  partial c lass SiteS erviceSoap Client : S ystem.Serv iceModel.C lientBase< VA.SiteSer vice.SiteS erviceSoap >, VA.Site Service.Si teServiceS oap
  636       {
  637           
  638       /// <s ummary>
  639       /// Im plement th is partial  method to  configure  the servi ce endpoin t.
  640       /// </ summary>
  641       /// <p aram name= "serviceEn dpoint">Th e endpoint  to config ure</param >
  642       /// <p aram name= "clientCre dentials"> The client  credentia ls</param>
  643       static  partial v oid Config ureEndpoin t(System.S erviceMode l.Descript ion.Servic eEndpoint  serviceEnd point, Sys tem.Servic eModel.Des cription.C lientCrede ntials cli entCredent ials);
  644           
  645           pu blic SiteS erviceSoap Client() :  
  646                    base (SiteServi ceSoapClie nt.GetDefa ultBinding (), SiteSe rviceSoapC lient.GetD efaultEndp ointAddres s())
  647           {
  648                this.End point.Name  = Endpoin tConfigura tion.SiteS erviceSoap .ToString( );
  649                Configur eEndpoint( this.Endpo int, this. ClientCred entials);
  650           }
  651           
  652           pu blic SiteS erviceSoap Client(End pointConfi guration e ndpointCon figuration ) : 
  653                    base (SiteServi ceSoapClie nt.GetBind ingForEndp oint(endpo intConfigu ration), S iteService SoapClient .GetEndpoi ntAddress( endpointCo nfiguratio n))
  654           {
  655                this.End point.Name  = endpoin tConfigura tion.ToStr ing();
  656                Configur eEndpoint( this.Endpo int, this. ClientCred entials);
  657           }
  658           
  659           pu blic SiteS erviceSoap Client(End pointConfi guration e ndpointCon figuration , string r emoteAddre ss) : 
  660                    base (SiteServi ceSoapClie nt.GetBind ingForEndp oint(endpo intConfigu ration), n ew System. ServiceMod el.Endpoin tAddress(r emoteAddre ss))
  661           {
  662                this.End point.Name  = endpoin tConfigura tion.ToStr ing();
  663                Configur eEndpoint( this.Endpo int, this. ClientCred entials);
  664           }
  665           
  666           pu blic SiteS erviceSoap Client(End pointConfi guration e ndpointCon figuration , System.S erviceMode l.Endpoint Address re moteAddres s) : 
  667                    base (SiteServi ceSoapClie nt.GetBind ingForEndp oint(endpo intConfigu ration), r emoteAddre ss)
  668           {
  669                this.End point.Name  = endpoin tConfigura tion.ToStr ing();
  670                Configur eEndpoint( this.Endpo int, this. ClientCred entials);
  671           }
  672           
  673           pu blic SiteS erviceSoap Client(Sys tem.Servic eModel.Cha nnels.Bind ing bindin g, System. ServiceMod el.Endpoin tAddress r emoteAddre ss) : 
  674                    base (binding,  remoteAddr ess)
  675           {
  676           }
  677           
  678           [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)]
  679           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getVHARes ponse> VA. SiteServic e.SiteServ iceSoap.ge tVHAAsync( VA.SiteSer vice.getVH ARequest r equest)
  680           {
  681                return b ase.Channe l.getVHAAs ync(reques t);
  682           }
  683           
  684           pu blic Syste m.Threadin g.Tasks.Ta sk<VA.Site Service.ge tVHARespon se> getVHA Async()
  685           {
  686                VA.SiteS ervice.get VHARequest  inValue =  new VA.Si teService. getVHARequ est();
  687                inValue. Body = new  VA.SiteSe rvice.getV HARequestB ody();
  688                return ( (VA.SiteSe rvice.Site ServiceSoa p)(this)). getVHAAsyn c(inValue) ;
  689           }
  690           
  691           [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)]
  692           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getVISNRe sponse> VA .SiteServi ce.SiteSer viceSoap.g etVISNAsyn c(VA.SiteS ervice.get VISNReques t request)
  693           {
  694                return b ase.Channe l.getVISNA sync(reque st);
  695           }
  696           
  697           pu blic Syste m.Threadin g.Tasks.Ta sk<VA.Site Service.ge tVISNRespo nse> getVI SNAsync(st ring regio nID)
  698           {
  699                VA.SiteS ervice.get VISNReques t inValue  = new VA.S iteService .getVISNRe quest();
  700                inValue. Body = new  VA.SiteSe rvice.getV ISNRequest Body();
  701                inValue. Body.regio nID = regi onID;
  702                return ( (VA.SiteSe rvice.Site ServiceSoa p)(this)). getVISNAsy nc(inValue );
  703           }
  704           
  705           [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)]
  706           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getSitesR esponse> V A.SiteServ ice.SiteSe rviceSoap. getSitesAs ync(VA.Sit eService.g etSitesReq uest reque st)
  707           {
  708                return b ase.Channe l.getSites Async(requ est);
  709           }
  710           
  711           pu blic Syste m.Threadin g.Tasks.Ta sk<VA.Site Service.ge tSitesResp onse> getS itesAsync( string sit eIDs)
  712           {
  713                VA.SiteS ervice.get SitesReque st inValue  = new VA. SiteServic e.getSites Request();
  714                inValue. Body = new  VA.SiteSe rvice.getS itesReques tBody();
  715                inValue. Body.siteI Ds = siteI Ds;
  716                return ( (VA.SiteSe rvice.Site ServiceSoa p)(this)). getSitesAs ync(inValu e);
  717           }
  718           
  719           [S ystem.Comp onentModel .EditorBro wsableAttr ibute(Syst em.Compone ntModel.Ed itorBrowsa bleState.A dvanced)]
  720           Sy stem.Threa ding.Tasks .Task<VA.S iteService .getSiteRe sponse> VA .SiteServi ce.SiteSer viceSoap.g etSiteAsyn c(VA.SiteS ervice.get SiteReques t request)
  721           {
  722                return b ase.Channe l.getSiteA sync(reque st);
  723           }
  724           
  725           pu blic Syste m.Threadin g.Tasks.Ta sk<VA.Site Service.ge tSiteRespo nse> getSi teAsync(st ring siteI D)
  726           {
  727                VA.SiteS ervice.get SiteReques t inValue  = new VA.S iteService .getSiteRe quest();
  728                inValue. Body = new  VA.SiteSe rvice.getS iteRequest Body();
  729                inValue. Body.siteI D = siteID ;
  730                return ( (VA.SiteSe rvice.Site ServiceSoa p)(this)). getSiteAsy nc(inValue );
  731           }
  732           
  733           pu blic virtu al System. Threading. Tasks.Task  OpenAsync ()
  734           {
  735                return S ystem.Thre ading.Task s.Task.Fac tory.FromA sync(((Sys tem.Servic eModel.ICo mmunicatio nObject)(t his)).Begi nOpen(null , null), n ew System. Action<Sys tem.IAsync Result>((( System.Ser viceModel. ICommunica tionObject )(this)).E ndOpen));
  736           }
  737           
  738           pu blic virtu al System. Threading. Tasks.Task  CloseAsyn c()
  739           {
  740                return S ystem.Thre ading.Task s.Task.Fac tory.FromA sync(((Sys tem.Servic eModel.ICo mmunicatio nObject)(t his)).Begi nClose(nul l, null),  new System .Action<Sy stem.IAsyn cResult>(( (System.Se rviceModel .ICommunic ationObjec t)(this)). EndClose)) ;
  741           }
  742           
  743           pr ivate stat ic System. ServiceMod el.Channel s.Binding  GetBinding ForEndpoin t(Endpoint Configurat ion endpoi ntConfigur ation)
  744           {
  745                if ((end pointConfi guration = = Endpoint Configurat ion.SiteSe rviceSoap) )
  746                {
  747                    Syst em.Service Model.Basi cHttpBindi ng result  = new Syst em.Service Model.Basi cHttpBindi ng();
  748                    resu lt.MaxBuff erSize = i nt.MaxValu e;
  749                    resu lt.ReaderQ uotas = Sy stem.Xml.X mlDictiona ryReaderQu otas.Max;
  750                    resu lt.MaxRece ivedMessag eSize = in t.MaxValue ;
  751                    resu lt.AllowCo okies = tr ue;
  752                    retu rn result;
  753                }
  754                throw ne w System.I nvalidOper ationExcep tion(strin g.Format(" Could not  find endpo int with n ame \'{0}\ '.", endpo intConfigu ration));
  755           }
  756           
  757           pr ivate stat ic System. ServiceMod el.Endpoin tAddress G etEndpoint Address(En dpointConf iguration  endpointCo nfiguratio n)
  758           {
  759                if ((end pointConfi guration = = Endpoint Configurat ion.SiteSe rviceSoap) )
  760                {
  761                      return new  System.Se rviceModel .EndpointA ddress("ht tp:// URL: PORT /VistaWebS vcs/SiteSe rvice.asmx ");
  762                }
  763                throw ne w System.I nvalidOper ationExcep tion(strin g.Format(" Could not  find endpo int with n ame \'{0}\ '.", endpo intConfigu ration));
  764           }
  765           
  766           pr ivate stat ic System. ServiceMod el.Channel s.Binding  GetDefault Binding()
  767           {
  768                return S iteService SoapClient .GetBindin gForEndpoi nt(Endpoin tConfigura tion.SiteS erviceSoap );
  769           }
  770           
  771           pr ivate stat ic System. ServiceMod el.Endpoin tAddress G etDefaultE ndpointAdd ress()
  772           {
  773                return S iteService SoapClient .GetEndpoi ntAddress( EndpointCo nfiguratio n.SiteServ iceSoap);
  774           }
  775           
  776           pu blic enum  EndpointCo nfiguratio n
  777           {
  778                
  779                SiteServ iceSoap,
  780           }
  781       }
  782   }