| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008 {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", ConfigurationName="HGSAPDK_ZPPFM008.ZPPFM008")]
- public interface ZPPFM008 {
-
- // CODEGEN: 操作 Zppfm008 以后生成的消息协定不是 RPC,也不是换行文档。
- [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:soap:functions:mc-style:ZPPFM008:Zppfm008Request", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Response1 Zppfm008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Request request);
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
- public partial class Zppfm008 : object, System.ComponentModel.INotifyPropertyChanged {
-
- private Zspp100[] tableInField;
-
- private Zspp100[] tableOutField;
-
- private int zsumField;
-
- private bool zsumFieldSpecified;
-
- /// <remarks/>
- [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
- public Zspp100[] TableIn {
- get {
- return this.tableInField;
- }
- set {
- this.tableInField = value;
- this.RaisePropertyChanged("TableIn");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
- public Zspp100[] TableOut {
- get {
- return this.tableOutField;
- }
- set {
- this.tableOutField = value;
- this.RaisePropertyChanged("TableOut");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public int Zsum {
- get {
- return this.zsumField;
- }
- set {
- this.zsumField = value;
- this.RaisePropertyChanged("Zsum");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlIgnoreAttribute()]
- public bool ZsumSpecified {
- get {
- return this.zsumFieldSpecified;
- }
- set {
- this.zsumFieldSpecified = value;
- this.RaisePropertyChanged("ZsumSpecified");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
- public partial class Zspp100 : object, System.ComponentModel.INotifyPropertyChanged {
-
- private string werksField;
-
- private string groesField;
-
- private string matnrField;
-
- private string zghnuField;
-
- private string zjdnuField;
-
- private string zscnuField;
-
- private string vbelnField;
-
- private string posnrField;
-
- private string zclngField;
-
- private string zspngField;
-
- private string zqcngField;
-
- private string zhsngField;
-
- private string zgbngField;
-
- private string ztypeField;
-
- private string zmsgField;
-
- private string mjahrField;
-
- private string mblnr1Field;
-
- private string ztype1Field;
-
- private string zmsg1Field;
-
- private string mblnr2Field;
-
- private string ztype2Field;
-
- private string zmsg2Field;
-
- private string mblnr3Field;
-
- private string ztype3Field;
-
- private string zmsg3Field;
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- public string Werks {
- get {
- return this.werksField;
- }
- set {
- this.werksField = value;
- this.RaisePropertyChanged("Werks");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- public string Groes {
- get {
- return this.groesField;
- }
- set {
- this.groesField = value;
- this.RaisePropertyChanged("Groes");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public string Matnr {
- get {
- return this.matnrField;
- }
- set {
- this.matnrField = value;
- this.RaisePropertyChanged("Matnr");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public string Zghnu {
- get {
- return this.zghnuField;
- }
- set {
- this.zghnuField = value;
- this.RaisePropertyChanged("Zghnu");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
- public string Zjdnu {
- get {
- return this.zjdnuField;
- }
- set {
- this.zjdnuField = value;
- this.RaisePropertyChanged("Zjdnu");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
- public string Zscnu {
- get {
- return this.zscnuField;
- }
- set {
- this.zscnuField = value;
- this.RaisePropertyChanged("Zscnu");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=6)]
- public string Vbeln {
- get {
- return this.vbelnField;
- }
- set {
- this.vbelnField = value;
- this.RaisePropertyChanged("Vbeln");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
- public string Posnr {
- get {
- return this.posnrField;
- }
- set {
- this.posnrField = value;
- this.RaisePropertyChanged("Posnr");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=8)]
- public string Zclng {
- get {
- return this.zclngField;
- }
- set {
- this.zclngField = value;
- this.RaisePropertyChanged("Zclng");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
- public string Zspng {
- get {
- return this.zspngField;
- }
- set {
- this.zspngField = value;
- this.RaisePropertyChanged("Zspng");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
- public string Zqcng {
- get {
- return this.zqcngField;
- }
- set {
- this.zqcngField = value;
- this.RaisePropertyChanged("Zqcng");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
- public string Zhsng {
- get {
- return this.zhsngField;
- }
- set {
- this.zhsngField = value;
- this.RaisePropertyChanged("Zhsng");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)]
- public string Zgbng {
- get {
- return this.zgbngField;
- }
- set {
- this.zgbngField = value;
- this.RaisePropertyChanged("Zgbng");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)]
- public string Ztype {
- get {
- return this.ztypeField;
- }
- set {
- this.ztypeField = value;
- this.RaisePropertyChanged("Ztype");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=14)]
- public string Zmsg {
- get {
- return this.zmsgField;
- }
- set {
- this.zmsgField = value;
- this.RaisePropertyChanged("Zmsg");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=15)]
- public string Mjahr {
- get {
- return this.mjahrField;
- }
- set {
- this.mjahrField = value;
- this.RaisePropertyChanged("Mjahr");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=16)]
- public string Mblnr1 {
- get {
- return this.mblnr1Field;
- }
- set {
- this.mblnr1Field = value;
- this.RaisePropertyChanged("Mblnr1");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=17)]
- public string Ztype1 {
- get {
- return this.ztype1Field;
- }
- set {
- this.ztype1Field = value;
- this.RaisePropertyChanged("Ztype1");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=18)]
- public string Zmsg1 {
- get {
- return this.zmsg1Field;
- }
- set {
- this.zmsg1Field = value;
- this.RaisePropertyChanged("Zmsg1");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=19)]
- public string Mblnr2 {
- get {
- return this.mblnr2Field;
- }
- set {
- this.mblnr2Field = value;
- this.RaisePropertyChanged("Mblnr2");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=20)]
- public string Ztype2 {
- get {
- return this.ztype2Field;
- }
- set {
- this.ztype2Field = value;
- this.RaisePropertyChanged("Ztype2");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=21)]
- public string Zmsg2 {
- get {
- return this.zmsg2Field;
- }
- set {
- this.zmsg2Field = value;
- this.RaisePropertyChanged("Zmsg2");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=22)]
- public string Mblnr3 {
- get {
- return this.mblnr3Field;
- }
- set {
- this.mblnr3Field = value;
- this.RaisePropertyChanged("Mblnr3");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=23)]
- public string Ztype3 {
- get {
- return this.ztype3Field;
- }
- set {
- this.ztype3Field = value;
- this.RaisePropertyChanged("Ztype3");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=24)]
- public string Zmsg3 {
- get {
- return this.zmsg3Field;
- }
- set {
- this.zmsg3Field = value;
- this.RaisePropertyChanged("Zmsg3");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3056.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:soap:functions:mc-style")]
- public partial class Zppfm008Response : object, System.ComponentModel.INotifyPropertyChanged {
-
- private Zspp100[] tableInField;
-
- private Zspp100[] tableOutField;
-
- private string zmsgField;
-
- private string ztypeField;
-
- /// <remarks/>
- [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
- public Zspp100[] TableIn {
- get {
- return this.tableInField;
- }
- set {
- this.tableInField = value;
- this.RaisePropertyChanged("TableIn");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlArrayAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
- [System.Xml.Serialization.XmlArrayItemAttribute("item", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=false)]
- public Zspp100[] TableOut {
- get {
- return this.tableOutField;
- }
- set {
- this.tableOutField = value;
- this.RaisePropertyChanged("TableOut");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
- public string Zmsg {
- get {
- return this.zmsgField;
- }
- set {
- this.zmsgField = value;
- this.RaisePropertyChanged("Zmsg");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public string Ztype {
- get {
- return this.ztypeField;
- }
- set {
- this.ztypeField = value;
- this.RaisePropertyChanged("Ztype");
- }
- }
-
- public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged;
-
- protected void RaisePropertyChanged(string propertyName) {
- System.ComponentModel.PropertyChangedEventHandler propertyChanged = this.PropertyChanged;
- if ((propertyChanged != null)) {
- propertyChanged(this, new System.ComponentModel.PropertyChangedEventArgs(propertyName));
- }
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class Zppfm008Request {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
- public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 Zppfm008;
-
- public Zppfm008Request() {
- }
-
- public Zppfm008Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 Zppfm008) {
- this.Zppfm008 = Zppfm008;
- }
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- [System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
- public partial class Zppfm008Response1 {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
- public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Response Zppfm008Response;
-
- public Zppfm008Response1() {
- }
-
- public Zppfm008Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Response Zppfm008Response) {
- this.Zppfm008Response = Zppfm008Response;
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public interface ZPPFM008Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public partial class ZPPFM008Client : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008>, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008 {
-
- public ZPPFM008Client() {
- }
-
- public ZPPFM008Client(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public ZPPFM008Client(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public ZPPFM008Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public ZPPFM008Client(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
- base(binding, remoteAddress) {
- }
-
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Response1 Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008.Zppfm008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Request request) {
- return base.Channel.Zppfm008(request);
- }
-
- public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Response Zppfm008(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008 Zppfm0081) {
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Request();
- inValue.Zppfm008 = Zppfm0081;
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.Zppfm008Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM008.ZPPFM008)(this)).Zppfm008(inValue);
- return retVal.Zppfm008Response;
- }
- }
- }
|