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

📄 reference.cs

📁 用c#开发的B/S模式的图书在线出版系统DB事sql server,为三层模式,用户层,业务逻辑层,DB层,详细说明见附录
💻 CS
📖 第 1 页 / 共 4 页
字号:
                    string Important_Item, 
                    string Append_Item, 
                    string Contract_Date, 
                    string Request_Id, 
                    string Contract_Content, 
                    string Range, 
                    string Note, 
                    string Author_UserName) {
            object[] results = this.Invoke("AddContract", new object[] {
                        PartA,
                        PartB,
                        PartA_Coporater,
                        PartB_Coporater,
                        PartA_Address,
                        PartB_Address,
                        PartA_Zipcode,
                        PartB_Zipcode,
                        PartA_Phone,
                        PartB_Phone,
                        Important_Item,
                        Append_Item,
                        Contract_Date,
                        Request_Id,
                        Contract_Content,
                        Range,
                        Note,
                        Author_UserName});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginAddContract(
                    string PartA, 
                    string PartB, 
                    string PartA_Coporater, 
                    string PartB_Coporater, 
                    string PartA_Address, 
                    string PartB_Address, 
                    string PartA_Zipcode, 
                    string PartB_Zipcode, 
                    string PartA_Phone, 
                    string PartB_Phone, 
                    string Important_Item, 
                    string Append_Item, 
                    string Contract_Date, 
                    string Request_Id, 
                    string Contract_Content, 
                    string Range, 
                    string Note, 
                    string Author_UserName, 
                    System.AsyncCallback callback, 
                    object asyncState) {
            return this.BeginInvoke("AddContract", new object[] {
                        PartA,
                        PartB,
                        PartA_Coporater,
                        PartB_Coporater,
                        PartA_Address,
                        PartB_Address,
                        PartA_Zipcode,
                        PartB_Zipcode,
                        PartA_Phone,
                        PartB_Phone,
                        Important_Item,
                        Append_Item,
                        Contract_Date,
                        Request_Id,
                        Contract_Content,
                        Range,
                        Note,
                        Author_UserName}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndAddContract(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/AddContracts", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool AddContracts(
                    string PartA, 
                    string PartB, 
                    string PartA_Coporater, 
                    string PartB_Coporater, 
                    string PartA_Address, 
                    string PartB_Address, 
                    string PartA_Zipcode, 
                    string PartB_Zipcode, 
                    string PartA_Phone, 
                    string PartB_Phone, 
                    string Important_Item, 
                    string Append_Item, 
                    string Contract_Date, 
                    string Request_Id, 
                    string Contract_Content, 
                    string Range, 
                    string Note, 
                    string Author_UserName) {
            object[] results = this.Invoke("AddContracts", new object[] {
                        PartA,
                        PartB,
                        PartA_Coporater,
                        PartB_Coporater,
                        PartA_Address,
                        PartB_Address,
                        PartA_Zipcode,
                        PartB_Zipcode,
                        PartA_Phone,
                        PartB_Phone,
                        Important_Item,
                        Append_Item,
                        Contract_Date,
                        Request_Id,
                        Contract_Content,
                        Range,
                        Note,
                        Author_UserName});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginAddContracts(
                    string PartA, 
                    string PartB, 
                    string PartA_Coporater, 
                    string PartB_Coporater, 
                    string PartA_Address, 
                    string PartB_Address, 
                    string PartA_Zipcode, 
                    string PartB_Zipcode, 
                    string PartA_Phone, 
                    string PartB_Phone, 
                    string Important_Item, 
                    string Append_Item, 
                    string Contract_Date, 
                    string Request_Id, 
                    string Contract_Content, 
                    string Range, 
                    string Note, 
                    string Author_UserName, 
                    System.AsyncCallback callback, 
                    object asyncState) {
            return this.BeginInvoke("AddContracts", new object[] {
                        PartA,
                        PartB,
                        PartA_Coporater,
                        PartB_Coporater,
                        PartA_Address,
                        PartB_Address,
                        PartA_Zipcode,
                        PartB_Zipcode,
                        PartA_Phone,
                        PartB_Phone,
                        Important_Item,
                        Append_Item,
                        Contract_Date,
                        Request_Id,
                        Contract_Content,
                        Range,
                        Note,
                        Author_UserName}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndAddContracts(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/ImportEbook", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool ImportEbook(string Request_Id, string ISBN, string Pfid, string List_Price, string Sale_Price, string description_Short, string Preview, string Small_Img_File, string Large_Img_File, string Start_Sale, string End_Sale, string Pages, string Catalog_All, string Published, string Recommendation) {
            object[] results = this.Invoke("ImportEbook", new object[] {
                        Request_Id,
                        ISBN,
                        Pfid,
                        List_Price,
                        Sale_Price,
                        description_Short,
                        Preview,
                        Small_Img_File,
                        Large_Img_File,
                        Start_Sale,
                        End_Sale,
                        Pages,
                        Catalog_All,
                        Published,
                        Recommendation});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginImportEbook(
                    string Request_Id, 
                    string ISBN, 
                    string Pfid, 
                    string List_Price, 
                    string Sale_Price, 
                    string description_Short, 
                    string Preview, 
                    string Small_Img_File, 
                    string Large_Img_File, 
                    string Start_Sale, 
                    string End_Sale, 
                    string Pages, 
                    string Catalog_All, 
                    string Published, 
                    string Recommendation, 
                    System.AsyncCallback callback, 
                    object asyncState) {
            return this.BeginInvoke("ImportEbook", new object[] {
                        Request_Id,
                        ISBN,
                        Pfid,
                        List_Price,
                        Sale_Price,
                        description_Short,
                        Preview,
                        Small_Img_File,
                        Large_Img_File,
                        Start_Sale,
                        End_Sale,
                        Pages,
                        Catalog_All,
                        Published,
                        Recommendation}, callback, asyncState);
        }
        
        /// <remarks/>
        public bool EndImportEbook(System.IAsyncResult asyncResult) {
            object[] results = this.EndInvoke(asyncResult);
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/UpdateRequest", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
        public bool UpdateRequest(string RequestID, string BookTitle, string EbookDescription, string ApplicationContent, string Notes, string FileName) {
            object[] results = this.Invoke("UpdateRequest", new object[] {
                        RequestID,
                        BookTitle,
                        EbookDescription,
                        ApplicationContent,
                        Notes,
                        FileName});
            return ((bool)(results[0]));
        }
        
        /// <remarks/>
        public System.IAsyncResult BeginUpdateRequest(string RequestID, string BookTitle, string EbookDescription, string ApplicationContent, string Notes, string FileName, System.AsyncCallback callback, object asyncState) {
            return this.BeginInvoke("UpdateRequest", new object[] {
                        RequestID,
                        BookTitle,
                        EbookDescription,
                        ApplicationContent,
                        Notes,
                        FileName}, callback, asyncState);
        }
        

⌨️ 快捷键说明

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