/[projects]/dao/DaoMqPump2/DaoMqGUI/Service References/ServiceReference1/Reference.cs
ViewVC logotype

Diff of /dao/DaoMqPump2/DaoMqGUI/Service References/ServiceReference1/Reference.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2057 by torben, Mon Jul 8 14:23:01 2013 UTC revision 2058 by torben, Wed Aug 28 06:45:20 2013 UTC
# Line 1  Line 1 
1  //------------------------------------------------------------------------------  //------------------------------------------------------------------------------
2  // <auto-generated>  // <auto-generated>
3  //     This code was generated by a tool.  //     This code was generated by a tool.
4  //     Runtime Version:4.0.30319.586  //     Runtime Version:4.0.30319.2012
5  //  //
6  //     Changes to this file may cause incorrect behavior and will be lost if  //     Changes to this file may cause incorrect behavior and will be lost if
7  //     the code is regenerated.  //     the code is regenerated.
# Line 26  namespace DaoMqGUI.ServiceReference1 { Line 26  namespace DaoMqGUI.ServiceReference1 {
26          private int counterField;          private int counterField;
27                    
28          [System.Runtime.Serialization.OptionalFieldAttribute()]          [System.Runtime.Serialization.OptionalFieldAttribute()]
29            private int discardedCounterField;
30            
31            [System.Runtime.Serialization.OptionalFieldAttribute()]
32          private string lastErrorMessageField;          private string lastErrorMessageField;
33                    
34          [System.Runtime.Serialization.OptionalFieldAttribute()]          [System.Runtime.Serialization.OptionalFieldAttribute()]
# Line 65  namespace DaoMqGUI.ServiceReference1 { Line 68  namespace DaoMqGUI.ServiceReference1 {
68                  }                  }
69              }              }
70          }          }
71            
72            [System.Runtime.Serialization.DataMemberAttribute()]
73            public int discardedCounter {
74                get {
75                    return this.discardedCounterField;
76                }
77                set {
78                    if ((this.discardedCounterField.Equals(value) != true)) {
79                        this.discardedCounterField = value;
80                        this.RaisePropertyChanged("discardedCounter");
81                    }
82                }
83            }
84                    
85          [System.Runtime.Serialization.DataMemberAttribute()]          [System.Runtime.Serialization.DataMemberAttribute()]
86          public string lastErrorMessage {          public string lastErrorMessage {

Legend:
Removed from v.2057  
changed lines
  Added in v.2058

  ViewVC Help
Powered by ViewVC 1.1.20