//------------------------------------------------------------------------------
//
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000
//
// 对此文件的更改可能会导致不正确的行为,并且如果
// 重新生成代码,这些更改将会丢失。
//
//------------------------------------------------------------------------------
//
// 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。
//
#pragma warning disable 1591
namespace MaterialTraceability.WebService.ProcessLotServiceWSService {
using System;
using System.Web.Services;
using System.Diagnostics;
using System.Web.Services.Protocols;
using System.Xml.Serialization;
using System.ComponentModel;
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="ProcessLotServiceWSBinding", Namespace="mepapi:com:sap:me:production")]
public partial class ProcessLotServiceWSService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback readProcessLotOperationCompleted;
private System.Threading.SendOrPostCallback findProcessLotByNameOperationCompleted;
private System.Threading.SendOrPostCallback removeMemberOperationCompleted;
private System.Threading.SendOrPostCallback createProcessLotOperationCompleted;
private System.Threading.SendOrPostCallback updateProcessLotOperationCompleted;
private System.Threading.SendOrPostCallback deleteProcessLotOperationCompleted;
private System.Threading.SendOrPostCallback addMemberOperationCompleted;
private System.Threading.SendOrPostCallback findProcessLotByRefOperationCompleted;
private System.Threading.SendOrPostCallback findProcessLotsByNameMaskOperationCompleted;
private System.Threading.SendOrPostCallback findProcessLotKeyDataByRefOperationCompleted;
private System.Threading.SendOrPostCallback moveMemberOperationCompleted;
private System.Threading.SendOrPostCallback findProcessLotsByFiltersOperationCompleted;
private System.Threading.SendOrPostCallback findProcessLotMemberDetailsOperationCompleted;
private bool useDefaultCredentialsSetExplicitly;
///
public ProcessLotServiceWSService() {
this.Url = global::MaterialTraceability.WebService.Properties.Settings.Default.MaterialTraceability_WebService_ProcessLotServiceWSService_ProcessLotServiceWSService;
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 readProcessLotCompletedEventHandler readProcessLotCompleted;
///
public event findProcessLotByNameCompletedEventHandler findProcessLotByNameCompleted;
///
public event removeMemberCompletedEventHandler removeMemberCompleted;
///
public event createProcessLotCompletedEventHandler createProcessLotCompleted;
///
public event updateProcessLotCompletedEventHandler updateProcessLotCompleted;
///
public event deleteProcessLotCompletedEventHandler deleteProcessLotCompleted;
///
public event addMemberCompletedEventHandler addMemberCompleted;
///
public event findProcessLotByRefCompletedEventHandler findProcessLotByRefCompleted;
///
public event findProcessLotsByNameMaskCompletedEventHandler findProcessLotsByNameMaskCompleted;
///
public event findProcessLotKeyDataByRefCompletedEventHandler findProcessLotKeyDataByRefCompleted;
///
public event moveMemberCompletedEventHandler moveMemberCompleted;
///
public event findProcessLotsByFiltersCompletedEventHandler findProcessLotsByFiltersCompleted;
///
public event findProcessLotMemberDetailsCompletedEventHandler findProcessLotMemberDetailsCompleted;
///
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Bare)]
[return: System.Xml.Serialization.XmlElementAttribute("readProcessLotResponse", Namespace="mepapi:com:sap:me:production")]
public readProcessLotResponse readProcessLot([System.Xml.Serialization.XmlElementAttribute("readProcessLot", Namespace="mepapi:com:sap:me:production")] readProcessLot readProcessLot1) {
object[] results = this.Invoke("readProcessLot", new object[] {
readProcessLot1});
return ((readProcessLotResponse)(results[0]));
}
///
public void readProcessLotAsync(readProcessLot readProcessLot1) {
this.readProcessLotAsync(readProcessLot1, null);
}
///
public void readProcessLotAsync(readProcessLot readProcessLot1, object userState) {
if ((this.readProcessLotOperationCompleted == null)) {
this.readProcessLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreadProcessLotOperationCompleted);
}
this.InvokeAsync("readProcessLot", new object[] {
readProcessLot1}, this.readProcessLotOperationCompleted, userState);
}
private void OnreadProcessLotOperationCompleted(object arg) {
if ((this.readProcessLotCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.readProcessLotCompleted(this, new readProcessLotCompletedEventArgs(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("findProcessLotByNameResponse", Namespace="mepapi:com:sap:me:production")]
public findProcessLotByNameResponse findProcessLotByName([System.Xml.Serialization.XmlElementAttribute("findProcessLotByName", Namespace="mepapi:com:sap:me:production")] findProcessLotByName findProcessLotByName1) {
object[] results = this.Invoke("findProcessLotByName", new object[] {
findProcessLotByName1});
return ((findProcessLotByNameResponse)(results[0]));
}
///
public void findProcessLotByNameAsync(findProcessLotByName findProcessLotByName1) {
this.findProcessLotByNameAsync(findProcessLotByName1, null);
}
///
public void findProcessLotByNameAsync(findProcessLotByName findProcessLotByName1, object userState) {
if ((this.findProcessLotByNameOperationCompleted == null)) {
this.findProcessLotByNameOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindProcessLotByNameOperationCompleted);
}
this.InvokeAsync("findProcessLotByName", new object[] {
findProcessLotByName1}, this.findProcessLotByNameOperationCompleted, userState);
}
private void OnfindProcessLotByNameOperationCompleted(object arg) {
if ((this.findProcessLotByNameCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.findProcessLotByNameCompleted(this, new findProcessLotByNameCompletedEventArgs(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("removeMemberResponse", Namespace="mepapi:com:sap:me:production")]
public removeMemberResponse removeMember([System.Xml.Serialization.XmlElementAttribute("removeMember", Namespace="mepapi:com:sap:me:production")] removeMember removeMember1) {
object[] results = this.Invoke("removeMember", new object[] {
removeMember1});
return ((removeMemberResponse)(results[0]));
}
///
public void removeMemberAsync(removeMember removeMember1) {
this.removeMemberAsync(removeMember1, null);
}
///
public void removeMemberAsync(removeMember removeMember1, object userState) {
if ((this.removeMemberOperationCompleted == null)) {
this.removeMemberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveMemberOperationCompleted);
}
this.InvokeAsync("removeMember", new object[] {
removeMember1}, this.removeMemberOperationCompleted, userState);
}
private void OnremoveMemberOperationCompleted(object arg) {
if ((this.removeMemberCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.removeMemberCompleted(this, new removeMemberCompletedEventArgs(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("createProcessLotResponse", Namespace="mepapi:com:sap:me:production")]
public createProcessLotResponse createProcessLot([System.Xml.Serialization.XmlElementAttribute("createProcessLot", Namespace="mepapi:com:sap:me:production")] createProcessLot createProcessLot1) {
object[] results = this.Invoke("createProcessLot", new object[] {
createProcessLot1});
return ((createProcessLotResponse)(results[0]));
}
///
public void createProcessLotAsync(createProcessLot createProcessLot1) {
this.createProcessLotAsync(createProcessLot1, null);
}
///
public void createProcessLotAsync(createProcessLot createProcessLot1, object userState) {
if ((this.createProcessLotOperationCompleted == null)) {
this.createProcessLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OncreateProcessLotOperationCompleted);
}
this.InvokeAsync("createProcessLot", new object[] {
createProcessLot1}, this.createProcessLotOperationCompleted, userState);
}
private void OncreateProcessLotOperationCompleted(object arg) {
if ((this.createProcessLotCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.createProcessLotCompleted(this, new createProcessLotCompletedEventArgs(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("updateProcessLotResponse", Namespace="mepapi:com:sap:me:production")]
public updateProcessLotResponse updateProcessLot([System.Xml.Serialization.XmlElementAttribute("updateProcessLot", Namespace="mepapi:com:sap:me:production")] updateProcessLot updateProcessLot1) {
object[] results = this.Invoke("updateProcessLot", new object[] {
updateProcessLot1});
return ((updateProcessLotResponse)(results[0]));
}
///
public void updateProcessLotAsync(updateProcessLot updateProcessLot1) {
this.updateProcessLotAsync(updateProcessLot1, null);
}
///
public void updateProcessLotAsync(updateProcessLot updateProcessLot1, object userState) {
if ((this.updateProcessLotOperationCompleted == null)) {
this.updateProcessLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OnupdateProcessLotOperationCompleted);
}
this.InvokeAsync("updateProcessLot", new object[] {
updateProcessLot1}, this.updateProcessLotOperationCompleted, userState);
}
private void OnupdateProcessLotOperationCompleted(object arg) {
if ((this.updateProcessLotCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.updateProcessLotCompleted(this, new updateProcessLotCompletedEventArgs(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("deleteProcessLotResponse", Namespace="mepapi:com:sap:me:production")]
public deleteProcessLotResponse deleteProcessLot([System.Xml.Serialization.XmlElementAttribute("deleteProcessLot", Namespace="mepapi:com:sap:me:production")] deleteProcessLot deleteProcessLot1) {
object[] results = this.Invoke("deleteProcessLot", new object[] {
deleteProcessLot1});
return ((deleteProcessLotResponse)(results[0]));
}
///
public void deleteProcessLotAsync(deleteProcessLot deleteProcessLot1) {
this.deleteProcessLotAsync(deleteProcessLot1, null);
}
///
public void deleteProcessLotAsync(deleteProcessLot deleteProcessLot1, object userState) {
if ((this.deleteProcessLotOperationCompleted == null)) {
this.deleteProcessLotOperationCompleted = new System.Threading.SendOrPostCallback(this.OndeleteProcessLotOperationCompleted);
}
this.InvokeAsync("deleteProcessLot", new object[] {
deleteProcessLot1}, this.deleteProcessLotOperationCompleted, userState);
}
private void OndeleteProcessLotOperationCompleted(object arg) {
if ((this.deleteProcessLotCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.deleteProcessLotCompleted(this, new deleteProcessLotCompletedEventArgs(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("addMemberResponse", Namespace="mepapi:com:sap:me:production")]
public addMemberResponse addMember([System.Xml.Serialization.XmlElementAttribute("addMember", Namespace="mepapi:com:sap:me:production")] addMember addMember1) {
object[] results = this.Invoke("addMember", new object[] {
addMember1});
return ((addMemberResponse)(results[0]));
}
///
public void addMemberAsync(addMember addMember1) {
this.addMemberAsync(addMember1, null);
}
///
public void addMemberAsync(addMember addMember1, object userState) {
if ((this.addMemberOperationCompleted == null)) {
this.addMemberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddMemberOperationCompleted);
}
this.InvokeAsync("addMember", new object[] {
addMember1}, this.addMemberOperationCompleted, userState);
}
private void OnaddMemberOperationCompleted(object arg) {
if ((this.addMemberCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.addMemberCompleted(this, new addMemberCompletedEventArgs(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("findProcessLotByRefResponse", Namespace="mepapi:com:sap:me:production")]
public findProcessLotByRefResponse findProcessLotByRef([System.Xml.Serialization.XmlElementAttribute("findProcessLotByRef", Namespace="mepapi:com:sap:me:production")] findProcessLotByRef findProcessLotByRef1) {
object[] results = this.Invoke("findProcessLotByRef", new object[] {
findProcessLotByRef1});
return ((findProcessLotByRefResponse)(results[0]));
}
///
public void findProcessLotByRefAsync(findProcessLotByRef findProcessLotByRef1) {
this.findProcessLotByRefAsync(findProcessLotByRef1, null);
}
///
public void findProcessLotByRefAsync(findProcessLotByRef findProcessLotByRef1, object userState) {
if ((this.findProcessLotByRefOperationCompleted == null)) {
this.findProcessLotByRefOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindProcessLotByRefOperationCompleted);
}
this.InvokeAsync("findProcessLotByRef", new object[] {
findProcessLotByRef1}, this.findProcessLotByRefOperationCompleted, userState);
}
private void OnfindProcessLotByRefOperationCompleted(object arg) {
if ((this.findProcessLotByRefCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.findProcessLotByRefCompleted(this, new findProcessLotByRefCompletedEventArgs(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.XmlArrayAttribute("findProcessLotsByNameMaskResponse", Namespace="mepapi:com:sap:me:production")]
[return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)]
public ProcessLotBasicConfiguration[] findProcessLotsByNameMask([System.Xml.Serialization.XmlElementAttribute("findProcessLotsByNameMask", Namespace="mepapi:com:sap:me:production")] findProcessLotsByNameMask findProcessLotsByNameMask1) {
object[] results = this.Invoke("findProcessLotsByNameMask", new object[] {
findProcessLotsByNameMask1});
return ((ProcessLotBasicConfiguration[])(results[0]));
}
///
public void findProcessLotsByNameMaskAsync(findProcessLotsByNameMask findProcessLotsByNameMask1) {
this.findProcessLotsByNameMaskAsync(findProcessLotsByNameMask1, null);
}
///
public void findProcessLotsByNameMaskAsync(findProcessLotsByNameMask findProcessLotsByNameMask1, object userState) {
if ((this.findProcessLotsByNameMaskOperationCompleted == null)) {
this.findProcessLotsByNameMaskOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindProcessLotsByNameMaskOperationCompleted);
}
this.InvokeAsync("findProcessLotsByNameMask", new object[] {
findProcessLotsByNameMask1}, this.findProcessLotsByNameMaskOperationCompleted, userState);
}
private void OnfindProcessLotsByNameMaskOperationCompleted(object arg) {
if ((this.findProcessLotsByNameMaskCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.findProcessLotsByNameMaskCompleted(this, new findProcessLotsByNameMaskCompletedEventArgs(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("findProcessLotKeyDataByRefResponse", Namespace="mepapi:com:sap:me:production")]
public findProcessLotKeyDataByRefResponse findProcessLotKeyDataByRef([System.Xml.Serialization.XmlElementAttribute("findProcessLotKeyDataByRef", Namespace="mepapi:com:sap:me:production")] findProcessLotKeyDataByRef findProcessLotKeyDataByRef1) {
object[] results = this.Invoke("findProcessLotKeyDataByRef", new object[] {
findProcessLotKeyDataByRef1});
return ((findProcessLotKeyDataByRefResponse)(results[0]));
}
///
public void findProcessLotKeyDataByRefAsync(findProcessLotKeyDataByRef findProcessLotKeyDataByRef1) {
this.findProcessLotKeyDataByRefAsync(findProcessLotKeyDataByRef1, null);
}
///
public void findProcessLotKeyDataByRefAsync(findProcessLotKeyDataByRef findProcessLotKeyDataByRef1, object userState) {
if ((this.findProcessLotKeyDataByRefOperationCompleted == null)) {
this.findProcessLotKeyDataByRefOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindProcessLotKeyDataByRefOperationCompleted);
}
this.InvokeAsync("findProcessLotKeyDataByRef", new object[] {
findProcessLotKeyDataByRef1}, this.findProcessLotKeyDataByRefOperationCompleted, userState);
}
private void OnfindProcessLotKeyDataByRefOperationCompleted(object arg) {
if ((this.findProcessLotKeyDataByRefCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.findProcessLotKeyDataByRefCompleted(this, new findProcessLotKeyDataByRefCompletedEventArgs(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("moveMemberResponse", Namespace="mepapi:com:sap:me:production")]
public moveMemberResponse moveMember([System.Xml.Serialization.XmlElementAttribute("moveMember", Namespace="mepapi:com:sap:me:production")] moveMember moveMember1) {
object[] results = this.Invoke("moveMember", new object[] {
moveMember1});
return ((moveMemberResponse)(results[0]));
}
///
public void moveMemberAsync(moveMember moveMember1) {
this.moveMemberAsync(moveMember1, null);
}
///
public void moveMemberAsync(moveMember moveMember1, object userState) {
if ((this.moveMemberOperationCompleted == null)) {
this.moveMemberOperationCompleted = new System.Threading.SendOrPostCallback(this.OnmoveMemberOperationCompleted);
}
this.InvokeAsync("moveMember", new object[] {
moveMember1}, this.moveMemberOperationCompleted, userState);
}
private void OnmoveMemberOperationCompleted(object arg) {
if ((this.moveMemberCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.moveMemberCompleted(this, new moveMemberCompletedEventArgs(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.XmlArrayAttribute("findProcessLotsByFiltersResponse", Namespace="mepapi:com:sap:me:production")]
[return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)]
public ProcessLotBasicConfiguration[] findProcessLotsByFilters([System.Xml.Serialization.XmlElementAttribute("findProcessLotsByFilters", Namespace="mepapi:com:sap:me:production")] findProcessLotsByFilters findProcessLotsByFilters1) {
object[] results = this.Invoke("findProcessLotsByFilters", new object[] {
findProcessLotsByFilters1});
return ((ProcessLotBasicConfiguration[])(results[0]));
}
///
public void findProcessLotsByFiltersAsync(findProcessLotsByFilters findProcessLotsByFilters1) {
this.findProcessLotsByFiltersAsync(findProcessLotsByFilters1, null);
}
///
public void findProcessLotsByFiltersAsync(findProcessLotsByFilters findProcessLotsByFilters1, object userState) {
if ((this.findProcessLotsByFiltersOperationCompleted == null)) {
this.findProcessLotsByFiltersOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindProcessLotsByFiltersOperationCompleted);
}
this.InvokeAsync("findProcessLotsByFilters", new object[] {
findProcessLotsByFilters1}, this.findProcessLotsByFiltersOperationCompleted, userState);
}
private void OnfindProcessLotsByFiltersOperationCompleted(object arg) {
if ((this.findProcessLotsByFiltersCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.findProcessLotsByFiltersCompleted(this, new findProcessLotsByFiltersCompletedEventArgs(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.XmlArrayAttribute("findProcessLotMemberDetailsResponse", Namespace="mepapi:com:sap:me:production")]
[return: System.Xml.Serialization.XmlArrayItemAttribute("Response", IsNullable=false)]
public ProcessLotMemberDetail[] findProcessLotMemberDetails([System.Xml.Serialization.XmlElementAttribute("findProcessLotMemberDetails", Namespace="mepapi:com:sap:me:production")] findProcessLotMemberDetails findProcessLotMemberDetails1) {
object[] results = this.Invoke("findProcessLotMemberDetails", new object[] {
findProcessLotMemberDetails1});
return ((ProcessLotMemberDetail[])(results[0]));
}
///
public void findProcessLotMemberDetailsAsync(findProcessLotMemberDetails findProcessLotMemberDetails1) {
this.findProcessLotMemberDetailsAsync(findProcessLotMemberDetails1, null);
}
///
public void findProcessLotMemberDetailsAsync(findProcessLotMemberDetails findProcessLotMemberDetails1, object userState) {
if ((this.findProcessLotMemberDetailsOperationCompleted == null)) {
this.findProcessLotMemberDetailsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnfindProcessLotMemberDetailsOperationCompleted);
}
this.InvokeAsync("findProcessLotMemberDetails", new object[] {
findProcessLotMemberDetails1}, this.findProcessLotMemberDetailsOperationCompleted, userState);
}
private void OnfindProcessLotMemberDetailsOperationCompleted(object arg) {
if ((this.findProcessLotMemberDetailsCompleted != null)) {
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
this.findProcessLotMemberDetailsCompleted(this, new findProcessLotMemberDetailsCompletedEventArgs(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.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class readProcessLot {
private string siteField;
private string requestContextField;
private ObjectReference requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public ObjectReference Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/common")]
public partial class ObjectReference {
private string refField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string @ref {
get {
return this.refField;
}
set {
this.refField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotMemberDetail {
private decimal rowNumberField;
private decimal columnNumberField;
private string sfcField;
private string statusRefField;
private string itemRefField;
private string routerRefField;
private string operationRefField;
private string stepIdField;
///
public decimal rowNumber {
get {
return this.rowNumberField;
}
set {
this.rowNumberField = value;
}
}
///
public decimal columnNumber {
get {
return this.columnNumberField;
}
set {
this.columnNumberField = value;
}
}
///
public string sfc {
get {
return this.sfcField;
}
set {
this.sfcField = value;
}
}
///
public string statusRef {
get {
return this.statusRefField;
}
set {
this.statusRefField = value;
}
}
///
public string itemRef {
get {
return this.itemRefField;
}
set {
this.itemRefField = value;
}
}
///
public string routerRef {
get {
return this.routerRefField;
}
set {
this.routerRefField = value;
}
}
///
public string operationRef {
get {
return this.operationRefField;
}
set {
this.operationRefField = value;
}
}
///
public string stepId {
get {
return this.stepIdField;
}
set {
this.stepIdField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class FindProcessLotMemberDetailsRequest {
private string processLotRefField;
private string[] memberListField;
///
public string processLotRef {
get {
return this.processLotRefField;
}
set {
this.processLotRefField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("memberList", IsNullable=true)]
public string[] memberList {
get {
return this.memberListField;
}
set {
this.memberListField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotMemberDetails {
private string siteField;
private string requestContextField;
private FindProcessLotMemberDetailsRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public FindProcessLotMemberDetailsRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class FindProcessLotsByFiltersRequest {
private string carrierTypeField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")]
public string carrierType {
get {
return this.carrierTypeField;
}
set {
this.carrierTypeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotsByFilters {
private string siteField;
private string requestContextField;
private FindProcessLotsByFiltersRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public FindProcessLotsByFiltersRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class moveMemberResponse {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class MoveMemberRequest {
private string fromProcessLotRefField;
private string toProcessLotRefField;
private string[] memberListField;
private ProcessLotMemberPosition[] memberPositionListField;
///
public string fromProcessLotRef {
get {
return this.fromProcessLotRefField;
}
set {
this.fromProcessLotRefField = value;
}
}
///
public string toProcessLotRef {
get {
return this.toProcessLotRefField;
}
set {
this.toProcessLotRefField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("memberList")]
public string[] memberList {
get {
return this.memberListField;
}
set {
this.memberListField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("memberPositionList", IsNullable=true)]
public ProcessLotMemberPosition[] memberPositionList {
get {
return this.memberPositionListField;
}
set {
this.memberPositionListField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotMemberPosition {
private decimal rowField;
private bool rowFieldSpecified;
private decimal columnField;
private bool columnFieldSpecified;
///
public decimal row {
get {
return this.rowField;
}
set {
this.rowField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool rowSpecified {
get {
return this.rowFieldSpecified;
}
set {
this.rowFieldSpecified = value;
}
}
///
public decimal column {
get {
return this.columnField;
}
set {
this.columnField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool columnSpecified {
get {
return this.columnFieldSpecified;
}
set {
this.columnFieldSpecified = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class moveMember {
private string siteField;
private string requestContextField;
private MoveMemberRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public MoveMemberRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotKeyDataByRefResponse {
private ProcessLotKeyData responseField;
///
public ProcessLotKeyData Response {
get {
return this.responseField;
}
set {
this.responseField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessLotBasicConfiguration))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessLotConfiguration))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessLotFullConfiguration))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotKeyData {
private string refField;
private string processLotField;
///
public string @ref {
get {
return this.refField;
}
set {
this.refField = value;
}
}
///
public string processLot {
get {
return this.processLotField;
}
set {
this.processLotField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessLotConfiguration))]
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessLotFullConfiguration))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotBasicConfiguration : ProcessLotKeyData {
private string descriptionField;
private string carrierTypeRefField;
///
public string description {
get {
return this.descriptionField;
}
set {
this.descriptionField = value;
}
}
///
public string carrierTypeRef {
get {
return this.carrierTypeRefField;
}
set {
this.carrierTypeRefField = value;
}
}
}
///
[System.Xml.Serialization.XmlIncludeAttribute(typeof(ProcessLotFullConfiguration))]
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotConfiguration : ProcessLotBasicConfiguration {
private ProcessLotMember[] processLotMemberListField;
private AttributeValue[] customDataField;
///
[System.Xml.Serialization.XmlElementAttribute("processLotMemberList", IsNullable=true)]
public ProcessLotMember[] processLotMemberList {
get {
return this.processLotMemberListField;
}
set {
this.processLotMemberListField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("customData", IsNullable=true)]
public AttributeValue[] customData {
get {
return this.customDataField;
}
set {
this.customDataField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotMember {
private string memberContextField;
private decimal rowField;
private bool rowFieldSpecified;
private decimal columnField;
private bool columnFieldSpecified;
private string createdDateTimeField;
///
public string memberContext {
get {
return this.memberContextField;
}
set {
this.memberContextField = value;
}
}
///
public decimal row {
get {
return this.rowField;
}
set {
this.rowField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool rowSpecified {
get {
return this.rowFieldSpecified;
}
set {
this.rowFieldSpecified = value;
}
}
///
public decimal column {
get {
return this.columnField;
}
set {
this.columnField = value;
}
}
///
[System.Xml.Serialization.XmlIgnoreAttribute()]
public bool columnSpecified {
get {
return this.columnFieldSpecified;
}
set {
this.columnFieldSpecified = value;
}
}
///
public string createdDateTime {
get {
return this.createdDateTimeField;
}
set {
this.createdDateTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/common")]
public partial class AttributeValue {
private string attributeField;
private string valueField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string attribute {
get {
return this.attributeField;
}
set {
this.attributeField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string value {
get {
return this.valueField;
}
set {
this.valueField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class ProcessLotFullConfiguration : ProcessLotConfiguration {
private System.DateTime modifiedDateTimeField;
///
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public System.DateTime modifiedDateTime {
get {
return this.modifiedDateTimeField;
}
set {
this.modifiedDateTimeField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotKeyDataByRef {
private string siteField;
private string requestContextField;
private ObjectReference requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public ObjectReference Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotsByNameMask {
private string siteField;
private string requestContextField;
private FindProcessLotByNameRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public FindProcessLotByNameRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class FindProcessLotByNameRequest {
private string processLotField;
///
[System.Xml.Serialization.XmlElementAttribute(Namespace="http://www.sap.com/me/common")]
public string processLot {
get {
return this.processLotField;
}
set {
this.processLotField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotByRefResponse {
private ProcessLotBasicConfiguration responseField;
///
public ProcessLotBasicConfiguration Response {
get {
return this.responseField;
}
set {
this.responseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotByRef {
private string siteField;
private string requestContextField;
private ObjectReference requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public ObjectReference Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class addMemberResponse {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class AddMemberRequest {
private string processLotRefField;
private string[] memberListField;
private ProcessLotMemberPosition[] memberPositionListField;
///
public string processLotRef {
get {
return this.processLotRefField;
}
set {
this.processLotRefField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("memberList")]
public string[] memberList {
get {
return this.memberListField;
}
set {
this.memberListField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("memberPositionList", IsNullable=true)]
public ProcessLotMemberPosition[] memberPositionList {
get {
return this.memberPositionListField;
}
set {
this.memberPositionListField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class addMember {
private string siteField;
private string requestContextField;
private AddMemberRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public AddMemberRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class deleteProcessLotResponse {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class deleteProcessLot {
private string siteField;
private string requestContextField;
private ObjectReference requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public ObjectReference Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class updateProcessLotResponse {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class updateProcessLot {
private string siteField;
private string requestContextField;
private ProcessLotFullConfiguration requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public ProcessLotFullConfiguration Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class createProcessLotResponse {
private ProcessLotFullConfiguration responseField;
///
public ProcessLotFullConfiguration Response {
get {
return this.responseField;
}
set {
this.responseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class createProcessLot {
private string siteField;
private string requestContextField;
private ProcessLotConfiguration requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public ProcessLotConfiguration Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class removeMemberResponse {
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="http://www.sap.com/me/production")]
public partial class RemoveMemberRequest {
private string processLotRefField;
private string[] memberListField;
///
public string processLotRef {
get {
return this.processLotRefField;
}
set {
this.processLotRefField = value;
}
}
///
[System.Xml.Serialization.XmlElementAttribute("memberList")]
public string[] memberList {
get {
return this.memberListField;
}
set {
this.memberListField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class removeMember {
private string siteField;
private string requestContextField;
private RemoveMemberRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public RemoveMemberRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotByNameResponse {
private ProcessLotBasicConfiguration responseField;
///
public ProcessLotBasicConfiguration Response {
get {
return this.responseField;
}
set {
this.responseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class findProcessLotByName {
private string siteField;
private string requestContextField;
private FindProcessLotByNameRequest requestField;
///
public string Site {
get {
return this.siteField;
}
set {
this.siteField = value;
}
}
///
public string RequestContext {
get {
return this.requestContextField;
}
set {
this.requestContextField = value;
}
}
///
public FindProcessLotByNameRequest Request {
get {
return this.requestField;
}
set {
this.requestField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.7.3190.0")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(Namespace="mepapi:com:sap:me:production")]
public partial class readProcessLotResponse {
private ProcessLotFullConfiguration responseField;
///
public ProcessLotFullConfiguration Response {
get {
return this.responseField;
}
set {
this.responseField = value;
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void readProcessLotCompletedEventHandler(object sender, readProcessLotCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class readProcessLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal readProcessLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public readProcessLotResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((readProcessLotResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void findProcessLotByNameCompletedEventHandler(object sender, findProcessLotByNameCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class findProcessLotByNameCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal findProcessLotByNameCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public findProcessLotByNameResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((findProcessLotByNameResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void removeMemberCompletedEventHandler(object sender, removeMemberCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class removeMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal removeMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public removeMemberResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((removeMemberResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void createProcessLotCompletedEventHandler(object sender, createProcessLotCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class createProcessLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal createProcessLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public createProcessLotResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((createProcessLotResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void updateProcessLotCompletedEventHandler(object sender, updateProcessLotCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class updateProcessLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal updateProcessLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public updateProcessLotResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((updateProcessLotResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void deleteProcessLotCompletedEventHandler(object sender, deleteProcessLotCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class deleteProcessLotCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal deleteProcessLotCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public deleteProcessLotResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((deleteProcessLotResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void addMemberCompletedEventHandler(object sender, addMemberCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class addMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal addMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public addMemberResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((addMemberResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void findProcessLotByRefCompletedEventHandler(object sender, findProcessLotByRefCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class findProcessLotByRefCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal findProcessLotByRefCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public findProcessLotByRefResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((findProcessLotByRefResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void findProcessLotsByNameMaskCompletedEventHandler(object sender, findProcessLotsByNameMaskCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class findProcessLotsByNameMaskCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal findProcessLotsByNameMaskCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ProcessLotBasicConfiguration[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((ProcessLotBasicConfiguration[])(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void findProcessLotKeyDataByRefCompletedEventHandler(object sender, findProcessLotKeyDataByRefCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class findProcessLotKeyDataByRefCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal findProcessLotKeyDataByRefCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public findProcessLotKeyDataByRefResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((findProcessLotKeyDataByRefResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void moveMemberCompletedEventHandler(object sender, moveMemberCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class moveMemberCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal moveMemberCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public moveMemberResponse Result {
get {
this.RaiseExceptionIfNecessary();
return ((moveMemberResponse)(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void findProcessLotsByFiltersCompletedEventHandler(object sender, findProcessLotsByFiltersCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class findProcessLotsByFiltersCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal findProcessLotsByFiltersCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ProcessLotBasicConfiguration[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((ProcessLotBasicConfiguration[])(this.results[0]));
}
}
}
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
public delegate void findProcessLotMemberDetailsCompletedEventHandler(object sender, findProcessLotMemberDetailsCompletedEventArgs e);
///
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.7.3190.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
public partial class findProcessLotMemberDetailsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
private object[] results;
internal findProcessLotMemberDetailsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
base(exception, cancelled, userState) {
this.results = results;
}
///
public ProcessLotMemberDetail[] Result {
get {
this.RaiseExceptionIfNecessary();
return ((ProcessLotMemberDetail[])(this.results[0]));
}
}
}
}
#pragma warning restore 1591