📄 reference.cs
字号:
Age,
Address,
Zipcode,
City,
Country,
Email,
Phone,
Mobile,
Question,
Answer,
Notes}, callback, asyncState);
}
/// <remarks/>
public bool EndAuthorUserUpdate(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/AuthorUserLogin", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool AuthorUserLogin(string Author_UserName, string Author_PassWord) {
object[] results = this.Invoke("AuthorUserLogin", new object[] {
Author_UserName,
Author_PassWord});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAuthorUserLogin(string Author_UserName, string Author_PassWord, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AuthorUserLogin", new object[] {
Author_UserName,
Author_PassWord}, callback, asyncState);
}
/// <remarks/>
public bool EndAuthorUserLogin(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/AuthorApplicationFormQuery", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet AuthorApplicationFormQuery(string UserName, string UserPWD, string fromstring, string tostring) {
object[] results = this.Invoke("AuthorApplicationFormQuery", new object[] {
UserName,
UserPWD,
fromstring,
tostring});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAuthorApplicationFormQuery(string UserName, string UserPWD, string fromstring, string tostring, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AuthorApplicationFormQuery", new object[] {
UserName,
UserPWD,
fromstring,
tostring}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndAuthorApplicationFormQuery(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/AuthorInfoDS", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet AuthorInfoDS(string UserName) {
object[] results = this.Invoke("AuthorInfoDS", new object[] {
UserName});
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAuthorInfoDS(string UserName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AuthorInfoDS", new object[] {
UserName}, callback, asyncState);
}
/// <remarks/>
public System.Data.DataSet EndAuthorInfoDS(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((System.Data.DataSet)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/GetQuestion", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string GetQuestion(string UserName) {
object[] results = this.Invoke("GetQuestion", new object[] {
UserName});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginGetQuestion(string UserName, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("GetQuestion", new object[] {
UserName}, callback, asyncState);
}
/// <remarks/>
public string EndGetQuestion(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/IsAnswerRight", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool IsAnswerRight(string UserName, string Answer) {
object[] results = this.Invoke("IsAnswerRight", new object[] {
UserName,
Answer});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginIsAnswerRight(string UserName, string Answer, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("IsAnswerRight", new object[] {
UserName,
Answer}, callback, asyncState);
}
/// <remarks/>
public bool EndIsAnswerRight(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/SendPassMail", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string SendPassMail(string fromwho, string Email) {
object[] results = this.Invoke("SendPassMail", new object[] {
fromwho,
Email});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginSendPassMail(string fromwho, string Email, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("SendPassMail", new object[] {
fromwho,
Email}, callback, asyncState);
}
/// <remarks/>
public string EndSendPassMail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/SendMail", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool SendMail(string FromWho, string ToWho, string Content) {
object[] results = this.Invoke("SendMail", new object[] {
FromWho,
ToWho,
Content});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginSendMail(string FromWho, string ToWho, string Content, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("SendMail", new object[] {
FromWho,
ToWho,
Content}, callback, asyncState);
}
/// <remarks/>
public bool EndSendMail(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/CreatePWD", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string CreatePWD() {
object[] results = this.Invoke("CreatePWD", new object[0]);
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginCreatePWD(System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("CreatePWD", new object[0], callback, asyncState);
}
/// <remarks/>
public string EndCreatePWD(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/UpdateAuthorUserPass", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool UpdateAuthorUserPass(string Author_UserName, string Author_PassWord) {
object[] results = this.Invoke("UpdateAuthorUserPass", new object[] {
Author_UserName,
Author_PassWord});
return ((bool)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginUpdateAuthorUserPass(string Author_UserName, string Author_PassWord, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("UpdateAuthorUserPass", new object[] {
Author_UserName,
Author_PassWord}, callback, asyncState);
}
/// <remarks/>
public bool EndUpdateAuthorUserPass(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((bool)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/AddRequest", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public string AddRequest(string Author_UserName, string Title, string EbookDescription, string file_path, string ApplicationFormContent, string RamdonPassword, string Note) {
object[] results = this.Invoke("AddRequest", new object[] {
Author_UserName,
Title,
EbookDescription,
file_path,
ApplicationFormContent,
RamdonPassword,
Note});
return ((string)(results[0]));
}
/// <remarks/>
public System.IAsyncResult BeginAddRequest(string Author_UserName, string Title, string EbookDescription, string file_path, string ApplicationFormContent, string RamdonPassword, string Note, System.AsyncCallback callback, object asyncState) {
return this.BeginInvoke("AddRequest", new object[] {
Author_UserName,
Title,
EbookDescription,
file_path,
ApplicationFormContent,
RamdonPassword,
Note}, callback, asyncState);
}
/// <remarks/>
public string EndAddRequest(System.IAsyncResult asyncResult) {
object[] results = this.EndInvoke(asyncResult);
return ((string)(results[0]));
}
/// <remarks/>
[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.services.net/webservices/AddContract", RequestNamespace="http://www.services.net/webservices/", ResponseNamespace="http://www.services.net/webservices/", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public bool AddContract(
string PartA,
string PartB,
string PartA_Coporater,
string PartB_Coporater,
string PartA_Address,
string PartB_Address,
string PartA_Zipcode,
string PartB_Zipcode,
string PartA_Phone,
string PartB_Phone,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -