Reference.cs 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace UAS_LabelMachine.Vivo_BoxReelRelation {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(ConfigurationName="Vivo_BoxReelRelation.Service1Soap")]
  13. public interface Service1Soap {
  14. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/HelloWorld", ReplyAction="*")]
  15. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  16. string HelloWorld();
  17. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID", ReplyAction="*")]
  18. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  19. string getCompID(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, int amount, string ordercode, string createuser, string remark);
  20. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getCompID_V1", ReplyAction="*")]
  21. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  22. string getCompID_V1(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, int amount, string ordercode, string createuser, string remark);
  23. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/insertBoxReelRelation", ReplyAction="*")]
  24. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  25. string insertBoxReelRelation(string createcode, string manufacturer, string boxID, string compid, string createuser, string remark);
  26. [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/getReelListByBoxID", ReplyAction="*")]
  27. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  28. UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity[] getReelListByBoxID(string queryCode, string boxID);
  29. }
  30. /// <remarks/>
  31. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1064.2")]
  32. [System.SerializableAttribute()]
  33. [System.Diagnostics.DebuggerStepThroughAttribute()]
  34. [System.ComponentModel.DesignerCategoryAttribute("code")]
  35. [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://tempuri.org/")]
  36. public partial class ReelEntity : object, System.ComponentModel.INotifyPropertyChanged {
  37. private string boxidField;
  38. private string compidField;
  39. private string compnameField;
  40. private string manufacturerField;
  41. private string lotnoField;
  42. private string datecodeField;
  43. private string amountField;
  44. private string ordercodeField;
  45. private string statusField;
  46. private string brandField;
  47. /// <remarks/>
  48. [System.Xml.Serialization.XmlElementAttribute(Order=0)]
  49. public string Boxid {
  50. get {
  51. return this.boxidField;
  52. }
  53. set {
  54. this.boxidField = value;
  55. this.RaisePropertyChanged("Boxid");
  56. }
  57. }
  58. /// <remarks/>
  59. [System.Xml.Serialization.XmlElementAttribute(Order=1)]
  60. public string Compid {
  61. get {
  62. return this.compidField;
  63. }
  64. set {
  65. this.compidField = value;
  66. this.RaisePropertyChanged("Compid");
  67. }
  68. }
  69. /// <remarks/>
  70. [System.Xml.Serialization.XmlElementAttribute(Order=2)]
  71. public string Compname {
  72. get {
  73. return this.compnameField;
  74. }
  75. set {
  76. this.compnameField = value;
  77. this.RaisePropertyChanged("Compname");
  78. }
  79. }
  80. /// <remarks/>
  81. [System.Xml.Serialization.XmlElementAttribute(Order=3)]
  82. public string Manufacturer {
  83. get {
  84. return this.manufacturerField;
  85. }
  86. set {
  87. this.manufacturerField = value;
  88. this.RaisePropertyChanged("Manufacturer");
  89. }
  90. }
  91. /// <remarks/>
  92. [System.Xml.Serialization.XmlElementAttribute(Order=4)]
  93. public string Lotno {
  94. get {
  95. return this.lotnoField;
  96. }
  97. set {
  98. this.lotnoField = value;
  99. this.RaisePropertyChanged("Lotno");
  100. }
  101. }
  102. /// <remarks/>
  103. [System.Xml.Serialization.XmlElementAttribute(Order=5)]
  104. public string Datecode {
  105. get {
  106. return this.datecodeField;
  107. }
  108. set {
  109. this.datecodeField = value;
  110. this.RaisePropertyChanged("Datecode");
  111. }
  112. }
  113. /// <remarks/>
  114. [System.Xml.Serialization.XmlElementAttribute(Order=6)]
  115. public string Amount {
  116. get {
  117. return this.amountField;
  118. }
  119. set {
  120. this.amountField = value;
  121. this.RaisePropertyChanged("Amount");
  122. }
  123. }
  124. /// <remarks/>
  125. [System.Xml.Serialization.XmlElementAttribute(Order=7)]
  126. public string Ordercode {
  127. get {
  128. return this.ordercodeField;
  129. }
  130. set {
  131. this.ordercodeField = value;
  132. this.RaisePropertyChanged("Ordercode");
  133. }
  134. }
  135. /// <remarks/>
  136. [System.Xml.Serialization.XmlElementAttribute(Order=8)]
  137. public string Status {
  138. get {
  139. return this.statusField;
  140. }
  141. set {
  142. this.statusField = value;
  143. this.RaisePropertyChanged("Status");
  144. }
  145. }
  146. /// <remarks/>
  147. [System.Xml.Serialization.XmlElementAttribute(Order=9)]
  148. public string Brand {
  149. get {
  150. return this.brandField;
  151. }
  152. set {
  153. this.brandField = value;
  154. this.RaisePropertyChanged("Brand");
  155. }
  156. }
  157. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  158. protected void RaisePropertyChanged(string propertyName) {
  159. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  160. if ((propertyChanged != null)) {
  161. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  162. }
  163. }
  164. }
  165. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  166. public interface Service1SoapChannel : UAS_LabelMachine.Vivo_BoxReelRelation.Service1Soap, System.ServiceModel.IClientChannel {
  167. }
  168. [System.Diagnostics.DebuggerStepThroughAttribute()]
  169. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  170. public partial class Service1SoapClient : System.ServiceModel.ClientBase<UAS_LabelMachine.Vivo_BoxReelRelation.Service1Soap>, UAS_LabelMachine.Vivo_BoxReelRelation.Service1Soap {
  171. public Service1SoapClient() {
  172. }
  173. public Service1SoapClient(string endpointConfigurationName) :
  174. base(endpointConfigurationName) {
  175. }
  176. public Service1SoapClient(string endpointConfigurationName, string remoteAddress) :
  177. base(endpointConfigurationName, remoteAddress) {
  178. }
  179. public Service1SoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  180. base(endpointConfigurationName, remoteAddress) {
  181. }
  182. public Service1SoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  183. base(binding, remoteAddress) {
  184. }
  185. public string HelloWorld() {
  186. return base.Channel.HelloWorld();
  187. }
  188. public string getCompID(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, int amount, string ordercode, string createuser, string remark) {
  189. return base.Channel.getCompID(createcode, boxid, compname, manufacturer, lotno, datecode, amount, ordercode, createuser, remark);
  190. }
  191. public string getCompID_V1(string createcode, string boxid, string compname, string manufacturer, string lotno, string datecode, string brand, int amount, string ordercode, string createuser, string remark) {
  192. return base.Channel.getCompID_V1(createcode, boxid, compname, manufacturer, lotno, datecode, brand, amount, ordercode, createuser, remark);
  193. }
  194. public string insertBoxReelRelation(string createcode, string manufacturer, string boxID, string compid, string createuser, string remark) {
  195. return base.Channel.insertBoxReelRelation(createcode, manufacturer, boxID, compid, createuser, remark);
  196. }
  197. public UAS_LabelMachine.Vivo_BoxReelRelation.ReelEntity[] getReelListByBoxID(string queryCode, string boxID) {
  198. return base.Channel.getReelListByBoxID(queryCode, boxID);
  199. }
  200. }
  201. }