BugX41.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.235
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Dealerinfo.wsvDealerinfo {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="http://programcallbean.accentry.accell.nl", ConfigurationName="wsvDealerinfo.WSVDealerInfoServices")]
  13. public interface WSVDealerInfoServices {
  14. // CODEGEN: Parameter 'wsvdealerinfo_XMLReturn' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlElementAttribute'.
  15. [System.ServiceModel.OperationContractAttribute(Action="wsvdealerinfo_XML", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. [return: System.ServiceModel.MessageParameterAttribute(Name="wsvdealerinfo_XMLReturn")]
  18. Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLResponse wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest request);
  19. // CODEGEN: Parameter 'wsvdealerinfoReturn' requires additional schema information that cannot be captured using the parameter mode. The specific attribute is 'System.Xml.Serialization.XmlElementAttribute'.
  20. [System.ServiceModel.OperationContractAttribute(Action="wsvdealerinfo", ReplyAction="*")]
  21. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  22. [return: System.ServiceModel.MessageParameterAttribute(Name="wsvdealerinfoReturn")]
  23. Dealerinfo.wsvDealerinfo.wsvdealerinfoResponse wsvdealerinfo(Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest request);
  24. }
  25. /// <remarks/>
  26. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.1")]
  27. [System.SerializableAttribute()]
  28. [System.Diagnostics.DebuggerStepThroughAttribute()]
  29. [System.ComponentModel.DesignerCategoryAttribute("code")]
  30. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://programcallbean.accentry.accell.nl")]
  31. public partial class WSVDealerInfoInput : object, System.ComponentModel.INotifyPropertyChanged {
  32. private string returncodeField;
  33. private string wSVBedrijfscodeField;
  34. private string wSVDealercodeField;
  35. private string wSVWachtwoordField;
  36. /// <remarks/>
  37. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
  38. public string returncode {
  39. get {
  40. return this.returncodeField;
  41. }
  42. set {
  43. this.returncodeField = value;
  44. this.RaisePropertyChanged("returncode");
  45. }
  46. }
  47. /// <remarks/>
  48. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=1)]
  49. public string WSVBedrijfscode {
  50. get {
  51. return this.wSVBedrijfscodeField;
  52. }
  53. set {
  54. this.wSVBedrijfscodeField = value;
  55. this.RaisePropertyChanged("WSVBedrijfscode");
  56. }
  57. }
  58. /// <remarks/>
  59. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=2)]
  60. public string WSVDealercode {
  61. get {
  62. return this.wSVDealercodeField;
  63. }
  64. set {
  65. this.wSVDealercodeField = value;
  66. this.RaisePropertyChanged("WSVDealercode");
  67. }
  68. }
  69. /// <remarks/>
  70. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=3)]
  71. public string WSVWachtwoord {
  72. get {
  73. return this.wSVWachtwoordField;
  74. }
  75. set {
  76. this.wSVWachtwoordField = value;
  77. this.RaisePropertyChanged("WSVWachtwoord");
  78. }
  79. }
  80. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  81. protected void RaisePropertyChanged(string propertyName) {
  82. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  83. if ((propertyChanged != null)) {
  84. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  85. }
  86. }
  87. }
  88. /// <remarks/>
  89. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.0.30319.1")]
  90. [System.SerializableAttribute()]
  91. [System.Diagnostics.DebuggerStepThroughAttribute()]
  92. [System.ComponentModel.DesignerCategoryAttribute("code")]
  93. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://programcallbean.accentry.accell.nl")]
  94. public partial class WSVDealerInfoResult : object, System.ComponentModel.INotifyPropertyChanged {
  95. private string returncodeField;
  96. private string wSVFoutmeldingField;
  97. private string wSVDealerinfoField;
  98. /// <remarks/>
  99. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=0)]
  100. public string returncode {
  101. get {
  102. return this.returncodeField;
  103. }
  104. set {
  105. this.returncodeField = value;
  106. this.RaisePropertyChanged("returncode");
  107. }
  108. }
  109. /// <remarks/>
  110. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=1)]
  111. public string WSVFoutmelding {
  112. get {
  113. return this.wSVFoutmeldingField;
  114. }
  115. set {
  116. this.wSVFoutmeldingField = value;
  117. this.RaisePropertyChanged("WSVFoutmelding");
  118. }
  119. }
  120. /// <remarks/>
  121. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true, Order=2)]
  122. public string WSVDealerinfo {
  123. get {
  124. return this.wSVDealerinfoField;
  125. }
  126. set {
  127. this.wSVDealerinfoField = value;
  128. this.RaisePropertyChanged("WSVDealerinfo");
  129. }
  130. }
  131. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  132. protected void RaisePropertyChanged(string propertyName) {
  133. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  134. if ((propertyChanged != null)) {
  135. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  136. }
  137. }
  138. }
  139. [System.Diagnostics.DebuggerStepThroughAttribute()]
  140. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  141. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  142. [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfo_XML", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
  143. public partial class wsvdealerinfo_XMLRequest {
  144. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
  145. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  146. public Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData;
  147. public wsvdealerinfo_XMLRequest() {
  148. }
  149. public wsvdealerinfo_XMLRequest(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
  150. this.inputData = inputData;
  151. }
  152. }
  153. [System.Diagnostics.DebuggerStepThroughAttribute()]
  154. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  155. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  156. [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfo_XMLResponse", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
  157. public partial class wsvdealerinfo_XMLResponse {
  158. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
  159. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  160. public string wsvdealerinfo_XMLReturn;
  161. public wsvdealerinfo_XMLResponse() {
  162. }
  163. public wsvdealerinfo_XMLResponse(string wsvdealerinfo_XMLReturn) {
  164. this.wsvdealerinfo_XMLReturn = wsvdealerinfo_XMLReturn;
  165. }
  166. }
  167. [System.Diagnostics.DebuggerStepThroughAttribute()]
  168. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  169. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  170. [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfo", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
  171. public partial class wsvdealerinfoRequest {
  172. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
  173. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  174. public Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData;
  175. public wsvdealerinfoRequest() {
  176. }
  177. public wsvdealerinfoRequest(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
  178. this.inputData = inputData;
  179. }
  180. }
  181. [System.Diagnostics.DebuggerStepThroughAttribute()]
  182. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  183. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  184. [System.ServiceModel.MessageContractAttribute(WrapperName="wsvdealerinfoResponse", WrapperNamespace="http://programcallbean.accentry.accell.nl", IsWrapped=true)]
  185. public partial class wsvdealerinfoResponse {
  186. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="http://programcallbean.accentry.accell.nl", Order=0)]
  187. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
  188. public Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfoReturn;
  189. public wsvdealerinfoResponse() {
  190. }
  191. public wsvdealerinfoResponse(Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfoReturn) {
  192. this.wsvdealerinfoReturn = wsvdealerinfoReturn;
  193. }
  194. }
  195. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  196. public interface WSVDealerInfoServicesChannel : Dealerinfo.wsvDealerinfo.WSVDealerInfoServices, System.ServiceModel.IClientChannel {
  197. }
  198. [System.Diagnostics.DebuggerStepThroughAttribute()]
  199. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  200. public partial class WSVDealerInfoServicesClient : System.ServiceModel.ClientBase<Dealerinfo.wsvDealerinfo.WSVDealerInfoServices>, Dealerinfo.wsvDealerinfo.WSVDealerInfoServices {
  201. public WSVDealerInfoServicesClient() {
  202. }
  203. public WSVDealerInfoServicesClient(string endpointConfigurationName) :
  204. base(endpointConfigurationName) {
  205. }
  206. public WSVDealerInfoServicesClient(string endpointConfigurationName, string remoteAddress) :
  207. base(endpointConfigurationName, remoteAddress) {
  208. }
  209. public WSVDealerInfoServicesClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  210. base(endpointConfigurationName, remoteAddress) {
  211. }
  212. public WSVDealerInfoServicesClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  213. base(binding, remoteAddress) {
  214. }
  215. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  216. Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLResponse Dealerinfo.wsvDealerinfo.WSVDealerInfoServices.wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest request) {
  217. return base.Channel.wsvdealerinfo_XML(request);
  218. }
  219. public string wsvdealerinfo_XML(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
  220. Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest inValue = new Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLRequest();
  221. inValue.inputData = inputData;
  222. Dealerinfo.wsvDealerinfo.wsvdealerinfo_XMLResponse retVal = ((Dealerinfo.wsvDealerinfo.WSVDealerInfoServices)(this)).wsvdealerinfo_XML(inValue);
  223. return retVal.wsvdealerinfo_XMLReturn;
  224. }
  225. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  226. Dealerinfo.wsvDealerinfo.wsvdealerinfoResponse Dealerinfo.wsvDealerinfo.WSVDealerInfoServices.wsvdealerinfo(Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest request) {
  227. return base.Channel.wsvdealerinfo(request);
  228. }
  229. public Dealerinfo.wsvDealerinfo.WSVDealerInfoResult wsvdealerinfo(Dealerinfo.wsvDealerinfo.WSVDealerInfoInput inputData) {
  230. Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest inValue = new Dealerinfo.wsvDealerinfo.wsvdealerinfoRequest();
  231. inValue.inputData = inputData;
  232. Dealerinfo.wsvDealerinfo.wsvdealerinfoResponse retVal = ((Dealerinfo.wsvDealerinfo.WSVDealerInfoServices)(this)).wsvdealerinfo(inValue);
  233. return retVal.wsvdealerinfoReturn;
  234. }
  235. }
  236. }