📄 com_systemmanagerresource.cs
字号:
//------------------------------------------------------------------------------
// <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_SystemManagerResourceSoap", Namespace="http://tempuri.org/")]
public class COM_SystemManagerResource : System.Web.Services.Protocols.SoapHttpClientProtocol {
/// <remarks/>
public COM_SystemManagerResource() {
this.Url = "http://localhost/whiteforumserver/bdstudio/COM_SystemManagerResource.asmx";
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsProjectDisplay", 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 DsProjectDisplay(string acc_num) {
object[] results = this.Invoke("DsProjectDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsProjectDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsProjectDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsProjectDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsAccountDisplay", 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 DsAccountDisplay(string acc_num) {
object[] results = this.Invoke("DsAccountDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsAccountDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsAccountDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsAccountDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsDdDisplay", 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 DsDdDisplay(string acc_num) {
object[] results = this.Invoke("DsDdDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsDdDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsDdDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsDdDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsInfDisplay", 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 DsInfDisplay(string acc_num) {
object[] results = this.Invoke("DsInfDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsInfDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsInfDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsInfDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsUserddDisplay", 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 DsUserddDisplay(string acc_num) {
object[] results = this.Invoke("DsUserddDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsUserddDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsUserddDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsUserddDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsModuleDisplay", 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 DsModuleDisplay(string acc_num) {
object[] results = this.Invoke("DsModuleDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsModuleDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsModuleDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsModuleDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsProjectInfoDisplay", 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 DsProjectInfoDisplay(string p_num) {
object[] results = this.Invoke("DsProjectInfoDisplay", new object[] {
p_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsProjectInfoDisplay(string p_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsProjectInfoDisplay", new object[] {
p_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsProjectInfoDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsProjectDdDisplay", 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 DsProjectDdDisplay(string p_num) {
object[] results = this.Invoke("DsProjectDdDisplay", new object[] {
p_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsProjectDdDisplay(string p_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsProjectDdDisplay", new object[] {
p_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsProjectDdDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsProjectModuleDisplay", 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 DsProjectModuleDisplay(string p_num) {
object[] results = this.Invoke("DsProjectModuleDisplay", new object[] {
p_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsProjectModuleDisplay(string p_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsProjectModuleDisplay", new object[] {
p_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsProjectModuleDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsProjectUserddDisplay", 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 DsProjectUserddDisplay(string p_num) {
object[] results = this.Invoke("DsProjectUserddDisplay", new object[] {
p_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsProjectUserddDisplay(string p_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsProjectUserddDisplay", new object[] {
p_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsProjectUserddDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/UpdateRes", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void UpdateRes(string acc_num, string as_type, string res, ref string sReturn) {
object[] results = this.Invoke("UpdateRes", new object[] {
acc_num,
as_type,
res,
sReturn});
sReturn = ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginUpdateRes(string acc_num, string as_type, string res, string sReturn, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("UpdateRes", new object[] {
acc_num,
as_type,
res,
sReturn}, callback, asyncState);
}
/// <remarks/>
public void EndUpdateRes(System.IAsyncResult asyncResult, out string sReturn) {
object[] results = this.EndInvoke(asyncResult);
sReturn = ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsProjectfileDisplay", 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 DsProjectfileDisplay(string acc_num) {
object[] results = this.Invoke("DsProjectfileDisplay", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsProjectfileDisplay(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsProjectfileDisplay", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsProjectfileDisplay(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -