| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715 |
- //------------------------------------------------------------------------------
- // <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:rfc:functions", ConfigurationName="HGSAPDK_ZPPFM008.ZPPFM008")]
- public interface ZPPFM008 {
-
- // CODEGEN: 操作 ZPPFM008 以后生成的消息协定不是 RPC,也不是换行文档。
- [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions: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.8.3752.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
- public partial class Zppfm008 : object, System.ComponentModel.INotifyPropertyChanged {
-
- private ZSPP100[] tABLE_INField;
-
- private ZSPP100[] tABLE_OUTField;
-
- 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[] TABLE_IN {
- get {
- return this.tABLE_INField;
- }
- set {
- this.tABLE_INField = value;
- this.RaisePropertyChanged("TABLE_IN");
- }
- }
-
- /// <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[] TABLE_OUT {
- get {
- return this.tABLE_OUTField;
- }
- set {
- this.tABLE_OUTField = value;
- this.RaisePropertyChanged("TABLE_OUT");
- }
- }
-
- /// <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.8.3752.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(Namespace="urn:sap-com:document:sap:rfc:functions")]
- 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 zKSSJField;
-
- private decimal zJSRQField;
-
- private string zCLNGField;
-
- private string zSPNGField;
-
- private string zQCNGField;
-
- private string zHSNGField;
-
- private string zGBNGField;
-
- private string zBZBSField;
-
- private string zSCSField;
-
- 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;
-
- private string mBLNR4Field;
-
- private string zTYPE4Field;
-
- private string zMSG4Field;
-
- /// <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 ZKSSJ {
- get {
- return this.zKSSJField;
- }
- set {
- this.zKSSJField = value;
- this.RaisePropertyChanged("ZKSSJ");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
- public decimal ZJSRQ {
- get {
- return this.zJSRQField;
- }
- set {
- this.zJSRQField = value;
- this.RaisePropertyChanged("ZJSRQ");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
- 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=11)]
- 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=12)]
- 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=13)]
- 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=14)]
- 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=15)]
- public string ZBZBS {
- get {
- return this.zBZBSField;
- }
- set {
- this.zBZBSField = value;
- this.RaisePropertyChanged("ZBZBS");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=16)]
- public string ZSCS {
- get {
- return this.zSCSField;
- }
- set {
- this.zSCSField = value;
- this.RaisePropertyChanged("ZSCS");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=17)]
- 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=18)]
- 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=19)]
- 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=20)]
- 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=21)]
- 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=22)]
- 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=23)]
- 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=24)]
- 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=25)]
- 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=26)]
- 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=27)]
- 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=28)]
- public string ZMSG3 {
- get {
- return this.zMSG3Field;
- }
- set {
- this.zMSG3Field = value;
- this.RaisePropertyChanged("ZMSG3");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=29)]
- public string MBLNR4 {
- get {
- return this.mBLNR4Field;
- }
- set {
- this.mBLNR4Field = value;
- this.RaisePropertyChanged("MBLNR4");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=30)]
- public string ZTYPE4 {
- get {
- return this.zTYPE4Field;
- }
- set {
- this.zTYPE4Field = value;
- this.RaisePropertyChanged("ZTYPE4");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=31)]
- public string ZMSG4 {
- get {
- return this.zMSG4Field;
- }
- set {
- this.zMSG4Field = value;
- this.RaisePropertyChanged("ZMSG4");
- }
- }
-
- 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.8.3752.0")]
- [System.SerializableAttribute()]
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true, Namespace="urn:sap-com:document:sap:rfc:functions")]
- public partial class ZPPFM008Response : object, System.ComponentModel.INotifyPropertyChanged {
-
- private ZSPP100[] tABLE_INField;
-
- private ZSPP100[] tABLE_OUTField;
-
- 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[] TABLE_IN {
- get {
- return this.tABLE_INField;
- }
- set {
- this.tABLE_INField = value;
- this.RaisePropertyChanged("TABLE_IN");
- }
- }
-
- /// <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[] TABLE_OUT {
- get {
- return this.tABLE_OUTField;
- }
- set {
- this.tABLE_OUTField = value;
- this.RaisePropertyChanged("TABLE_OUT");
- }
- }
-
- /// <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:rfc:functions", 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:rfc:functions", 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;
- }
- }
- }
|