//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
//
// 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。
//
#pragma warning disable 1591
namespace MaterialTraceability.WebService.WarehouseInventoryServiceService {
using System.Diagnostics;
using System;
using System.Xml.Serialization;
using System.ComponentModel;
using System.Web.Services.Protocols;
using System.Web.Services;
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="WarehouseInventoryServiceBinding", Namespace="http://warehouse.ws.atlmes.com/")]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(baseResponse))]
public partial class WarehouseInventoryServiceService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback WarehouseIntegrationInventoryTransferOperationCompleted;
private System.Threading.SendOrPostCallback WarehouseIntegrationInventoryTransferWithMkOperationCompleted;
private System.Threading.SendOrPostCallback GetCompleteResourceOperationCompleted;
private bool useDefaultCredentialsSetExplicitly;
///
public WarehouseInventoryServiceService() {
this.Url = global::MaterialTraceability.WebService.Properties.Settings.Default.MaterialTraceability_WebService_WarehouseInventoryServiceService_WarehouseInventoryServiceService;
if ((this.IsLocalFileSystemWebService(this.Url) == true)) {
this.UseDefaultCredentials = true;
this.useDefaultCredentialsSetExplicitly = false;
}
else {
this.useDefaultCredentialsSetExplicitly = true;
}
}
public new string Url {
get {
return base.Url;
}
set {
if ((((this.IsLocalFileSystemWebService(base.Url) == true)
&& (this.useDefaultCredentialsSetExplicitly == false))
&& (this.IsLocalFileSystemWebService(value) == false))) {
base.UseDefaultCredentials = false;
}
base.Url = value;
}
}
public new bool UseDefaultCredentials {
get {
return base.UseDefaultCredentials;
}
set {
base.UseDefaultCredentials = value;
this.useDefaultCredentialsSetExplicitly = true;
}
}
///
public event WarehouseIntegrationInventoryTransferCompletedEventHandler WarehouseIntegrationInventoryTransferCompleted;
///
public event WarehouseIntegrationInventoryTransferWithMkCompletedEventHandler WarehouseIntegrationInventoryTransferWithMkCompleted;
///
public event GetCompleteResourceCompletedEventHandler GetCompleteResourceCompleted;
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("WarehouseIntegrationInventoryTransferResponse", Namespace="http://warehouse.ws.atlmes.com/")]
public WarehouseIntegrationInventoryTransferResponse WarehouseIntegrationInventoryTransfer([System.Xml.Serialization.XmlElementAttribute("WarehouseIntegrationInventoryTransfer", Namespace="http://warehouse.ws.atlmes.com/")] WarehouseIntegrationInventoryTransfer WarehouseIntegrationInventoryTransfer1) {
object[] results = this.Invoke("WarehouseIntegrationInventoryTransfer", new object[] {
WarehouseIntegrationInventoryTransfer1});
return ((WarehouseIntegrationInventoryTransferResponse)(results[0]));
}
///
public void WarehouseIntegrationInventoryTransferAsync(WarehouseIntegrationInventoryTransfer WarehouseIntegrationInventoryTransfer1) {
this.WarehouseIntegrationInventoryTransferAsync(WarehouseIntegrationInventoryTransfer1, null);
}
///
public void WarehouseIntegrationInventoryTransferAsync(WarehouseIntegrationInventoryTransfer WarehouseIntegrationInventoryTransfer1, object userState) {
if ((this.WarehouseIntegrationInventoryTransferOperationCompleted == null)) {
this.WarehouseIntegrationInventoryTransferOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWarehouseIntegrationInventoryTransferOperationCompleted);
}
this.InvokeAsync("WarehouseIntegrationInventoryTransfer", new object[] {
WarehouseIntegrationInventoryTransfer1}, this.WarehouseIntegrationInventoryTransferOperationCompleted, userState);
}
private void OnWarehouseIntegrationInventoryTransferOperationCompleted(object arg) {
if ((this.WarehouseIntegrationInventoryTransferCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.WarehouseIntegrationInventoryTransferCompleted(this, new WarehouseIntegrationInventoryTransferCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("WarehouseIntegrationInventoryTransferWithMkResponse", Namespace="http://warehouse.ws.atlmes.com/")]
public WarehouseIntegrationInventoryTransferWithMkResponse WarehouseIntegrationInventoryTransferWithMk([System.Xml.Serialization.XmlElementAttribute("WarehouseIntegrationInventoryTransferWithMk", Namespace="http://warehouse.ws.atlmes.com/")] WarehouseIntegrationInventoryTransferWithMk WarehouseIntegrationInventoryTransferWithMk1) {
object[] results = this.Invoke("WarehouseIntegrationInventoryTransferWithMk", new object[] {
WarehouseIntegrationInventoryTransferWithMk1});
return ((WarehouseIntegrationInventoryTransferWithMkResponse)(results[0]));
}
///
public void WarehouseIntegrationInventoryTransferWithMkAsync(WarehouseIntegrationInventoryTransferWithMk WarehouseIntegrationInventoryTransferWithMk1) {
this.WarehouseIntegrationInventoryTransferWithMkAsync(WarehouseIntegrationInventoryTransferWithMk1, null);
}
///
public void WarehouseIntegrationInventoryTransferWithMkAsync(WarehouseIntegrationInventoryTransferWithMk WarehouseIntegrationInventoryTransferWithMk1, object userState) {
if ((this.WarehouseIntegrationInventoryTransferWithMkOperationCompleted == null)) {
this.WarehouseIntegrationInventoryTransferWithMkOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWarehouseIntegrationInventoryTransferWithMkOperationCompleted);
}
this.InvokeAsync("WarehouseIntegrationInventoryTransferWithMk", new object[] {
WarehouseIntegrationInventoryTransferWithMk1}, this.WarehouseIntegrationInventoryTransferWithMkOperationCompleted, userState);
}
private void OnWarehouseIntegrationInventoryTransferWithMkOperationCompleted(object arg) {
if ((this.WarehouseIntegrationInventoryTransferWithMkCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.WarehouseIntegrationInventoryTransferWithMkCompleted(this, new WarehouseIntegrationInventoryTransferWithMkCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("GetCompleteResourceResponse", Namespace="http://warehouse.ws.atlmes.com/")]
public GetCompleteResourceResponse GetCompleteResource([System.Xml.Serialization.XmlElementAttribute("GetCompleteResource", Namespace="http://warehouse.ws.atlmes.com/")] GetCompleteResource GetCompleteResource1) {
object[] results = this.Invoke("GetCompleteResource", new object[] {
GetCompleteResource1});
return ((GetCompleteResourceResponse)(results[0]));
}
///
public void GetCompleteResourceAsync(GetCompleteResource GetCompleteResource1) {
this.GetCompleteResourceAsync(GetCompleteResource1, null);
}
///
public void GetCompleteResourceAsync(GetCompleteResource GetCompleteResource1, object userState) {
if ((this.GetCompleteResourceOperationCompleted == null)) {
this.GetCompleteResourceOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCompleteResourceOperationCompleted);
}
this.InvokeAsync("GetCompleteResource", new object[] {
GetCompleteResource1}, this.GetCompleteResourceOperationCompleted, userState);
}
private void OnGetCompleteResourceOperationCompleted(object arg) {
if ((this.GetCompleteResourceCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.GetCompleteResourceCompleted(this, new GetCompleteResourceCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
}
}
///
public new void CancelAsync(object userState) {
base.CancelAsync(userState);
}
private bool IsLocalFileSystemWebService(string url) {
if (((url == null)
|| (url == string.Empty))) {
return false;
}
System.Uri wsUri = new System.Uri(url);
if (((wsUri.Port >= 1024)
&& (string.Compare(wsUri.Host, "localHost", System.StringComparison.OrdinalIgnoreCase) == 0))) {
return true;
}
return false;
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class WarehouseIntegrationInventoryTransfer {
private warehouseIntegrationRequest arg0Field;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public warehouseIntegrationRequest arg0 {
get {
return this.arg0Field;
}
set {
this.arg0Field = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class warehouseIntegrationRequest {
private string siteField;
private string sfcField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string sfc {
get {
return this.sfcField;
}
set {
this.sfcField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class GetCompleteResourceResponse {
private getCompleteResourceResponse returnField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public getCompleteResourceResponse @return {
get {
return this.returnField;
}
set {
this.returnField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class getCompleteResourceResponse : baseResponse {
private string resourceField;
private rollThickData rollThickField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string resource {
get {
return this.resourceField;
}
set {
this.resourceField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public rollThickData rollThick {
get {
return this.rollThickField;
}
set {
this.rollThickField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class rollThickData {
private string rollThick1Field;
private string rollThick2Field;
private string rollThick3Field;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string rollThick1 {
get {
return this.rollThick1Field;
}
set {
this.rollThick1Field = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string rollThick2 {
get {
return this.rollThick2Field;
}
set {
this.rollThick2Field = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string rollThick3 {
get {
return this.rollThick3Field;
}
set {
this.rollThick3Field = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(getCompleteResourceResponse))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(warehouseIntegrationResponse))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class baseResponse {
private int codeField;
private bool codeFieldSpecified;
private string messageField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public int code {
get {
return this.codeField;
}
set {
this.codeField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool codeSpecified {
get {
return this.codeFieldSpecified;
}
set {
this.codeFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string message {
get {
return this.messageField;
}
set {
this.messageField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class warehouseIntegrationResponse : baseResponse {
private string itemField;
private decimal qtyField;
private bool qtyFieldSpecified;
private string receiveDateTimeField;
private string locationField;
private string shopOrderField;
private string productionCodeField;
private string markingField;
private string parentSfcField;
private string ccdField;
private string foilWeightMeanField;
private string completeResourseField;
private string completeDateField;
private string completeOperatorField;
private string productionMaterialCpField;
private string foilWeightField;
private string coldCompleteTimeField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string item {
get {
return this.itemField;
}
set {
this.itemField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public decimal qty {
get {
return this.qtyField;
}
set {
this.qtyField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool qtySpecified {
get {
return this.qtyFieldSpecified;
}
set {
this.qtyFieldSpecified = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string receiveDateTime {
get {
return this.receiveDateTimeField;
}
set {
this.receiveDateTimeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string location {
get {
return this.locationField;
}
set {
this.locationField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string shopOrder {
get {
return this.shopOrderField;
}
set {
this.shopOrderField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string productionCode {
get {
return this.productionCodeField;
}
set {
this.productionCodeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string marking {
get {
return this.markingField;
}
set {
this.markingField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string parentSfc {
get {
return this.parentSfcField;
}
set {
this.parentSfcField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string ccd {
get {
return this.ccdField;
}
set {
this.ccdField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string foilWeightMean {
get {
return this.foilWeightMeanField;
}
set {
this.foilWeightMeanField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string completeResourse {
get {
return this.completeResourseField;
}
set {
this.completeResourseField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string completeDate {
get {
return this.completeDateField;
}
set {
this.completeDateField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string completeOperator {
get {
return this.completeOperatorField;
}
set {
this.completeOperatorField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string productionMaterialCp {
get {
return this.productionMaterialCpField;
}
set {
this.productionMaterialCpField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string foilWeight {
get {
return this.foilWeightField;
}
set {
this.foilWeightField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string coldCompleteTime {
get {
return this.coldCompleteTimeField;
}
set {
this.coldCompleteTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class getCompleteResourceRequest {
private string siteField;
private string sfcField;
private string operationField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string sfc {
get {
return this.sfcField;
}
set {
this.sfcField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string operation {
get {
return this.operationField;
}
set {
this.operationField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class GetCompleteResource {
private getCompleteResourceRequest arg0Field;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public getCompleteResourceRequest arg0 {
get {
return this.arg0Field;
}
set {
this.arg0Field = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class WarehouseIntegrationInventoryTransferWithMkResponse {
private warehouseIntegrationResponse returnField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public warehouseIntegrationResponse @return {
get {
return this.returnField;
}
set {
this.returnField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class WarehouseIntegrationInventoryTransferWithMk {
private warehouseIntegrationRequest arg0Field;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public warehouseIntegrationRequest arg0 {
get {
return this.arg0Field;
}
set {
this.arg0Field = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.8.9221.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://warehouse.ws.atlmes.com/")]
public partial class WarehouseIntegrationInventoryTransferResponse {
private warehouseIntegrationResponse returnField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public warehouseIntegrationResponse @return {
get {
return this.returnField;
}
set {
this.returnField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
public delegate void WarehouseIntegrationInventoryTransferCompletedEventHandler(object sender, WarehouseIntegrationInventoryTransferCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class WarehouseIntegrationInventoryTransferCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal WarehouseIntegrationInventoryTransferCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public WarehouseIntegrationInventoryTransferResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((WarehouseIntegrationInventoryTransferResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
public delegate void WarehouseIntegrationInventoryTransferWithMkCompletedEventHandler(object sender, WarehouseIntegrationInventoryTransferWithMkCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class WarehouseIntegrationInventoryTransferWithMkCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal WarehouseIntegrationInventoryTransferWithMkCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public WarehouseIntegrationInventoryTransferWithMkResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((WarehouseIntegrationInventoryTransferWithMkResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
public delegate void GetCompleteResourceCompletedEventHandler(object sender, GetCompleteResourceCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9221.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class GetCompleteResourceCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal GetCompleteResourceCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public GetCompleteResourceResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((GetCompleteResourceResponse)(this.results[0]));
}
}
}
}
#pragma warning restore 1591