| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // 此代码由工具生成。
- // 运行时版本:4.0.30319.42000
- //
- // 对此文件的更改可能会导致不正确的行为,并且如果
- // 重新生成代码,这些更改将会丢失。
- // </auto-generated>
- //------------------------------------------------------------------------------
- namespace Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010 {
-
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- [System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", ConfigurationName="HGSAPDK_ZPPFM010.ZPPFM010")]
- public interface ZPPFM010 {
-
- // CODEGEN: 操作 ZPPFM010 以后生成的消息协定不是 RPC,也不是换行文档。
- [System.ServiceModel.OperationContractAttribute(Action="urn:sap-com:document:sap:rfc:functions:ZPPFM010:ZPPFM010Request", ReplyAction="*")]
- [System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response1 ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request request);
- }
-
- /// <remarks/>
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.4084.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 Zppfm010 : object, System.ComponentModel.INotifyPropertyChanged {
-
- private ZSPP110[] tABLE_INField;
-
- private ZSPP110[] 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 ZSPP110[] 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 ZSPP110[] 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.4084.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 ZSPP110 : object, System.ComponentModel.INotifyPropertyChanged {
-
- private string zSCNUField;
-
- private string wERKSField;
-
- private string zSCTMField;
-
- private string zBZTMField;
-
- private string zCPBMField;
-
- private string mATNRField;
-
- private string uZEITField;
-
- private string zBZBSField;
-
- private string zCXBDField;
-
- private string kDAUFField;
-
- private string kDPOSField;
-
- private string zCODENField;
-
- private string zCODEYZMField;
-
- private string sECURITYCODEField;
-
- private string zTYPEField;
-
- private string zMSGField;
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
- 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=1)]
- 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=2)]
- public string ZSCTM {
- get {
- return this.zSCTMField;
- }
- set {
- this.zSCTMField = value;
- this.RaisePropertyChanged("ZSCTM");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=3)]
- public string ZBZTM {
- get {
- return this.zBZTMField;
- }
- set {
- this.zBZTMField = value;
- this.RaisePropertyChanged("ZBZTM");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
- public string ZCPBM {
- get {
- return this.zCPBMField;
- }
- set {
- this.zCPBMField = value;
- this.RaisePropertyChanged("ZCPBM");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=5)]
- 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=6)]
- public string UZEIT {
- get {
- return this.uZEITField;
- }
- set {
- this.uZEITField = value;
- this.RaisePropertyChanged("UZEIT");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=7)]
- 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=8)]
- public string ZCXBD {
- get {
- return this.zCXBDField;
- }
- set {
- this.zCXBDField = value;
- this.RaisePropertyChanged("ZCXBD");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=9)]
- public string KDAUF {
- get {
- return this.kDAUFField;
- }
- set {
- this.kDAUFField = value;
- this.RaisePropertyChanged("KDAUF");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=10)]
- public string KDPOS {
- get {
- return this.kDPOSField;
- }
- set {
- this.kDPOSField = value;
- this.RaisePropertyChanged("KDPOS");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=11)]
- public string ZCODEN {
- get {
- return this.zCODENField;
- }
- set {
- this.zCODENField = value;
- this.RaisePropertyChanged("ZCODEN");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=12)]
- public string ZCODEYZM {
- get {
- return this.zCODEYZMField;
- }
- set {
- this.zCODEYZMField = value;
- this.RaisePropertyChanged("ZCODEYZM");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=13)]
- public string SECURITYCODE {
- get {
- return this.sECURITYCODEField;
- }
- set {
- this.sECURITYCODEField = value;
- this.RaisePropertyChanged("SECURITYCODE");
- }
- }
-
- /// <remarks/>
- [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=14)]
- 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=15)]
- public string ZMSG {
- get {
- return this.zMSGField;
- }
- set {
- this.zMSGField = value;
- this.RaisePropertyChanged("ZMSG");
- }
- }
-
- 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.4084.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 ZPPFM010Response : object, System.ComponentModel.INotifyPropertyChanged {
-
- private ZSPP110[] tABLE_INField;
-
- private ZSPP110[] 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 ZSPP110[] 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 ZSPP110[] 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 ZPPFM010Request {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
- public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM010;
-
- public ZPPFM010Request() {
- }
-
- public ZPPFM010Request(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM010) {
- this.ZPPFM010 = ZPPFM010;
- }
- }
-
- [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 ZPPFM010Response1 {
-
- [System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:rfc:functions", Order=0)]
- public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010Response;
-
- public ZPPFM010Response1() {
- }
-
- public ZPPFM010Response1(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010Response) {
- this.ZPPFM010Response = ZPPFM010Response;
- }
- }
-
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public interface ZPPFM010Channel : Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010, System.ServiceModel.IClientChannel {
- }
-
- [System.Diagnostics.DebuggerStepThroughAttribute()]
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
- public partial class ZPPFM010Client : System.ServiceModel.ClientBase<Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010>, Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010 {
-
- public ZPPFM010Client() {
- }
-
- public ZPPFM010Client(string endpointConfigurationName) :
- base(endpointConfigurationName) {
- }
-
- public ZPPFM010Client(string endpointConfigurationName, string remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public ZPPFM010Client(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
- base(endpointConfigurationName, remoteAddress) {
- }
-
- public ZPPFM010Client(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_ZPPFM010.ZPPFM010Response1 Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010.ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request request) {
- return base.Channel.ZPPFM010(request);
- }
-
- public Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response ZPPFM010(Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.Zppfm010 ZPPFM0101) {
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request inValue = new Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Request();
- inValue.ZPPFM010 = ZPPFM0101;
- Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010Response1 retVal = ((Dongke.IBOSS.PRD.Service.SAPHegiiDataService.HGSAPDK_ZPPFM010.ZPPFM010)(this)).ZPPFM010(inValue);
- return retVal.ZPPFM010Response;
- }
- }
- }
|