1
yusijie
2023-01-13 84b745121de3c830f30afa679a35e76517a8d8cf
WebAPI/Web References/WebS/Reference.cs
@@ -35,6 +35,8 @@
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(ClsGy_BarCodeBill_WMS_Model))]
    public partial class WebService1 : System.Web.Services.Protocols.SoapHttpClientProtocol {
        
        private System.Threading.SendOrPostCallback getDataSetByMasterSQLOperationCompleted;
        private System.Threading.SendOrPostCallback getCheckOpenOperationCompleted;
        
        private System.Threading.SendOrPostCallback getGetDataBaseOperationCompleted;
@@ -114,6 +116,8 @@
        private System.Threading.SendOrPostCallback get_CheckTypeBySource_NewOperationCompleted;
        
        private System.Threading.SendOrPostCallback getSourceBillList_NewOperationCompleted;
        private System.Threading.SendOrPostCallback get_BillSubTypeOperationCompleted;
        
        private System.Threading.SendOrPostCallback get_SourceBarCode_NewOperationCompleted;
        
@@ -230,8 +234,6 @@
        private System.Threading.SendOrPostCallback set_UpdateTemp_BillCheckOperationCompleted;
        
        private System.Threading.SendOrPostCallback GetKf_PonderationBillMain_TempList_BillCheckOperationCompleted;
        private System.Threading.SendOrPostCallback getDataSetByMasterSQLOperationCompleted;
        
        private System.Threading.SendOrPostCallback set_SaveProcReportMoveBill_MoveStockOperationCompleted;
        
@@ -1118,6 +1120,9 @@
        }
        
        /// <remarks/>
        public event getDataSetByMasterSQLCompletedEventHandler getDataSetByMasterSQLCompleted;
        /// <remarks/>
        public event getCheckOpenCompletedEventHandler getCheckOpenCompleted;
        
        /// <remarks/>
@@ -1236,6 +1241,9 @@
        
        /// <remarks/>
        public event getSourceBillList_NewCompletedEventHandler getSourceBillList_NewCompleted;
        /// <remarks/>
        public event get_BillSubTypeCompletedEventHandler get_BillSubTypeCompleted;
        
        /// <remarks/>
        public event get_SourceBarCode_NewCompletedEventHandler get_SourceBarCode_NewCompleted;
@@ -1410,9 +1418,6 @@
        
        /// <remarks/>
        public event GetKf_PonderationBillMain_TempList_BillCheckCompletedEventHandler GetKf_PonderationBillMain_TempList_BillCheckCompleted;
        /// <remarks/>
        public event getDataSetByMasterSQLCompletedEventHandler getDataSetByMasterSQLCompleted;
        
        /// <remarks/>
        public event set_SaveProcReportMoveBill_MoveStockCompletedEventHandler set_SaveProcReportMoveBill_MoveStockCompleted;
