📄 reference.cs
字号:
//------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Runtime Version: 1.1.4322.2407
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
//------------------------------------------------------------------------------
//
// 此源代码是由 Microsoft.VSDesigner 1.1.4322.2407 版自动生成。
//
namespace GzglClient.JinrmGzglServ {
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="GetGzglDataSoap", Namespace="http://tempuri.org/")]
public class GetGzglData : System.Web.Services.Protocols.SoapHttpClientProtocol {
/// <remarks/>
public GetGzglData() {
this.Url = "http://localhost:8055/Gzgl/WebServ/GetGzglData.asmx";
}
/// <remarks/>
public GetGzglData(string url)
{
this.Url = url;
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetNotifyFromAreaId", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string GetNotifyFromAreaId(string _areaId) {
object[] results = this.Invoke("GetNotifyFromAreaId", new object[] {
_areaId});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetNotifyFromAreaId(string _areaId, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetNotifyFromAreaId", new object[] {
_areaId}, callback, asyncState);
}
/// <remarks/>
public string EndGetNotifyFromAreaId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetOrgBase", 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 GetOrgBase(string _OrgBaseId) {
object[] results = this.Invoke("GetOrgBase", new object[] {
_OrgBaseId});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetOrgBase(string _OrgBaseId, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetOrgBase", new object[] {
_OrgBaseId}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndGetOrgBase(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetOrgBaseFromId", 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 GetOrgBaseFromId(string _OrgBaseId) {
object[] results = this.Invoke("GetOrgBaseFromId", new object[] {
_OrgBaseId});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetOrgBaseFromId(string _OrgBaseId, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetOrgBaseFromId", new object[] {
_OrgBaseId}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndGetOrgBaseFromId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetOrgBaseId", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string GetOrgBaseId(string _OrgName) {
object[] results = this.Invoke("GetOrgBaseId", new object[] {
_OrgName});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetOrgBaseId(string _OrgName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetOrgBaseId", new object[] {
_OrgName}, callback, asyncState);
}
/// <remarks/>
public string EndGetOrgBaseId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetOrgBaseDataSet", 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 GetOrgBaseDataSet(string _OrgName, string _AreaName) {
object[] results = this.Invoke("GetOrgBaseDataSet", new object[] {
_OrgName,
_AreaName});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetOrgBaseDataSet(string _OrgName, string _AreaName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetOrgBaseDataSet", new object[] {
_OrgName,
_AreaName}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndGetOrgBaseDataSet(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetOrgBaseDataSetFromUserKey", 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 GetOrgBaseDataSetFromUserKey(string _UserKey) {
object[] results = this.Invoke("GetOrgBaseDataSetFromUserKey", new object[] {
_UserKey});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetOrgBaseDataSetFromUserKey(string _UserKey, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetOrgBaseDataSetFromUserKey", new object[] {
_UserKey}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndGetOrgBaseDataSetFromUserKey(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetPersonFromPersonId", 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 GetPersonFromPersonId(string _PersonId) {
object[] results = this.Invoke("GetPersonFromPersonId", new object[] {
_PersonId});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetPersonFromPersonId(string _PersonId, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetPersonFromPersonId", new object[] {
_PersonId}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndGetPersonFromPersonId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetPersonFromOrgbaseId", 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 GetPersonFromOrgbaseId(string _OrgbaseId) {
object[] results = this.Invoke("GetPersonFromOrgbaseId", new object[] {
_OrgbaseId});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetPersonFromOrgbaseId(string _OrgbaseId, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetPersonFromOrgbaseId", new object[] {
_OrgbaseId}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndGetPersonFromOrgbaseId(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/GetXLFromPersonId", 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 GetXLFromPersonId(string _PersonId) {
object[] results = this.Invoke("GetXLFromPersonId", new object[] {
_PersonId});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetXLFromPersonId(string _PersonId, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetXLFromPersonId", new object[] {
_PersonId}, callback, asyncState);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -