com_systemaccountrole.cs
来自「ASP.NET的一些开发实例,有论坛管理系统等」· CS 代码 · 共 159 行
CS
159 行
//------------------------------------------------------------------------------
// <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_SystemAccountRoleSoap", Namespace="http://tempuri.org/")]
public class COM_SystemAccountRole : System.Web.Services.Protocols.SoapHttpClientProtocol {
/// <remarks/>
public COM_SystemAccountRole() {
this.Url = "http://localhost/whiteforumserver/bdstudio/COM_systemaccountRole.asmx";
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsMainListForAll", 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 DsMainListForAll(string[] str_FieldValue) {
object[] results = this.Invoke("DsMainListForAll", new object[] {
str_FieldValue});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsMainListForAll(string[] str_FieldValue, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsMainListForAll", new object[] {
str_FieldValue}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsMainListForAll(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsMainListForDataSet", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void DsMainListForDataSet(string[] FieldValue, ref System.Data.DataSet ds) {
object[] results = this.Invoke("DsMainListForDataSet", new object[] {
FieldValue,
ds});
ds = ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsMainListForDataSet(string[] FieldValue, System.Data.DataSet ds, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsMainListForDataSet", new object[] {
FieldValue,
ds}, callback, asyncState);
}
/// <remarks/>
public void EndDsMainListForDataSet(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/DsSchema", 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 DsSchema(string acc_num) {
object[] results = this.Invoke("DsSchema", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsSchema(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsSchema", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsSchema(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DsRole", 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 DsRole(string acc_num) {
object[] results = this.Invoke("DsRole", new object[] {
acc_num});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDsRole(string acc_num, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DsRole", new object[] {
acc_num}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndDsRole(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/UpdateRole", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void UpdateRole(string role_num, string acc_num, string sReturn) {
this.Invoke("UpdateRole", new object[] {
role_num,
acc_num,
sReturn});
}
/// <remarks/>
public System.IAsyncResult BeginUpdateRole(string role_num, string acc_num, string sReturn, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("UpdateRole", new object[] {
role_num,
acc_num,
sReturn}, callback, asyncState);
}
/// <remarks/>
public void EndUpdateRole(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/UpdateSchema", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public void UpdateSchema(string schema_num, string acc_num, string sReturn) {
this.Invoke("UpdateSchema", new object[] {
schema_num,
acc_num,
sReturn});
}
/// <remarks/>
public System.IAsyncResult BeginUpdateSchema(string schema_num, string acc_num, string sReturn, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("UpdateSchema", new object[] {
schema_num,
acc_num,
sReturn}, callback, asyncState);
}
/// <remarks/>
public void EndUpdateSchema(System.IAsyncResult asyncResult) {
this.EndInvoke(asyncResult);
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?