⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 reference.cs

📁 一个用vs2003编写的客户工资管理系统客户端程序/一个用vs2003编写的客户工资管理系统客户端程序
💻 CS
📖 第 1 页 / 共 5 页
字号:
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SetDogLoginBegion", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool SetDogLoginBegion(string _UserKey, string _IPAddress, string _MacAddress) {
            object[] results = this.Invoke("SetDogLoginBegion", new object[] {
                        _UserKey,
                        _IPAddress,
                        _MacAddress});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginSetDogLoginBegion(string _UserKey, string _IPAddress, string _MacAddress, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("SetDogLoginBegion", new object[] {
                        _UserKey,
                        _IPAddress,
                        _MacAddress}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndSetDogLoginBegion(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/SetDogLoginOut", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool SetDogLoginOut(string _UserKey) {
            object[] results = this.Invoke("SetDogLoginOut", new object[] {
                        _UserKey});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginSetDogLoginOut(string _UserKey, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("SetDogLoginOut", new object[] {
                        _UserKey}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndSetDogLoginOut(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetDogIsLogin", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool GetDogIsLogin(string _UserKey) {
            object[] results = this.Invoke("GetDogIsLogin", new object[] {
                        _UserKey});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetDogIsLogin(string _UserKey, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetDogIsLogin", new object[] {
                        _UserKey}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndGetDogIsLogin(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/IsExistContacts", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool IsExistContacts(string _UserKey) {
            object[] results = this.Invoke("IsExistContacts", new object[] {
                        _UserKey});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginIsExistContacts(string _UserKey, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("IsExistContacts", new object[] {
                        _UserKey}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndIsExistContacts(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/UpdateContacts", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool UpdateContacts(string _UserKey, string _ContactsName, string _ContactsPhone) {
            object[] results = this.Invoke("UpdateContacts", new object[] {
                        _UserKey,
                        _ContactsName,
                        _ContactsPhone});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginUpdateContacts(string _UserKey, string _ContactsName, string _ContactsPhone, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("UpdateContacts", new object[] {
                        _UserKey,
                        _ContactsName,
                        _ContactsPhone}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndUpdateContacts(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetContacts", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public string GetContacts(string _UserKey) {
            object[] results = this.Invoke("GetContacts", new object[] {
                        _UserKey});
            return ((string)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetContacts(string _UserKey, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetContacts", new object[] {
                        _UserKey}, callback, asyncState);
        }
        
        /// <remarks/>
        public string EndGetContacts(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((string)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/IsExistLTX", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool IsExistLTX(string _UserKey) {
            object[] results = this.Invoke("IsExistLTX", new object[] {
                        _UserKey});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginIsExistLTX(string _UserKey, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("IsExistLTX", new object[] {
                        _UserKey}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndIsExistLTX(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetPrintDataSet", 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 GetPrintDataSet(string _YWItemId) {
            object[] results = this.Invoke("GetPrintDataSet", new object[] {
                        _YWItemId});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetPrintDataSet(string _YWItemId, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetPrintDataSet", new object[] {
                        _YWItemId}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndGetPrintDataSet(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetPrintSHBDataSet", 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 GetPrintSHBDataSet(string _YWItemId) {
            object[] results = this.Invoke("GetPrintSHBDataSet", new object[] {
                        _YWItemId});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetPrintSHBDataSet(string _YWItemId, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetPrintSHBDataSet", new object[] {
                        _YWItemId}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndGetPrintSHBDataSet(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetPrintSHBDataSet_GWY", 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 GetPrintSHBDataSet_GWY(string _YWItemId) {
            object[] results = this.Invoke("GetPrintSHBDataSet_GWY", new object[] {
                        _YWItemId});
            return ((System.Data.DataSet)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginGetPrintSHBDataSet_GWY(string _YWItemId, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("GetPrintSHBDataSet_GWY", new object[] {
                        _YWItemId}, callback, asyncState);
        }
        
        /// <remarks/>
        public System.Data.DataSet EndGetPrintSHBDataSet_GWY(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((System.Data.DataSet)(results[0]));
        }
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -