gfunction.cs
来自「ASP.NET的一些开发实例,有论坛管理系统等」· CS 代码 · 共 189 行
CS
189 行
//------------------------------------------------------------------------------
// <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="GfunctionSoap", Namespace="http://tempuri.org/")]
public class Gfunction : System.Web.Services.Protocols.SoapHttpClientProtocol {
/// <remarks/>
public Gfunction() {
this.Url = "http://localhost/WhiteForumServer/BdStudioSoft/Gfunction.asmx";
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetDataFromDataSet", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string GetDataFromDataSet(System.Data.DataSet ds, string SqlWhere, string FieldName) {
object[] results = this.Invoke("GetDataFromDataSet", new object[] {
ds,
SqlWhere,
FieldName});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetDataFromDataSet(System.Data.DataSet ds, string SqlWhere, string FieldName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetDataFromDataSet", new object[] {
ds,
SqlWhere,
FieldName}, callback, asyncState);
}
/// <remarks/>
public string EndGetDataFromDataSet(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/f_MaxNum", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string f_MaxNum(string s_numbase, int s_numlen, string s_num) {
object[] results = this.Invoke("f_MaxNum", new object[] {
s_numbase,
s_numlen,
s_num});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Beginf_MaxNum(string s_numbase, int s_numlen, string s_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("f_MaxNum", new object[] {
s_numbase,
s_numlen,
s_num}, callback, asyncState);
}
/// <remarks/>
public string Endf_MaxNum(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/f_space", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string f_space(int j) {
object[] results = this.Invoke("f_space", new object[] {
j});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult Beginf_space(int j, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("f_space", new object[] {
j}, callback, asyncState);
}
/// <remarks/>
public string Endf_space(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DataTimeValue", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string DataTimeValue(System.Double i, int j) {
object[] results = this.Invoke("DataTimeValue", new object[] {
i,
j});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDataTimeValue(System.Double i, int j, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DataTimeValue", new object[] {
i,
j}, callback, asyncState);
}
/// <remarks/>
public string EndDataTimeValue(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/MonthStart", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string MonthStart() {
object[] results = this.Invoke("MonthStart", new object[0]);
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginMonthStart(System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("MonthStart", new object[0], callback, asyncState);
}
/// <remarks/>
public string EndMonthStart(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/StringAdd", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void StringAdd(ref string sString, string sCheck, string AddString, string sStr) {
object[] results = this.Invoke("StringAdd", new object[] {
sString,
sCheck,
AddString,
sStr});
sString = ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginStringAdd(string sString, string sCheck, string AddString, string sStr, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("StringAdd", new object[] {
sString,
sCheck,
AddString,
sStr}, callback, asyncState);
}
/// <remarks/>
public void EndStringAdd(System.IAsyncResult asyncResult, out string sString) {
object[] results = this.EndInvoke(asyncResult);
sString = ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetNumFromArray", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public int GetNumFromArray(string sValue, string[] arr_Data) {
object[] results = this.Invoke("GetNumFromArray", new object[] {
sValue,
arr_Data});
return ((int)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetNumFromArray(string sValue, string[] arr_Data, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetNumFromArray", new object[] {
sValue,
arr_Data}, callback, asyncState);
}
/// <remarks/>
public int EndGetNumFromArray(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((int)(results[0]));
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?