纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

265 lines
12 KiB

9 months ago
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // 此代码由工具生成。
  4. // 运行时版本:4.0.30319.42000
  5. //
  6. // 对此文件的更改可能会导致不正确的行为,并且如果
  7. // 重新生成代码,这些更改将会丢失。
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NFine.Application.GetItemZzDays {
  11. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  12. [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", ConfigurationName="GetItemZzDays.ZWMS_SK_KCWLZZTS")]
  13. public interface ZWMS_SK_KCWLZZTS {
  14. // CODEGEN: 操作 ZwmsSkKcwlzzts 以后生成的消息协定不是 RPC,也不是换行文档。
  15. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
  16. [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
  17. NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse1 ZwmsSkKcwlzzts(NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest request);
  18. [System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
  19. System.Threading.Tasks.Task<NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse1> ZwmsSkKcwlzztsAsync(NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest request);
  20. }
  21. /// <remarks/>
  22. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  23. [System.SerializableAttribute()]
  24. [System.Diagnostics.DebuggerStepThroughAttribute()]
  25. [System.ComponentModel.DesignerCategoryAttribute("code")]
  26. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  27. public partial class ZwmsSkKcwlzzts : object, System.ComponentModel.INotifyPropertyChanged {
  28. private Zmm906t1[] t_906t1Field;
  29. /// <remarks/>
  30. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  31. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  32. public Zmm906t1[] T_906t1 {
  33. get {
  34. return this.t_906t1Field;
  35. }
  36. set {
  37. this.t_906t1Field = value;
  38. this.RaisePropertyChanged("T_906t1");
  39. }
  40. }
  41. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  42. protected void RaisePropertyChanged(string propertyName) {
  43. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  44. if ((propertyChanged != null)) {
  45. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  46. }
  47. }
  48. }
  49. /// <remarks/>
  50. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  51. [System.SerializableAttribute()]
  52. [System.Diagnostics.DebuggerStepThroughAttribute()]
  53. [System.ComponentModel.DesignerCategoryAttribute("code")]
  54. [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  55. public partial class Zmm906t1 : object, System.ComponentModel.INotifyPropertyChanged {
  56. private string mandtField;
  57. private string zcycleField;
  58. private string zagingField;
  59. /// <remarks/>
  60. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  61. public string Mandt {
  62. get {
  63. return this.mandtField;
  64. }
  65. set {
  66. this.mandtField = value;
  67. this.RaisePropertyChanged("Mandt");
  68. }
  69. }
  70. /// <remarks/>
  71. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  72. public string Zcycle {
  73. get {
  74. return this.zcycleField;
  75. }
  76. set {
  77. this.zcycleField = value;
  78. this.RaisePropertyChanged("Zcycle");
  79. }
  80. }
  81. /// <remarks/>
  82. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  83. public string Zaging {
  84. get {
  85. return this.zagingField;
  86. }
  87. set {
  88. this.zagingField = value;
  89. this.RaisePropertyChanged("Zaging");
  90. }
  91. }
  92. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  93. protected void RaisePropertyChanged(string propertyName) {
  94. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  95. if ((propertyChanged != null)) {
  96. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  97. }
  98. }
  99. }
  100. /// <remarks/>
  101. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.0")]
  102. [System.SerializableAttribute()]
  103. [System.Diagnostics.DebuggerStepThroughAttribute()]
  104. [System.ComponentModel.DesignerCategoryAttribute("code")]
  105. [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
  106. public partial class ZwmsSkKcwlzztsResponse : object, System.ComponentModel.INotifyPropertyChanged {
  107. private string messageField;
  108. private string messageTypeField;
  109. private Zmm906t1[] t_906t1Field;
  110. /// <remarks/>
  111. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
  112. public string Message {
  113. get {
  114. return this.messageField;
  115. }
  116. set {
  117. this.messageField = value;
  118. this.RaisePropertyChanged("Message");
  119. }
  120. }
  121. /// <remarks/>
  122. [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
  123. public string MessageType {
  124. get {
  125. return this.messageTypeField;
  126. }
  127. set {
  128. this.messageTypeField = value;
  129. this.RaisePropertyChanged("MessageType");
  130. }
  131. }
  132. /// <remarks/>
  133. [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
  134. [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
  135. public Zmm906t1[] T_906t1 {
  136. get {
  137. return this.t_906t1Field;
  138. }
  139. set {
  140. this.t_906t1Field = value;
  141. this.RaisePropertyChanged("T_906t1");
  142. }
  143. }
  144. public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
  145. protected void RaisePropertyChanged(string propertyName) {
  146. System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
  147. if ((propertyChanged != null)) {
  148. propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
  149. }
  150. }
  151. }
  152. [System.Diagnostics.DebuggerStepThroughAttribute()]
  153. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  154. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  155. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  156. public partial class ZwmsSkKcwlzztsRequest {
  157. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
  158. public NFine.Application.GetItemZzDays.ZwmsSkKcwlzzts ZwmsSkKcwlzzts;
  159. public ZwmsSkKcwlzztsRequest() {
  160. }
  161. public ZwmsSkKcwlzztsRequest(NFine.Application.GetItemZzDays.ZwmsSkKcwlzzts ZwmsSkKcwlzzts) {
  162. this.ZwmsSkKcwlzzts = ZwmsSkKcwlzzts;
  163. }
  164. }
  165. [System.Diagnostics.DebuggerStepThroughAttribute()]
  166. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  167. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  168. [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
  169. public partial class ZwmsSkKcwlzztsResponse1 {
  170. [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
  171. public NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse ZwmsSkKcwlzztsResponse;
  172. public ZwmsSkKcwlzztsResponse1() {
  173. }
  174. public ZwmsSkKcwlzztsResponse1(NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse ZwmsSkKcwlzztsResponse) {
  175. this.ZwmsSkKcwlzztsResponse = ZwmsSkKcwlzztsResponse;
  176. }
  177. }
  178. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  179. public interface ZWMS_SK_KCWLZZTSChannel : NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS, System.ServiceModel.IClientChannel {
  180. }
  181. [System.Diagnostics.DebuggerStepThroughAttribute()]
  182. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
  183. public partial class ZWMS_SK_KCWLZZTSClient : System.ServiceModel.ClientBase<NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS>, NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS {
  184. public ZWMS_SK_KCWLZZTSClient() {
  185. }
  186. public ZWMS_SK_KCWLZZTSClient(string endpointConfigurationName) :
  187. base(endpointConfigurationName) {
  188. }
  189. public ZWMS_SK_KCWLZZTSClient(string endpointConfigurationName, string remoteAddress) :
  190. base(endpointConfigurationName, remoteAddress) {
  191. }
  192. public ZWMS_SK_KCWLZZTSClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
  193. base(endpointConfigurationName, remoteAddress) {
  194. }
  195. public ZWMS_SK_KCWLZZTSClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
  196. base(binding, remoteAddress) {
  197. }
  198. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  199. NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse1 NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS.ZwmsSkKcwlzzts(NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest request) {
  200. return base.Channel.ZwmsSkKcwlzzts(request);
  201. }
  202. public NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse ZwmsSkKcwlzzts(NFine.Application.GetItemZzDays.ZwmsSkKcwlzzts ZwmsSkKcwlzzts1) {
  203. NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest inValue = new NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest();
  204. inValue.ZwmsSkKcwlzzts = ZwmsSkKcwlzzts1;
  205. NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse1 retVal = ((NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS)(this)).ZwmsSkKcwlzzts(inValue);
  206. return retVal.ZwmsSkKcwlzztsResponse;
  207. }
  208. [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
  209. System.Threading.Tasks.Task<NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse1> NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS.ZwmsSkKcwlzztsAsync(NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest request) {
  210. return base.Channel.ZwmsSkKcwlzztsAsync(request);
  211. }
  212. public System.Threading.Tasks.Task<NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsResponse1> ZwmsSkKcwlzztsAsync(NFine.Application.GetItemZzDays.ZwmsSkKcwlzzts ZwmsSkKcwlzzts) {
  213. NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest inValue = new NFine.Application.GetItemZzDays.ZwmsSkKcwlzztsRequest();
  214. inValue.ZwmsSkKcwlzzts = ZwmsSkKcwlzzts;
  215. return ((NFine.Application.GetItemZzDays.ZWMS_SK_KCWLZZTS)(this)).ZwmsSkKcwlzztsAsync(inValue);
  216. }
  217. }
  218. }