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.
369 lines
16 KiB
369 lines
16 KiB
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace NFine.Application.GetItemAge {
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
[System.ServiceModel.ServiceContractAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", ConfigurationName="GetItemAge.ZWMS_SK_KB_WXQKCZL")]
|
|
public interface ZWMS_SK_KB_WXQKCZL {
|
|
|
|
// CODEGEN: 操作 ZwmsSkKbWxqkczl 以后生成的消息协定不是 RPC,也不是换行文档。
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
[System.ServiceModel.XmlSerializerFormatAttribute(SupportFaults=true)]
|
|
NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1 ZwmsSkKbWxqkczl(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request);
|
|
|
|
[System.ServiceModel.OperationContractAttribute(Action="", ReplyAction="*")]
|
|
System.Threading.Tasks.Task<NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1> ZwmsSkKbWxqkczlAsync(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request);
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9037.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 ZwmsSkKbWxqkczl : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private ZgcnyStrc[] itGcnyField;
|
|
|
|
private ZwxqkczlStrc[] itWxqkczlField;
|
|
|
|
private string zflagField;
|
|
|
|
/// <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 ZgcnyStrc[] ItGcny {
|
|
get {
|
|
return this.itGcnyField;
|
|
}
|
|
set {
|
|
this.itGcnyField = value;
|
|
this.RaisePropertyChanged("ItGcny");
|
|
}
|
|
}
|
|
|
|
/// <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 ZwxqkczlStrc[] ItWxqkczl {
|
|
get {
|
|
return this.itWxqkczlField;
|
|
}
|
|
set {
|
|
this.itWxqkczlField = value;
|
|
this.RaisePropertyChanged("ItWxqkczl");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
|
|
public string Zflag {
|
|
get {
|
|
return this.zflagField;
|
|
}
|
|
set {
|
|
this.zflagField = value;
|
|
this.RaisePropertyChanged("Zflag");
|
|
}
|
|
}
|
|
|
|
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.9037.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 ZgcnyStrc : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string mandtField;
|
|
|
|
private string werksField;
|
|
|
|
private string kmonthField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
|
|
public string Mandt {
|
|
get {
|
|
return this.mandtField;
|
|
}
|
|
set {
|
|
this.mandtField = value;
|
|
this.RaisePropertyChanged("Mandt");
|
|
}
|
|
}
|
|
|
|
/// <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 Kmonth {
|
|
get {
|
|
return this.kmonthField;
|
|
}
|
|
set {
|
|
this.kmonthField = value;
|
|
this.RaisePropertyChanged("Kmonth");
|
|
}
|
|
}
|
|
|
|
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.9037.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 ZwxqkczlStrc : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private string mandtField;
|
|
|
|
private string kmonthField;
|
|
|
|
private string werksField;
|
|
|
|
private string zagingField;
|
|
|
|
private decimal zstockField;
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=0)]
|
|
public string Mandt {
|
|
get {
|
|
return this.mandtField;
|
|
}
|
|
set {
|
|
this.mandtField = value;
|
|
this.RaisePropertyChanged("Mandt");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=1)]
|
|
public string Kmonth {
|
|
get {
|
|
return this.kmonthField;
|
|
}
|
|
set {
|
|
this.kmonthField = value;
|
|
this.RaisePropertyChanged("Kmonth");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=2)]
|
|
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=3)]
|
|
public string Zaging {
|
|
get {
|
|
return this.zagingField;
|
|
}
|
|
set {
|
|
this.zagingField = value;
|
|
this.RaisePropertyChanged("Zaging");
|
|
}
|
|
}
|
|
|
|
/// <remarks/>
|
|
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, Order=4)]
|
|
public decimal Zstock {
|
|
get {
|
|
return this.zstockField;
|
|
}
|
|
set {
|
|
this.zstockField = value;
|
|
this.RaisePropertyChanged("Zstock");
|
|
}
|
|
}
|
|
|
|
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.9037.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 ZwmsSkKbWxqkczlResponse : object, System.ComponentModel.INotifyPropertyChanged {
|
|
|
|
private ZgcnyStrc[] itGcnyField;
|
|
|
|
private ZwxqkczlStrc[] itWxqkczlField;
|
|
|
|
/// <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 ZgcnyStrc[] ItGcny {
|
|
get {
|
|
return this.itGcnyField;
|
|
}
|
|
set {
|
|
this.itGcnyField = value;
|
|
this.RaisePropertyChanged("ItGcny");
|
|
}
|
|
}
|
|
|
|
/// <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 ZwxqkczlStrc[] ItWxqkczl {
|
|
get {
|
|
return this.itWxqkczlField;
|
|
}
|
|
set {
|
|
this.itWxqkczlField = value;
|
|
this.RaisePropertyChanged("ItWxqkczl");
|
|
}
|
|
}
|
|
|
|
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 ZwmsSkKbWxqkczlRequest {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
|
|
public NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl;
|
|
|
|
public ZwmsSkKbWxqkczlRequest() {
|
|
}
|
|
|
|
public ZwmsSkKbWxqkczlRequest(NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl) {
|
|
this.ZwmsSkKbWxqkczl = ZwmsSkKbWxqkczl;
|
|
}
|
|
}
|
|
|
|
[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 ZwmsSkKbWxqkczlResponse1 {
|
|
|
|
[System.ServiceModel.MessageBodyMemberAttribute(Namespace="urn:sap-com:document:sap:soap:functions:mc-style", Order=0)]
|
|
public NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse ZwmsSkKbWxqkczlResponse;
|
|
|
|
public ZwmsSkKbWxqkczlResponse1() {
|
|
}
|
|
|
|
public ZwmsSkKbWxqkczlResponse1(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse ZwmsSkKbWxqkczlResponse) {
|
|
this.ZwmsSkKbWxqkczlResponse = ZwmsSkKbWxqkczlResponse;
|
|
}
|
|
}
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public interface ZWMS_SK_KB_WXQKCZLChannel : NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL, System.ServiceModel.IClientChannel {
|
|
}
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
|
public partial class ZWMS_SK_KB_WXQKCZLClient : System.ServiceModel.ClientBase<NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL>, NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL {
|
|
|
|
public ZWMS_SK_KB_WXQKCZLClient() {
|
|
}
|
|
|
|
public ZWMS_SK_KB_WXQKCZLClient(string endpointConfigurationName) :
|
|
base(endpointConfigurationName) {
|
|
}
|
|
|
|
public ZWMS_SK_KB_WXQKCZLClient(string endpointConfigurationName, string remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public ZWMS_SK_KB_WXQKCZLClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(endpointConfigurationName, remoteAddress) {
|
|
}
|
|
|
|
public ZWMS_SK_KB_WXQKCZLClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
|
base(binding, remoteAddress) {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1 NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL.ZwmsSkKbWxqkczl(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request) {
|
|
return base.Channel.ZwmsSkKbWxqkczl(request);
|
|
}
|
|
|
|
public NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse ZwmsSkKbWxqkczl(NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl1) {
|
|
NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest inValue = new NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest();
|
|
inValue.ZwmsSkKbWxqkczl = ZwmsSkKbWxqkczl1;
|
|
NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1 retVal = ((NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL)(this)).ZwmsSkKbWxqkczl(inValue);
|
|
return retVal.ZwmsSkKbWxqkczlResponse;
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
System.Threading.Tasks.Task<NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1> NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL.ZwmsSkKbWxqkczlAsync(NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest request) {
|
|
return base.Channel.ZwmsSkKbWxqkczlAsync(request);
|
|
}
|
|
|
|
public System.Threading.Tasks.Task<NFine.Application.GetItemAge.ZwmsSkKbWxqkczlResponse1> ZwmsSkKbWxqkczlAsync(NFine.Application.GetItemAge.ZwmsSkKbWxqkczl ZwmsSkKbWxqkczl) {
|
|
NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest inValue = new NFine.Application.GetItemAge.ZwmsSkKbWxqkczlRequest();
|
|
inValue.ZwmsSkKbWxqkczl = ZwmsSkKbWxqkczl;
|
|
return ((NFine.Application.GetItemAge.ZWMS_SK_KB_WXQKCZL)(this)).ZwmsSkKbWxqkczlAsync(inValue);
|
|
}
|
|
}
|
|
}
|