📄 reference.cs
字号:
tFDESTFILE,
tFDESTPEPOLE,
tFOPERATOR,
tFOPERATETIME,
tFCHECKOR,
tFCHECKTIME}, callback, asyncState);
}
/// <remarks/>
public bool EndFILTERTASK_Insert(System.IAsyncResult asyncResult, out int tFTASKID) {
object[] results = this.EndInvoke(asyncResult);
tFTASKID = ((int)(results[1]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/FILTERTASK_Alt", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool FILTERTASK_Alt(
int tFTASKID,
string tFTASKNO,
string tFTASKDSC,
string tFPVDNAME,
System.DateTime tFPVDDATE,
string tFPVDDSC,
string tFORGFILTERDSC,
int tFORGPHONECOUNT,
string tFTELECOMTYPE,
string tFTELESERTYPE,
string tFPHONEAREA,
string tFORGFILESDSC,
int tFORGFILESCOUNT,
string tFORGFILESPATH,
int tFFILTERSCOUNT,
string tFFILTEDFILE,
string tFDESTFILE,
string tFDESTPEPOLE,
string tFOPERATOR,
System.DateTime tFOPERATETIME,
string tFCHECKOR,
System.DateTime tFCHECKTIME) {
object[] results = this.Invoke("FILTERTASK_Alt", new object[] {
tFTASKID,
tFTASKNO,
tFTASKDSC,
tFPVDNAME,
tFPVDDATE,
tFPVDDSC,
tFORGFILTERDSC,
tFORGPHONECOUNT,
tFTELECOMTYPE,
tFTELESERTYPE,
tFPHONEAREA,
tFORGFILESDSC,
tFORGFILESCOUNT,
tFORGFILESPATH,
tFFILTERSCOUNT,
tFFILTEDFILE,
tFDESTFILE,
tFDESTPEPOLE,
tFOPERATOR,
tFOPERATETIME,
tFCHECKOR,
tFCHECKTIME});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginFILTERTASK_Alt(
int tFTASKID,
string tFTASKNO,
string tFTASKDSC,
string tFPVDNAME,
System.DateTime tFPVDDATE,
string tFPVDDSC,
string tFORGFILTERDSC,
int tFORGPHONECOUNT,
string tFTELECOMTYPE,
string tFTELESERTYPE,
string tFPHONEAREA,
string tFORGFILESDSC,
int tFORGFILESCOUNT,
string tFORGFILESPATH,
int tFFILTERSCOUNT,
string tFFILTEDFILE,
string tFDESTFILE,
string tFDESTPEPOLE,
string tFOPERATOR,
System.DateTime tFOPERATETIME,
string tFCHECKOR,
System.DateTime tFCHECKTIME,
System.AsyncCallback callback,
object asyncState) {
return this.BeginInvoke("FILTERTASK_Alt", new object[] {
tFTASKID,
tFTASKNO,
tFTASKDSC,
tFPVDNAME,
tFPVDDATE,
tFPVDDSC,
tFORGFILTERDSC,
tFORGPHONECOUNT,
tFTELECOMTYPE,
tFTELESERTYPE,
tFPHONEAREA,
tFORGFILESDSC,
tFORGFILESCOUNT,
tFORGFILESPATH,
tFFILTERSCOUNT,
tFFILTEDFILE,
tFDESTFILE,
tFDESTPEPOLE,
tFOPERATOR,
tFOPERATETIME,
tFCHECKOR,
tFCHECKTIME}, callback, asyncState);
}
/// <remarks/>
public bool EndFILTERTASK_Alt(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/FILTERTASK_GetByID", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool FILTERTASK_GetByID(int tFTASKID, string[] NamesList, out object[] ValuesList) {
object[] results = this.Invoke("FILTERTASK_GetByID", new object[] {
tFTASKID,
NamesList});
ValuesList = ((object[])(results[1]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginFILTERTASK_GetByID(int tFTASKID, string[] NamesList, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("FILTERTASK_GetByID", new object[] {
tFTASKID,
NamesList}, callback, asyncState);
}
/// <remarks/>
public bool EndFILTERTASK_GetByID(System.IAsyncResult asyncResult, out object[] ValuesList) {
object[] results = this.EndInvoke(asyncResult);
ValuesList = ((object[])(results[1]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/ADDTASK_GetALl", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool ADDTASK_GetALl(out object[] NoList, out object[] IDList) {
object[] results = this.Invoke("ADDTASK_GetALl", new object[0]);
NoList = ((object[])(results[1]));
IDList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginADDTASK_GetALl(System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("ADDTASK_GetALl", new object[0], callback, asyncState);
}
/// <remarks/>
public bool EndADDTASK_GetALl(System.IAsyncResult asyncResult, out object[] NoList, out object[] IDList) {
object[] results = this.EndInvoke(asyncResult);
NoList = ((object[])(results[1]));
IDList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/FILTERTASK_GetALl", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool FILTERTASK_GetALl(out object[] NoList, out object[] IDList) {
object[] results = this.Invoke("FILTERTASK_GetALl", new object[0]);
NoList = ((object[])(results[1]));
IDList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginFILTERTASK_GetALl(System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("FILTERTASK_GetALl", new object[0], callback, asyncState);
}
/// <remarks/>
public bool EndFILTERTASK_GetALl(System.IAsyncResult asyncResult, out object[] NoList, out object[] IDList) {
object[] results = this.EndInvoke(asyncResult);
NoList = ((object[])(results[1]));
IDList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/User_GetALL", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool User_GetALL(out object[] NoList, out object[] IDList) {
object[] results = this.Invoke("User_GetALL", new object[0]);
NoList = ((object[])(results[1]));
IDList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginUser_GetALL(System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("User_GetALL", new object[0], callback, asyncState);
}
/// <remarks/>
public bool EndUser_GetALL(System.IAsyncResult asyncResult, out object[] NoList, out object[] IDList) {
object[] results = this.EndInvoke(asyncResult);
NoList = ((object[])(results[1]));
IDList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/PG_Del", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool PG_Del(int tfID, int tMethord) {
object[] results = this.Invoke("PG_Del", new object[] {
tfID,
tMethord});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginPG_Del(int tfID, int tMethord, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("PG_Del", new object[] {
tfID,
tMethord}, callback, asyncState);
}
/// <remarks/>
public bool EndPG_Del(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/PassFileToServer", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool PassFileToServer(string OrgFileName, string OrgFilePath, string OptID, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] System.Byte[] FileBuff, out string DestPathName) {
object[] results = this.Invoke("PassFileToServer", new object[] {
OrgFileName,
OrgFilePath,
OptID,
FileBuff});
DestPathName = ((string)(results[1]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginPassFileToServer(string OrgFileName, string OrgFilePath, string OptID, System.Byte[] FileBuff, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("PassFileToServer", new object[] {
OrgFileName,
OrgFilePath,
OptID,
FileBuff}, callback, asyncState);
}
/// <remarks/>
public bool EndPassFileToServer(System.IAsyncResult asyncResult, out string DestPathName) {
object[] results = this.EndInvoke(asyncResult);
DestPathName = ((string)(results[1]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/LoadAllBlackPhones", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool LoadAllBlackPhones(string ProcName, out object[] PhoneList, out object[] fpropriotyList) {
object[] results = this.Invoke("LoadAllBlackPhones", new object[] {
ProcName});
PhoneList = ((object[])(results[1]));
fpropriotyList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginLoadAllBlackPhones(string ProcName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("LoadAllBlackPhones", new object[] {
ProcName}, callback, asyncState);
}
/// <remarks/>
public bool EndLoadAllBlackPhones(System.IAsyncResult asyncResult, out object[] PhoneList, out object[] fpropriotyList) {
object[] results = this.EndInvoke(asyncResult);
PhoneList = ((object[])(results[1]));
fpropriotyList = ((object[])(results[2]));
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://tempuri.org/DownLoadServerFile", RequestNamespace="http://tempuri.org/", ResponseNamespace="http://tempuri.org/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool DownLoadServerFile(string FileName, [System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")] out System.Byte[] FileContends) {
object[] results = this.Invoke("DownLoadServerFile", new object[] {
FileName});
FileContends = ((System.Byte[])(results[1]));
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginDownLoadServerFile(string FileName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("DownLoadServerFile", new object[] {
FileName}, callback, asyncState);
}
/// <remarks/>
public bool EndDownLoadServerFile(System.IAsyncResult asyncResult, out System.Byte[] FileContends) {
object[] results = this.EndInvoke(asyncResult);
FileContends = ((System.Byte[])(results[1]));
return ((bool)(results[0]));
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -