|
|
|
//------------------------------------------------------------------------------
|
|
|
|
// <auto-generated>
|
|
|
|
// 此代码由工具生成。
|
|
|
|
// 运行时版本:4.0.30319.42000
|
|
|
|
//
|
|
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
|
|
// 重新生成代码,这些更改将会丢失。
|
|
|
|
// </auto-generated>
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
//
|
|
|
|
// 此源代码是由 Microsoft.VSDesigner 4.0.30319.42000 版自动生成。
|
|
|
|
//
|
|
|
|
#pragma warning disable 1591
|
|
|
|
|
|
|
|
namespace WebService.WebReference {
|
|
|
|
using System;
|
|
|
|
using System.Web.Services;
|
|
|
|
using System.Diagnostics;
|
|
|
|
using System.Web.Services.Protocols;
|
|
|
|
using System.Xml.Serialization;
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
[System.Web.Services.WebServiceBindingAttribute(Name="JsonServiceSoap", Namespace="http://tempuri.org/")]
|
|
|
|
public partial class JsonService : System.Web.Services.Protocols.SoapHttpClientProtocol {
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback GetVerOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback NewLoginOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback AddTmpOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback ChangeBkOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback WriteLogOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback LoginOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback LogoutOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback ModifyPasswordOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback GetServerTimeOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback DecryptOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback EncryptOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback GetCountOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback GetDataOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback AddDataOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback IsExistLocationOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback IsExistBarcodeOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback UpdateDataOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback SaveSeqencingOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback AddMesBenzInsertOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback GetLuDataByMesOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback AddMutualDataOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback AddReturnDataOperationCompleted;
|
|
|
|
|
|
|
|
private System.Threading.SendOrPostCallback ReceiveProductsOperationCompleted;
|
|
|
|
|
|
|
|
private bool useDefaultCredentialsSetExplicitly;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public JsonService() {
|
|
|
|
this.Url = global::WebService.Properties.Settings.Default.WebService_WebReference_JsonService;
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event GetVerCompletedEventHandler GetVerCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event NewLoginCompletedEventHandler NewLoginCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event AddTmpCompletedEventHandler AddTmpCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event ChangeBkCompletedEventHandler ChangeBkCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event WriteLogCompletedEventHandler WriteLogCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event LoginCompletedEventHandler LoginCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event LogoutCompletedEventHandler LogoutCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event ModifyPasswordCompletedEventHandler ModifyPasswordCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event GetServerTimeCompletedEventHandler GetServerTimeCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event DecryptCompletedEventHandler DecryptCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event EncryptCompletedEventHandler EncryptCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event GetCountCompletedEventHandler GetCountCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event GetDataCompletedEventHandler GetDataCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event AddDataCompletedEventHandler AddDataCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event IsExistLocationCompletedEventHandler IsExistLocationCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event IsExistBarcodeCompletedEventHandler IsExistBarcodeCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event UpdateDataCompletedEventHandler UpdateDataCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event SaveSeqencingCompletedEventHandler SaveSeqencingCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event AddMesBenzInsertCompletedEventHandler AddMesBenzInsertCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event GetLuDataByMesCompletedEventHandler GetLuDataByMesCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event AddMutualDataCompletedEventHandler AddMutualDataCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event AddReturnDataCompletedEventHandler AddReturnDataCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public event ReceiveProductsCompletedEventHandler ReceiveProductsCompleted;
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetVer", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string GetVer() {
|
|
|
|
object[] results = this.Invoke("GetVer", new object[0]);
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetVerAsync() {
|
|
|
|
this.GetVerAsync(null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetVerAsync(object userState) {
|
|
|
|
if ((this.GetVerOperationCompleted == null)) {
|
|
|
|
this.GetVerOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetVerOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("GetVer", new object[0], this.GetVerOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnGetVerOperationCompleted(object arg) {
|
|
|
|
if ((this.GetVerCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.GetVerCompleted(this, new GetVerCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/NewLogin", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string NewLogin(string operCode, string password, string mac) {
|
|
|
|
object[] results = this.Invoke("NewLogin", new object[] {
|
|
|
|
operCode,
|
|
|
|
password,
|
|
|
|
mac});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void NewLoginAsync(string operCode, string password, string mac) {
|
|
|
|
this.NewLoginAsync(operCode, password, mac, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void NewLoginAsync(string operCode, string password, string mac, object userState) {
|
|
|
|
if ((this.NewLoginOperationCompleted == null)) {
|
|
|
|
this.NewLoginOperationCompleted = new System.Threading.SendOrPostCallback(this.OnNewLoginOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("NewLogin", new object[] {
|
|
|
|
operCode,
|
|
|
|
password,
|
|
|
|
mac}, this.NewLoginOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnNewLoginOperationCompleted(object arg) {
|
|
|
|
if ((this.NewLoginCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.NewLoginCompleted(this, new NewLoginCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddTmp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string AddTmp(string barcode, string partcode) {
|
|
|
|
object[] results = this.Invoke("AddTmp", new object[] {
|
|
|
|
barcode,
|
|
|
|
partcode});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddTmpAsync(string barcode, string partcode) {
|
|
|
|
this.AddTmpAsync(barcode, partcode, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddTmpAsync(string barcode, string partcode, object userState) {
|
|
|
|
if ((this.AddTmpOperationCompleted == null)) {
|
|
|
|
this.AddTmpOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddTmpOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("AddTmp", new object[] {
|
|
|
|
barcode,
|
|
|
|
partcode}, this.AddTmpOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnAddTmpOperationCompleted(object arg) {
|
|
|
|
if ((this.AddTmpCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.AddTmpCompleted(this, new AddTmpCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ChangeBk", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string ChangeBk(string bkCode, string password, string operCode) {
|
|
|
|
object[] results = this.Invoke("ChangeBk", new object[] {
|
|
|
|
bkCode,
|
|
|
|
password,
|
|
|
|
operCode});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void ChangeBkAsync(string bkCode, string password, string operCode) {
|
|
|
|
this.ChangeBkAsync(bkCode, password, operCode, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void ChangeBkAsync(string bkCode, string password, string operCode, object userState) {
|
|
|
|
if ((this.ChangeBkOperationCompleted == null)) {
|
|
|
|
this.ChangeBkOperationCompleted = new System.Threading.SendOrPostCallback(this.OnChangeBkOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("ChangeBk", new object[] {
|
|
|
|
bkCode,
|
|
|
|
password,
|
|
|
|
operCode}, this.ChangeBkOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnChangeBkOperationCompleted(object arg) {
|
|
|
|
if ((this.ChangeBkCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.ChangeBkCompleted(this, new ChangeBkCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/WriteLog", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string WriteLog(string operCode, string function, string message) {
|
|
|
|
object[] results = this.Invoke("WriteLog", new object[] {
|
|
|
|
operCode,
|
|
|
|
function,
|
|
|
|
message});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void WriteLogAsync(string operCode, string function, string message) {
|
|
|
|
this.WriteLogAsync(operCode, function, message, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void WriteLogAsync(string operCode, string function, string message, object userState) {
|
|
|
|
if ((this.WriteLogOperationCompleted == null)) {
|
|
|
|
this.WriteLogOperationCompleted = new System.Threading.SendOrPostCallback(this.OnWriteLogOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("WriteLog", new object[] {
|
|
|
|
operCode,
|
|
|
|
function,
|
|
|
|
message}, this.WriteLogOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnWriteLogOperationCompleted(object arg) {
|
|
|
|
if ((this.WriteLogCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.WriteLogCompleted(this, new WriteLogCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Login", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string Login(string operCode, string password) {
|
|
|
|
object[] results = this.Invoke("Login", new object[] {
|
|
|
|
operCode,
|
|
|
|
password});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void LoginAsync(string operCode, string password) {
|
|
|
|
this.LoginAsync(operCode, password, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void LoginAsync(string operCode, string password, object userState) {
|
|
|
|
if ((this.LoginOperationCompleted == null)) {
|
|
|
|
this.LoginOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLoginOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("Login", new object[] {
|
|
|
|
operCode,
|
|
|
|
password}, this.LoginOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnLoginOperationCompleted(object arg) {
|
|
|
|
if ((this.LoginCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.LoginCompleted(this, new LoginCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Logout", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string Logout(string operCode) {
|
|
|
|
object[] results = this.Invoke("Logout", new object[] {
|
|
|
|
operCode});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void LogoutAsync(string operCode) {
|
|
|
|
this.LogoutAsync(operCode, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void LogoutAsync(string operCode, object userState) {
|
|
|
|
if ((this.LogoutOperationCompleted == null)) {
|
|
|
|
this.LogoutOperationCompleted = new System.Threading.SendOrPostCallback(this.OnLogoutOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("Logout", new object[] {
|
|
|
|
operCode}, this.LogoutOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnLogoutOperationCompleted(object arg) {
|
|
|
|
if ((this.LogoutCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.LogoutCompleted(this, new LogoutCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ModifyPassword", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string ModifyPassword(string operCode, string oldPass, string newPass) {
|
|
|
|
object[] results = this.Invoke("ModifyPassword", new object[] {
|
|
|
|
operCode,
|
|
|
|
oldPass,
|
|
|
|
newPass});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void ModifyPasswordAsync(string operCode, string oldPass, string newPass) {
|
|
|
|
this.ModifyPasswordAsync(operCode, oldPass, newPass, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void ModifyPasswordAsync(string operCode, string oldPass, string newPass, object userState) {
|
|
|
|
if ((this.ModifyPasswordOperationCompleted == null)) {
|
|
|
|
this.ModifyPasswordOperationCompleted = new System.Threading.SendOrPostCallback(this.OnModifyPasswordOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("ModifyPassword", new object[] {
|
|
|
|
operCode,
|
|
|
|
oldPass,
|
|
|
|
newPass}, this.ModifyPasswordOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnModifyPasswordOperationCompleted(object arg) {
|
|
|
|
if ((this.ModifyPasswordCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.ModifyPasswordCompleted(this, new ModifyPasswordCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetServerTime", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public System.DateTime GetServerTime() {
|
|
|
|
object[] results = this.Invoke("GetServerTime", new object[0]);
|
|
|
|
return ((System.DateTime)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetServerTimeAsync() {
|
|
|
|
this.GetServerTimeAsync(null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetServerTimeAsync(object userState) {
|
|
|
|
if ((this.GetServerTimeOperationCompleted == null)) {
|
|
|
|
this.GetServerTimeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetServerTimeOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("GetServerTime", new object[0], this.GetServerTimeOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnGetServerTimeOperationCompleted(object arg) {
|
|
|
|
if ((this.GetServerTimeCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.GetServerTimeCompleted(this, new GetServerTimeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Decrypt", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string Decrypt(string str) {
|
|
|
|
object[] results = this.Invoke("Decrypt", new object[] {
|
|
|
|
str});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void DecryptAsync(string str) {
|
|
|
|
this.DecryptAsync(str, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void DecryptAsync(string str, object userState) {
|
|
|
|
if ((this.DecryptOperationCompleted == null)) {
|
|
|
|
this.DecryptOperationCompleted = new System.Threading.SendOrPostCallback(this.OnDecryptOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("Decrypt", new object[] {
|
|
|
|
str}, this.DecryptOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnDecryptOperationCompleted(object arg) {
|
|
|
|
if ((this.DecryptCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.DecryptCompleted(this, new DecryptCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/Encrypt", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string Encrypt(string str) {
|
|
|
|
object[] results = this.Invoke("Encrypt", new object[] {
|
|
|
|
str});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void EncryptAsync(string str) {
|
|
|
|
this.EncryptAsync(str, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void EncryptAsync(string str, object userState) {
|
|
|
|
if ((this.EncryptOperationCompleted == null)) {
|
|
|
|
this.EncryptOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEncryptOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("Encrypt", new object[] {
|
|
|
|
str}, this.EncryptOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnEncryptOperationCompleted(object arg) {
|
|
|
|
if ((this.EncryptCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.EncryptCompleted(this, new EncryptCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetCount", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public int GetCount(string jsonParam) {
|
|
|
|
object[] results = this.Invoke("GetCount", new object[] {
|
|
|
|
jsonParam});
|
|
|
|
return ((int)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetCountAsync(string jsonParam) {
|
|
|
|
this.GetCountAsync(jsonParam, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetCountAsync(string jsonParam, object userState) {
|
|
|
|
if ((this.GetCountOperationCompleted == null)) {
|
|
|
|
this.GetCountOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetCountOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("GetCount", new object[] {
|
|
|
|
jsonParam}, this.GetCountOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnGetCountOperationCompleted(object arg) {
|
|
|
|
if ((this.GetCountCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.GetCountCompleted(this, new GetCountCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetData", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string GetData(string jsonParam) {
|
|
|
|
object[] results = this.Invoke("GetData", new object[] {
|
|
|
|
jsonParam});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetDataAsync(string jsonParam) {
|
|
|
|
this.GetDataAsync(jsonParam, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetDataAsync(string jsonParam, object userState) {
|
|
|
|
if ((this.GetDataOperationCompleted == null)) {
|
|
|
|
this.GetDataOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetDataOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("GetData", new object[] {
|
|
|
|
jsonParam}, this.GetDataOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnGetDataOperationCompleted(object arg) {
|
|
|
|
if ((this.GetDataCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.GetDataCompleted(this, new GetDataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddData", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string AddData(string jsonParam, string strJson) {
|
|
|
|
object[] results = this.Invoke("AddData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddDataAsync(string jsonParam, string strJson) {
|
|
|
|
this.AddDataAsync(jsonParam, strJson, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddDataAsync(string jsonParam, string strJson, object userState) {
|
|
|
|
if ((this.AddDataOperationCompleted == null)) {
|
|
|
|
this.AddDataOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddDataOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("AddData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson}, this.AddDataOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnAddDataOperationCompleted(object arg) {
|
|
|
|
if ((this.AddDataCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.AddDataCompleted(this, new AddDataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/IsExistLocation", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string IsExistLocation(string ccode) {
|
|
|
|
object[] results = this.Invoke("IsExistLocation", new object[] {
|
|
|
|
ccode});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void IsExistLocationAsync(string ccode) {
|
|
|
|
this.IsExistLocationAsync(ccode, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void IsExistLocationAsync(string ccode, object userState) {
|
|
|
|
if ((this.IsExistLocationOperationCompleted == null)) {
|
|
|
|
this.IsExistLocationOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIsExistLocationOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("IsExistLocation", new object[] {
|
|
|
|
ccode}, this.IsExistLocationOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnIsExistLocationOperationCompleted(object arg) {
|
|
|
|
if ((this.IsExistLocationCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.IsExistLocationCompleted(this, new IsExistLocationCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/IsExistBarcode", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string IsExistBarcode(string bcode) {
|
|
|
|
object[] results = this.Invoke("IsExistBarcode", new object[] {
|
|
|
|
bcode});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void IsExistBarcodeAsync(string bcode) {
|
|
|
|
this.IsExistBarcodeAsync(bcode, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void IsExistBarcodeAsync(string bcode, object userState) {
|
|
|
|
if ((this.IsExistBarcodeOperationCompleted == null)) {
|
|
|
|
this.IsExistBarcodeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnIsExistBarcodeOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("IsExistBarcode", new object[] {
|
|
|
|
bcode}, this.IsExistBarcodeOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnIsExistBarcodeOperationCompleted(object arg) {
|
|
|
|
if ((this.IsExistBarcodeCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.IsExistBarcodeCompleted(this, new IsExistBarcodeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/UpdateData", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string UpdateData(string jsonParam, string strJson) {
|
|
|
|
object[] results = this.Invoke("UpdateData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void UpdateDataAsync(string jsonParam, string strJson) {
|
|
|
|
this.UpdateDataAsync(jsonParam, strJson, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void UpdateDataAsync(string jsonParam, string strJson, object userState) {
|
|
|
|
if ((this.UpdateDataOperationCompleted == null)) {
|
|
|
|
this.UpdateDataOperationCompleted = new System.Threading.SendOrPostCallback(this.OnUpdateDataOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("UpdateData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson}, this.UpdateDataOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnUpdateDataOperationCompleted(object arg) {
|
|
|
|
if ((this.UpdateDataCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.UpdateDataCompleted(this, new UpdateDataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SaveSeqencing", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string SaveSeqencing(string strJson) {
|
|
|
|
object[] results = this.Invoke("SaveSeqencing", new object[] {
|
|
|
|
strJson});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void SaveSeqencingAsync(string strJson) {
|
|
|
|
this.SaveSeqencingAsync(strJson, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void SaveSeqencingAsync(string strJson, object userState) {
|
|
|
|
if ((this.SaveSeqencingOperationCompleted == null)) {
|
|
|
|
this.SaveSeqencingOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSaveSeqencingOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("SaveSeqencing", new object[] {
|
|
|
|
strJson}, this.SaveSeqencingOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnSaveSeqencingOperationCompleted(object arg) {
|
|
|
|
if ((this.SaveSeqencingCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.SaveSeqencingCompleted(this, new SaveSeqencingCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddMesBenzInsert", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string AddMesBenzInsert(string hannpenLoc, string pPartType, string productionNumber, string pInsertType, string pInsertReason, string pUserID, string pUserName, string fromType) {
|
|
|
|
object[] results = this.Invoke("AddMesBenzInsert", new object[] {
|
|
|
|
hannpenLoc,
|
|
|
|
pPartType,
|
|
|
|
productionNumber,
|
|
|
|
pInsertType,
|
|
|
|
pInsertReason,
|
|
|
|
pUserID,
|
|
|
|
pUserName,
|
|
|
|
fromType});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddMesBenzInsertAsync(string hannpenLoc, string pPartType, string productionNumber, string pInsertType, string pInsertReason, string pUserID, string pUserName, string fromType) {
|
|
|
|
this.AddMesBenzInsertAsync(hannpenLoc, pPartType, productionNumber, pInsertType, pInsertReason, pUserID, pUserName, fromType, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddMesBenzInsertAsync(string hannpenLoc, string pPartType, string productionNumber, string pInsertType, string pInsertReason, string pUserID, string pUserName, string fromType, object userState) {
|
|
|
|
if ((this.AddMesBenzInsertOperationCompleted == null)) {
|
|
|
|
this.AddMesBenzInsertOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddMesBenzInsertOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("AddMesBenzInsert", new object[] {
|
|
|
|
hannpenLoc,
|
|
|
|
pPartType,
|
|
|
|
productionNumber,
|
|
|
|
pInsertType,
|
|
|
|
pInsertReason,
|
|
|
|
pUserID,
|
|
|
|
pUserName,
|
|
|
|
fromType}, this.AddMesBenzInsertOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnAddMesBenzInsertOperationCompleted(object arg) {
|
|
|
|
if ((this.AddMesBenzInsertCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.AddMesBenzInsertCompleted(this, new AddMesBenzInsertCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetLuDataByMes", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string GetLuDataByMes(string productionNumber, string partType) {
|
|
|
|
object[] results = this.Invoke("GetLuDataByMes", new object[] {
|
|
|
|
productionNumber,
|
|
|
|
partType});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetLuDataByMesAsync(string productionNumber, string partType) {
|
|
|
|
this.GetLuDataByMesAsync(productionNumber, partType, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void GetLuDataByMesAsync(string productionNumber, string partType, object userState) {
|
|
|
|
if ((this.GetLuDataByMesOperationCompleted == null)) {
|
|
|
|
this.GetLuDataByMesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetLuDataByMesOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("GetLuDataByMes", new object[] {
|
|
|
|
productionNumber,
|
|
|
|
partType}, this.GetLuDataByMesOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnGetLuDataByMesOperationCompleted(object arg) {
|
|
|
|
if ((this.GetLuDataByMesCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.GetLuDataByMesCompleted(this, new GetLuDataByMesCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddMutualData", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string AddMutualData(string jsonParam, string strJson) {
|
|
|
|
object[] results = this.Invoke("AddMutualData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddMutualDataAsync(string jsonParam, string strJson) {
|
|
|
|
this.AddMutualDataAsync(jsonParam, strJson, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddMutualDataAsync(string jsonParam, string strJson, object userState) {
|
|
|
|
if ((this.AddMutualDataOperationCompleted == null)) {
|
|
|
|
this.AddMutualDataOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddMutualDataOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("AddMutualData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson}, this.AddMutualDataOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnAddMutualDataOperationCompleted(object arg) {
|
|
|
|
if ((this.AddMutualDataCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.AddMutualDataCompleted(this, new AddMutualDataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/AddReturnData", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string AddReturnData(string jsonParam, string strJson) {
|
|
|
|
object[] results = this.Invoke("AddReturnData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddReturnDataAsync(string jsonParam, string strJson) {
|
|
|
|
this.AddReturnDataAsync(jsonParam, strJson, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void AddReturnDataAsync(string jsonParam, string strJson, object userState) {
|
|
|
|
if ((this.AddReturnDataOperationCompleted == null)) {
|
|
|
|
this.AddReturnDataOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddReturnDataOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("AddReturnData", new object[] {
|
|
|
|
jsonParam,
|
|
|
|
strJson}, this.AddReturnDataOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnAddReturnDataOperationCompleted(object arg) {
|
|
|
|
if ((this.AddReturnDataCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.AddReturnDataCompleted(this, new AddReturnDataCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ReceiveProducts", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
|
|
|
|
public string ReceiveProducts(string jsonParam) {
|
|
|
|
object[] results = this.Invoke("ReceiveProducts", new object[] {
|
|
|
|
jsonParam});
|
|
|
|
return ((string)(results[0]));
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void ReceiveProductsAsync(string jsonParam) {
|
|
|
|
this.ReceiveProductsAsync(jsonParam, null);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public void ReceiveProductsAsync(string jsonParam, object userState) {
|
|
|
|
if ((this.ReceiveProductsOperationCompleted == null)) {
|
|
|
|
this.ReceiveProductsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnReceiveProductsOperationCompleted);
|
|
|
|
}
|
|
|
|
this.InvokeAsync("ReceiveProducts", new object[] {
|
|
|
|
jsonParam}, this.ReceiveProductsOperationCompleted, userState);
|
|
|
|
}
|
|
|
|
|
|
|
|
private void OnReceiveProductsOperationCompleted(object arg) {
|
|
|
|
if ((this.ReceiveProductsCompleted != null)) {
|
|
|
|
System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
|
|
|
|
this.ReceiveProductsCompleted(this, new ReceiveProductsCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void GetVerCompletedEventHandler(object sender, GetVerCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetVerCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal GetVerCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void NewLoginCompletedEventHandler(object sender, NewLoginCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class NewLoginCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal NewLoginCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void AddTmpCompletedEventHandler(object sender, AddTmpCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddTmpCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal AddTmpCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void ChangeBkCompletedEventHandler(object sender, ChangeBkCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class ChangeBkCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal ChangeBkCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void WriteLogCompletedEventHandler(object sender, WriteLogCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class WriteLogCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal WriteLogCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void LoginCompletedEventHandler(object sender, LoginCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class LoginCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal LoginCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void LogoutCompletedEventHandler(object sender, LogoutCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class LogoutCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal LogoutCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void ModifyPasswordCompletedEventHandler(object sender, ModifyPasswordCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class ModifyPasswordCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal ModifyPasswordCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void GetServerTimeCompletedEventHandler(object sender, GetServerTimeCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetServerTimeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal GetServerTimeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public System.DateTime Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((System.DateTime)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void DecryptCompletedEventHandler(object sender, DecryptCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class DecryptCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal DecryptCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void EncryptCompletedEventHandler(object sender, EncryptCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class EncryptCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal EncryptCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void GetCountCompletedEventHandler(object sender, GetCountCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetCountCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal GetCountCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public int Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((int)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void GetDataCompletedEventHandler(object sender, GetDataCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal GetDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void AddDataCompletedEventHandler(object sender, AddDataCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal AddDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void IsExistLocationCompletedEventHandler(object sender, IsExistLocationCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class IsExistLocationCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal IsExistLocationCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void IsExistBarcodeCompletedEventHandler(object sender, IsExistBarcodeCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class IsExistBarcodeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal IsExistBarcodeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void UpdateDataCompletedEventHandler(object sender, UpdateDataCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class UpdateDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal UpdateDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void SaveSeqencingCompletedEventHandler(object sender, SaveSeqencingCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class SaveSeqencingCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal SaveSeqencingCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void AddMesBenzInsertCompletedEventHandler(object sender, AddMesBenzInsertCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddMesBenzInsertCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal AddMesBenzInsertCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void GetLuDataByMesCompletedEventHandler(object sender, GetLuDataByMesCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class GetLuDataByMesCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal GetLuDataByMesCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void AddMutualDataCompletedEventHandler(object sender, AddMutualDataCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddMutualDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal AddMutualDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void AddReturnDataCompletedEventHandler(object sender, AddReturnDataCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class AddReturnDataCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal AddReturnDataCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
public delegate void ReceiveProductsCompletedEventHandler(object sender, ReceiveProductsCompletedEventArgs e);
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.9032.0")]
|
|
|
|
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
|
|
|
[System.ComponentModel.DesignerCategoryAttribute("code")]
|
|
|
|
public partial class ReceiveProductsCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
|
|
|
|
|
|
|
|
private object[] results;
|
|
|
|
|
|
|
|
internal ReceiveProductsCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
|
|
|
|
base(exception, cancelled, userState) {
|
|
|
|
this.results = results;
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <remarks/>
|
|
|
|
public string Result {
|
|
|
|
get {
|
|
|
|
this.RaiseExceptionIfNecessary();
|
|
|
|
return ((string)(this.results[0]));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#pragma warning restore 1591
|