com_numtochina.cs

来自「ASP.NET的一些开发实例,有论坛管理系统等」· CS 代码 · 共 195 行

CS
195
字号
//------------------------------------------------------------------------------
// <autogenerated>
//     This code was generated by a tool.
//     Runtime Version: 1.0.3705.0
//
//     Changes to this file may cause incorrect behavior and will be lost if 
//     the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------

// 
// This source code was auto-generated by wsdl, Version=1.0.3705.0.
// 
using System.Diagnostics;
using System.Xml.Serialization;
using System;
using System.Web.Services.Protocols;
using System.ComponentModel;
using System.Web.Services;


/// <remarks/>
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Web.Services.WebServiceBindingAttribute(Name="COM_NumToChinaSoap", Namespace="http://tempuri.org/")]
public class COM_NumToChina : System.Web.Services.Protocols.SoapHttpClientProtocol {
    
    /// <remarks/>
    public COM_NumToChina() {
        this.Url = "http://localhost/WhiteForumServer/BdStudioSoft/COM_NumToChina.asmx";
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DataSetReSet", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public void DataSetReSet(ref System.Data.DataSet ds) {
        object[] results = this.Invoke("DataSetReSet", new object[] {
                    ds});
        ds = ((System.Data.DataSet)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginDataSetReSet(System.Data.DataSet ds, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("DataSetReSet", new object[] {
                    ds}, callback, asyncState);
    }
    
    /// <remarks/>
    public void EndDataSetReSet(System.IAsyncResult asyncResult, out System.Data.DataSet ds) {
        object[] results = this.EndInvoke(asyncResult);
        ds = ((System.Data.DataSet)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetClientName", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetClientName(string ClientNum) {
        object[] results = this.Invoke("GetClientName", new object[] {
                    ClientNum});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetClientName(string ClientNum, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetClientName", new object[] {
                    ClientNum}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetClientName(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetProjectName", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetProjectName(string ProjectNum) {
        object[] results = this.Invoke("GetProjectName", new object[] {
                    ProjectNum});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetProjectName(string ProjectNum, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetProjectName", new object[] {
                    ProjectNum}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetProjectName(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetAccountName", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetAccountName(string AccountNum) {
        object[] results = this.Invoke("GetAccountName", new object[] {
                    AccountNum});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetAccountName(string AccountNum, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetAccountName", new object[] {
                    AccountNum}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetAccountName(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetAccountEmp", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetAccountEmp(string AccountNum) {
        object[] results = this.Invoke("GetAccountEmp", new object[] {
                    AccountNum});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetAccountEmp(string AccountNum, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetAccountEmp", new object[] {
                    AccountNum}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetAccountEmp(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetInformation", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetInformation(string InfoType, string InfoValue) {
        object[] results = this.Invoke("GetInformation", new object[] {
                    InfoType,
                    InfoValue});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetInformation(string InfoType, string InfoValue, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetInformation", new object[] {
                    InfoType,
                    InfoValue}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetInformation(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetSchemaName", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetSchemaName(string schema_num) {
        object[] results = this.Invoke("GetSchemaName", new object[] {
                    schema_num});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetSchemaName(string schema_num, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetSchemaName", new object[] {
                    schema_num}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetSchemaName(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetdepName", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
    public string GetdepName(string dep_num) {
        object[] results = this.Invoke("GetdepName", new object[] {
                    dep_num});
        return ((string)(results[0]));
    }
    
    /// <remarks/>
    public System.IAsyncResult BeginGetdepName(string dep_num, System.AsyncCallback callback, object asyncState) {
        return this.BeginInvoke("GetdepName", new object[] {
                    dep_num}, callback, asyncState);
    }
    
    /// <remarks/>
    public string EndGetdepName(System.IAsyncResult asyncResult) {
        object[] results = this.EndInvoke(asyncResult);
        return ((string)(results[0]));
    }
}

⌨️ 快捷键说明

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