@@ -2682,6 +2687,40 @@
        
        /// <remarks/>
        public event GetSc_ICMOBillListCompletedEventHandler GetSc_ICMOBillListCompleted;
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetByMasterSQL", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet getDataSetByMasterSQL(string sSQL, string sTable, ref string sErrMsg) {
            object[] results = this.Invoke("getDataSetByMasterSQL", new object[] {
                        sSQL,
                        sTable,
                        sErrMsg});
            sErrMsg = ((string)(results[1]));
            return ((System.Data.DataSet)(results[0]));
        }
        /// <remarks/>
        public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg) {
            this.getDataSetByMasterSQLAsync(sSQL, sTable, sErrMsg, null);
        }
        /// <remarks/>
        public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg, object userState) {
            if ((this.getDataSetByMasterSQLOperationCompleted == null)) {
                this.getDataSetByMasterSQLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDataSetByMasterSQLOperationCompleted);
            }
            this.InvokeAsync("getDataSetByMasterSQL", new object[] {
                        sSQL,
                        sTable,
                        sErrMsg}, this.getDataSetByMasterSQLOperationCompleted, userState);
        }
        private void OngetDataSetByMasterSQLOperationCompleted(object arg) {
            if ((this.getDataSetByMasterSQLCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getDataSetByMasterSQLCompleted(this, new getDataSetByMasterSQLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getCheckOpen", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
@@ -5298,6 +5337,37 @@
            if ((this.getSourceBillList_NewCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getSourceBillList_NewCompleted(this, new getSourceBillList_NewCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/get_BillSubType", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet get_BillSubType(string HBillType, long HStockOrgID) {
            object[] results = this.Invoke("get_BillSubType", new object[] {
                        HBillType,
                        HStockOrgID});
            return ((System.Data.DataSet)(results[0]));
        }
        /// <remarks/>
        public void get_BillSubTypeAsync(string HBillType, long HStockOrgID) {
            this.get_BillSubTypeAsync(HBillType, HStockOrgID, null);
        }
        /// <remarks/>
        public void get_BillSubTypeAsync(string HBillType, long HStockOrgID, object userState) {
            if ((this.get_BillSubTypeOperationCompleted == null)) {
                this.get_BillSubTypeOperationCompleted = new System.Threading.SendOrPostCallback(this.Onget_BillSubTypeOperationCompleted);
            }
            this.InvokeAsync("get_BillSubType", new object[] {
                        HBillType,
                        HStockOrgID}, this.get_BillSubTypeOperationCompleted, userState);
        }
        private void Onget_BillSubTypeOperationCompleted(object arg) {
            if ((this.get_BillSubTypeCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.get_BillSubTypeCompleted(this, new get_BillSubTypeCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
@@ -8236,40 +8306,6 @@
            if ((this.GetKf_PonderationBillMain_TempList_BillCheckCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.GetKf_PonderationBillMain_TempList_BillCheckCompleted(this, new GetKf_PonderationBillMain_TempList_BillCheckCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/getDataSetByMasterSQL", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public System.Data.DataSet getDataSetByMasterSQL(string sSQL, string sTable, ref string sErrMsg) {
            object[] results = this.Invoke("getDataSetByMasterSQL", new object[] {
                        sSQL,
                        sTable,
                        sErrMsg});
            sErrMsg = ((string)(results[1]));
            return ((System.Data.DataSet)(results[0]));
        }
        /// <remarks/>
        public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg) {
            this.getDataSetByMasterSQLAsync(sSQL, sTable, sErrMsg, null);
        }
        /// <remarks/>
        public void getDataSetByMasterSQLAsync(string sSQL, string sTable, string sErrMsg, object userState) {
            if ((this.getDataSetByMasterSQLOperationCompleted == null)) {
                this.getDataSetByMasterSQLOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetDataSetByMasterSQLOperationCompleted);
            }
            this.InvokeAsync("getDataSetByMasterSQL", new object[] {
                        sSQL,
                        sTable,
                        sErrMsg}, this.getDataSetByMasterSQLOperationCompleted, userState);
        }
        private void OngetDataSetByMasterSQLOperationCompleted(object arg) {
            if ((this.getDataSetByMasterSQLCompleted != null)) {
                System.Web.Services.Protocols.InvokeCompletedEventArgs invokeArgs = ((System.Web.Services.Protocols.InvokeCompletedEventArgs)(arg));
                this.getDataSetByMasterSQLCompleted(this, new getDataSetByMasterSQLCompletedEventArgs(invokeArgs.Results, invokeArgs.Error, invokeArgs.Cancelled, invokeArgs.UserState));
            }
        }
        
@@ -42147,6 +42183,8 @@
        
        private string wMS_CloudModeField;
        
        private string wMS_BillDateModeField;
        private string barCode_SourceQtyCtlField;
        
        private long barCode_PrintQtyField;
@@ -44972,6 +45010,16 @@
        }
        
        /// <remarks/>
        public string WMS_BillDateMode {
            get {
                return this.wMS_BillDateModeField;
            }
            set {
                this.wMS_BillDateModeField = value;
            }
        }
        /// <remarks/>
        public string BarCode_SourceQtyCtl {
            get {
                return this.barCode_SourceQtyCtlField;
@@ -45867,6 +45915,40 @@
            }
            set {
                this.hBillNoField = value;
            }
        }
    }
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")]
    public delegate void getDataSetByMasterSQLCompletedEventHandler(object sender, getDataSetByMasterSQLCompletedEventArgs e);
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getDataSetByMasterSQLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        private object[] results;
        internal getDataSetByMasterSQLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
                base(exception, cancelled, userState) {
            this.results = results;
        }
        /// <remarks/>
        public System.Data.DataSet Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((System.Data.DataSet)(this.results[0]));
            }
        }
        /// <remarks/>
        public string sErrMsg {
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[1]));
            }
        }
    }
@@ -47563,6 +47645,32 @@
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[1]));
            }
        }
    }
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")]
    public delegate void get_BillSubTypeCompletedEventHandler(object sender, get_BillSubTypeCompletedEventArgs e);
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class get_BillSubTypeCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        private object[] results;
        internal get_BillSubTypeCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
                base(exception, cancelled, userState) {
            this.results = results;
        }
        /// <remarks/>
        public System.Data.DataSet Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((System.Data.DataSet)(this.results[0]));
            }
        }
    }
@@ -49615,40 +49723,6 @@
            get {
                this.RaiseExceptionIfNecessary();
                return ((System.Data.DataSet)(this.results[0]));
            }
        }
    }
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")]
    public delegate void getDataSetByMasterSQLCompletedEventHandler(object sender, getDataSetByMasterSQLCompletedEventArgs e);
    /// <remarks/>
    [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4084.0")]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    public partial class getDataSetByMasterSQLCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs {
        private object[] results;
        internal getDataSetByMasterSQLCompletedEventArgs(object[] results, System.Exception exception, bool cancelled, object userState) :
                base(exception, cancelled, userState) {
            this.results = results;
        }
        /// <remarks/>
        public System.Data.DataSet Result {
            get {
                this.RaiseExceptionIfNecessary();
                return ((System.Data.DataSet)(this.results[0]));
            }
        }
        /// <remarks/>
        public string sErrMsg {
            get {
                this.RaiseExceptionIfNecessary();
                return ((string)(this.results[1]));
            }
        }
    }