初始化
This commit is contained in:
879
Face.Web/Connected Services/ServiceReferenceShow/Reference.cs
Normal file
879
Face.Web/Connected Services/ServiceReferenceShow/Reference.cs
Normal file
@@ -0,0 +1,879 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// 此代码由工具生成。
|
||||
// 运行时版本:4.0.30319.42000
|
||||
//
|
||||
// 对此文件的更改可能会导致不正确的行为,并且如果
|
||||
// 重新生成代码,这些更改将会丢失。
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace Face.Web.ServiceReferenceShow {
|
||||
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.ServiceContractAttribute(Namespace="http://www.blw.com/", ConfigurationName="ServiceReferenceShow.blwwsSoap")]
|
||||
public interface blwwsSoap {
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/CheckIn", ReplyAction="*")]
|
||||
Face.Web.ServiceReferenceShow.CheckInResponse CheckIn(Face.Web.ServiceReferenceShow.CheckInRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/CheckIn", ReplyAction="*")]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckInResponse> CheckInAsync(Face.Web.ServiceReferenceShow.CheckInRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/CheckIn2", ReplyAction="*")]
|
||||
Face.Web.ServiceReferenceShow.CheckIn2Response CheckIn2(Face.Web.ServiceReferenceShow.CheckIn2Request request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/CheckIn2", ReplyAction="*")]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckIn2Response> CheckIn2Async(Face.Web.ServiceReferenceShow.CheckIn2Request request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/UploadPhoto", ReplyAction="*")]
|
||||
Face.Web.ServiceReferenceShow.UploadPhotoResponse UploadPhoto(Face.Web.ServiceReferenceShow.UploadPhotoRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/UploadPhoto", ReplyAction="*")]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.UploadPhotoResponse> UploadPhotoAsync(Face.Web.ServiceReferenceShow.UploadPhotoRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/ChangePhoneNumber", ReplyAction="*")]
|
||||
Face.Web.ServiceReferenceShow.ChangePhoneNumberResponse ChangePhoneNumber(Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/ChangePhoneNumber", ReplyAction="*")]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.ChangePhoneNumberResponse> ChangePhoneNumberAsync(Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/CheckOut", ReplyAction="*")]
|
||||
Face.Web.ServiceReferenceShow.CheckOutResponse CheckOut(Face.Web.ServiceReferenceShow.CheckOutRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/CheckOut", ReplyAction="*")]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckOutResponse> CheckOutAsync(Face.Web.ServiceReferenceShow.CheckOutRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/RentRoom", ReplyAction="*")]
|
||||
Face.Web.ServiceReferenceShow.RentRoomResponse RentRoom(Face.Web.ServiceReferenceShow.RentRoomRequest request);
|
||||
|
||||
[System.ServiceModel.OperationContractAttribute(Action="http://www.blw.com/RentRoom", ReplyAction="*")]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.RentRoomResponse> RentRoomAsync(Face.Web.ServiceReferenceShow.RentRoomRequest request);
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class CheckInRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckIn", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.CheckInRequestBody Body;
|
||||
|
||||
public CheckInRequest() {
|
||||
}
|
||||
|
||||
public CheckInRequest(Face.Web.ServiceReferenceShow.CheckInRequestBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class CheckInRequestBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
||||
public string key;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string code;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
||||
public string roomNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
||||
public System.DateTime checkInDate;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
||||
public string xmlString;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
|
||||
public string errorMsg;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=6)]
|
||||
public string phoneNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
|
||||
public string idNumber;
|
||||
|
||||
public CheckInRequestBody() {
|
||||
}
|
||||
|
||||
public CheckInRequestBody(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, string errorMsg, string phoneNumber, string idNumber) {
|
||||
this.key = key;
|
||||
this.code = code;
|
||||
this.roomNumber = roomNumber;
|
||||
this.checkInDate = checkInDate;
|
||||
this.xmlString = xmlString;
|
||||
this.errorMsg = errorMsg;
|
||||
this.phoneNumber = phoneNumber;
|
||||
this.idNumber = idNumber;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class CheckInResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckInResponse", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.CheckInResponseBody Body;
|
||||
|
||||
public CheckInResponse() {
|
||||
}
|
||||
|
||||
public CheckInResponse(Face.Web.ServiceReferenceShow.CheckInResponseBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class CheckInResponseBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
||||
public bool CheckInResult;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string errorMsg;
|
||||
|
||||
public CheckInResponseBody() {
|
||||
}
|
||||
|
||||
public CheckInResponseBody(bool CheckInResult, string errorMsg) {
|
||||
this.CheckInResult = CheckInResult;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class CheckIn2Request {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckIn2", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.CheckIn2RequestBody Body;
|
||||
|
||||
public CheckIn2Request() {
|
||||
}
|
||||
|
||||
public CheckIn2Request(Face.Web.ServiceReferenceShow.CheckIn2RequestBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class CheckIn2RequestBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
||||
public string key;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string code;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
||||
public string roomNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
||||
public System.DateTime checkInDate;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
||||
public string xmlString;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
|
||||
public string errorMsg;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=6)]
|
||||
public long checkInID;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
|
||||
public string phoneNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
|
||||
public string idNumber;
|
||||
|
||||
public CheckIn2RequestBody() {
|
||||
}
|
||||
|
||||
public CheckIn2RequestBody(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, string errorMsg, long checkInID, string phoneNumber, string idNumber) {
|
||||
this.key = key;
|
||||
this.code = code;
|
||||
this.roomNumber = roomNumber;
|
||||
this.checkInDate = checkInDate;
|
||||
this.xmlString = xmlString;
|
||||
this.errorMsg = errorMsg;
|
||||
this.checkInID = checkInID;
|
||||
this.phoneNumber = phoneNumber;
|
||||
this.idNumber = idNumber;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class CheckIn2Response {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckIn2Response", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.CheckIn2ResponseBody Body;
|
||||
|
||||
public CheckIn2Response() {
|
||||
}
|
||||
|
||||
public CheckIn2Response(Face.Web.ServiceReferenceShow.CheckIn2ResponseBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class CheckIn2ResponseBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
||||
public bool CheckIn2Result;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string errorMsg;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
|
||||
public long checkInID;
|
||||
|
||||
public CheckIn2ResponseBody() {
|
||||
}
|
||||
|
||||
public CheckIn2ResponseBody(bool CheckIn2Result, string errorMsg, long checkInID) {
|
||||
this.CheckIn2Result = CheckIn2Result;
|
||||
this.errorMsg = errorMsg;
|
||||
this.checkInID = checkInID;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class UploadPhotoRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="UploadPhoto", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.UploadPhotoRequestBody Body;
|
||||
|
||||
public UploadPhotoRequest() {
|
||||
}
|
||||
|
||||
public UploadPhotoRequest(Face.Web.ServiceReferenceShow.UploadPhotoRequestBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class UploadPhotoRequestBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
||||
public string key;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string code;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=2)]
|
||||
public long checkInID;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
||||
public int idType;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
||||
public string idCard;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
|
||||
public string name;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=6)]
|
||||
public int sex;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=7)]
|
||||
public string birthday;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=8)]
|
||||
public string photoUrl;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=9)]
|
||||
public byte[] photo;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=10)]
|
||||
public string errorMsg;
|
||||
|
||||
public UploadPhotoRequestBody() {
|
||||
}
|
||||
|
||||
public UploadPhotoRequestBody(string key, string code, long checkInID, int idType, string idCard, string name, int sex, string birthday, string photoUrl, byte[] photo, string errorMsg) {
|
||||
this.key = key;
|
||||
this.code = code;
|
||||
this.checkInID = checkInID;
|
||||
this.idType = idType;
|
||||
this.idCard = idCard;
|
||||
this.name = name;
|
||||
this.sex = sex;
|
||||
this.birthday = birthday;
|
||||
this.photoUrl = photoUrl;
|
||||
this.photo = photo;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class UploadPhotoResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="UploadPhotoResponse", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.UploadPhotoResponseBody Body;
|
||||
|
||||
public UploadPhotoResponse() {
|
||||
}
|
||||
|
||||
public UploadPhotoResponse(Face.Web.ServiceReferenceShow.UploadPhotoResponseBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class UploadPhotoResponseBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
||||
public bool UploadPhotoResult;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string errorMsg;
|
||||
|
||||
public UploadPhotoResponseBody() {
|
||||
}
|
||||
|
||||
public UploadPhotoResponseBody(bool UploadPhotoResult, string errorMsg) {
|
||||
this.UploadPhotoResult = UploadPhotoResult;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class ChangePhoneNumberRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="ChangePhoneNumber", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.ChangePhoneNumberRequestBody Body;
|
||||
|
||||
public ChangePhoneNumberRequest() {
|
||||
}
|
||||
|
||||
public ChangePhoneNumberRequest(Face.Web.ServiceReferenceShow.ChangePhoneNumberRequestBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class ChangePhoneNumberRequestBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
||||
public string key;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string code;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
||||
public string roomNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=3)]
|
||||
public string phoneNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
||||
public string idNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=5)]
|
||||
public string errorMsg;
|
||||
|
||||
public ChangePhoneNumberRequestBody() {
|
||||
}
|
||||
|
||||
public ChangePhoneNumberRequestBody(string key, string code, string roomNumber, string phoneNumber, string idNumber, string errorMsg) {
|
||||
this.key = key;
|
||||
this.code = code;
|
||||
this.roomNumber = roomNumber;
|
||||
this.phoneNumber = phoneNumber;
|
||||
this.idNumber = idNumber;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class ChangePhoneNumberResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="ChangePhoneNumberResponse", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.ChangePhoneNumberResponseBody Body;
|
||||
|
||||
public ChangePhoneNumberResponse() {
|
||||
}
|
||||
|
||||
public ChangePhoneNumberResponse(Face.Web.ServiceReferenceShow.ChangePhoneNumberResponseBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class ChangePhoneNumberResponseBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
||||
public bool ChangePhoneNumberResult;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string errorMsg;
|
||||
|
||||
public ChangePhoneNumberResponseBody() {
|
||||
}
|
||||
|
||||
public ChangePhoneNumberResponseBody(bool ChangePhoneNumberResult, string errorMsg) {
|
||||
this.ChangePhoneNumberResult = ChangePhoneNumberResult;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class CheckOutRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckOut", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.CheckOutRequestBody Body;
|
||||
|
||||
public CheckOutRequest() {
|
||||
}
|
||||
|
||||
public CheckOutRequest(Face.Web.ServiceReferenceShow.CheckOutRequestBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class CheckOutRequestBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
||||
public string key;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string code;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
||||
public string roomNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
||||
public System.DateTime checkOutDate;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
||||
public string errorMsg;
|
||||
|
||||
public CheckOutRequestBody() {
|
||||
}
|
||||
|
||||
public CheckOutRequestBody(string key, string code, string roomNumber, System.DateTime checkOutDate, string errorMsg) {
|
||||
this.key = key;
|
||||
this.code = code;
|
||||
this.roomNumber = roomNumber;
|
||||
this.checkOutDate = checkOutDate;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class CheckOutResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="CheckOutResponse", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.CheckOutResponseBody Body;
|
||||
|
||||
public CheckOutResponse() {
|
||||
}
|
||||
|
||||
public CheckOutResponse(Face.Web.ServiceReferenceShow.CheckOutResponseBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class CheckOutResponseBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
||||
public bool CheckOutResult;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string errorMsg;
|
||||
|
||||
public CheckOutResponseBody() {
|
||||
}
|
||||
|
||||
public CheckOutResponseBody(bool CheckOutResult, string errorMsg) {
|
||||
this.CheckOutResult = CheckOutResult;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class RentRoomRequest {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="RentRoom", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.RentRoomRequestBody Body;
|
||||
|
||||
public RentRoomRequest() {
|
||||
}
|
||||
|
||||
public RentRoomRequest(Face.Web.ServiceReferenceShow.RentRoomRequestBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class RentRoomRequestBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=0)]
|
||||
public string key;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string code;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=2)]
|
||||
public string roomNumber;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=3)]
|
||||
public System.DateTime rentDate;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=4)]
|
||||
public string errorMsg;
|
||||
|
||||
public RentRoomRequestBody() {
|
||||
}
|
||||
|
||||
public RentRoomRequestBody(string key, string code, string roomNumber, System.DateTime rentDate, string errorMsg) {
|
||||
this.key = key;
|
||||
this.code = code;
|
||||
this.roomNumber = roomNumber;
|
||||
this.rentDate = rentDate;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.ServiceModel.MessageContractAttribute(IsWrapped=false)]
|
||||
public partial class RentRoomResponse {
|
||||
|
||||
[System.ServiceModel.MessageBodyMemberAttribute(Name="RentRoomResponse", Namespace="http://www.blw.com/", Order=0)]
|
||||
public Face.Web.ServiceReferenceShow.RentRoomResponseBody Body;
|
||||
|
||||
public RentRoomResponse() {
|
||||
}
|
||||
|
||||
public RentRoomResponse(Face.Web.ServiceReferenceShow.RentRoomResponseBody Body) {
|
||||
this.Body = Body;
|
||||
}
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
[System.Runtime.Serialization.DataContractAttribute(Namespace="http://www.blw.com/")]
|
||||
public partial class RentRoomResponseBody {
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(Order=0)]
|
||||
public bool RentRoomResult;
|
||||
|
||||
[System.Runtime.Serialization.DataMemberAttribute(EmitDefaultValue=false, Order=1)]
|
||||
public string errorMsg;
|
||||
|
||||
public RentRoomResponseBody() {
|
||||
}
|
||||
|
||||
public RentRoomResponseBody(bool RentRoomResult, string errorMsg) {
|
||||
this.RentRoomResult = RentRoomResult;
|
||||
this.errorMsg = errorMsg;
|
||||
}
|
||||
}
|
||||
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public interface blwwsSoapChannel : Face.Web.ServiceReferenceShow.blwwsSoap, System.ServiceModel.IClientChannel {
|
||||
}
|
||||
|
||||
[System.Diagnostics.DebuggerStepThroughAttribute()]
|
||||
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.ServiceModel", "4.0.0.0")]
|
||||
public partial class blwwsSoapClient : System.ServiceModel.ClientBase<Face.Web.ServiceReferenceShow.blwwsSoap>, Face.Web.ServiceReferenceShow.blwwsSoap {
|
||||
|
||||
public blwwsSoapClient() {
|
||||
}
|
||||
|
||||
public blwwsSoapClient(string endpointConfigurationName) :
|
||||
base(endpointConfigurationName) {
|
||||
}
|
||||
|
||||
public blwwsSoapClient(string endpointConfigurationName, string remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public blwwsSoapClient(string endpointConfigurationName, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(endpointConfigurationName, remoteAddress) {
|
||||
}
|
||||
|
||||
public blwwsSoapClient(System.ServiceModel.Channels.Binding binding, System.ServiceModel.EndpointAddress remoteAddress) :
|
||||
base(binding, remoteAddress) {
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
Face.Web.ServiceReferenceShow.CheckInResponse Face.Web.ServiceReferenceShow.blwwsSoap.CheckIn(Face.Web.ServiceReferenceShow.CheckInRequest request) {
|
||||
return base.Channel.CheckIn(request);
|
||||
}
|
||||
|
||||
public bool CheckIn(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, ref string errorMsg, string phoneNumber, string idNumber) {
|
||||
Face.Web.ServiceReferenceShow.CheckInRequest inValue = new Face.Web.ServiceReferenceShow.CheckInRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.CheckInRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.checkInDate = checkInDate;
|
||||
inValue.Body.xmlString = xmlString;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
Face.Web.ServiceReferenceShow.CheckInResponse retVal = ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).CheckIn(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
return retVal.Body.CheckInResult;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckInResponse> Face.Web.ServiceReferenceShow.blwwsSoap.CheckInAsync(Face.Web.ServiceReferenceShow.CheckInRequest request) {
|
||||
return base.Channel.CheckInAsync(request);
|
||||
}
|
||||
|
||||
public System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckInResponse> CheckInAsync(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, string errorMsg, string phoneNumber, string idNumber) {
|
||||
Face.Web.ServiceReferenceShow.CheckInRequest inValue = new Face.Web.ServiceReferenceShow.CheckInRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.CheckInRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.checkInDate = checkInDate;
|
||||
inValue.Body.xmlString = xmlString;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
return ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).CheckInAsync(inValue);
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
Face.Web.ServiceReferenceShow.CheckIn2Response Face.Web.ServiceReferenceShow.blwwsSoap.CheckIn2(Face.Web.ServiceReferenceShow.CheckIn2Request request) {
|
||||
return base.Channel.CheckIn2(request);
|
||||
}
|
||||
|
||||
public bool CheckIn2(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, ref string errorMsg, ref long checkInID, string phoneNumber, string idNumber) {
|
||||
Face.Web.ServiceReferenceShow.CheckIn2Request inValue = new Face.Web.ServiceReferenceShow.CheckIn2Request();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.CheckIn2RequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.checkInDate = checkInDate;
|
||||
inValue.Body.xmlString = xmlString;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
inValue.Body.checkInID = checkInID;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
Face.Web.ServiceReferenceShow.CheckIn2Response retVal = ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).CheckIn2(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
checkInID = retVal.Body.checkInID;
|
||||
return retVal.Body.CheckIn2Result;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckIn2Response> Face.Web.ServiceReferenceShow.blwwsSoap.CheckIn2Async(Face.Web.ServiceReferenceShow.CheckIn2Request request) {
|
||||
return base.Channel.CheckIn2Async(request);
|
||||
}
|
||||
|
||||
public System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckIn2Response> CheckIn2Async(string key, string code, string roomNumber, System.DateTime checkInDate, string xmlString, string errorMsg, long checkInID, string phoneNumber, string idNumber) {
|
||||
Face.Web.ServiceReferenceShow.CheckIn2Request inValue = new Face.Web.ServiceReferenceShow.CheckIn2Request();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.CheckIn2RequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.checkInDate = checkInDate;
|
||||
inValue.Body.xmlString = xmlString;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
inValue.Body.checkInID = checkInID;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
return ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).CheckIn2Async(inValue);
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
Face.Web.ServiceReferenceShow.UploadPhotoResponse Face.Web.ServiceReferenceShow.blwwsSoap.UploadPhoto(Face.Web.ServiceReferenceShow.UploadPhotoRequest request) {
|
||||
return base.Channel.UploadPhoto(request);
|
||||
}
|
||||
|
||||
public bool UploadPhoto(string key, string code, long checkInID, int idType, string idCard, string name, int sex, string birthday, string photoUrl, byte[] photo, ref string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.UploadPhotoRequest inValue = new Face.Web.ServiceReferenceShow.UploadPhotoRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.UploadPhotoRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.checkInID = checkInID;
|
||||
inValue.Body.idType = idType;
|
||||
inValue.Body.idCard = idCard;
|
||||
inValue.Body.name = name;
|
||||
inValue.Body.sex = sex;
|
||||
inValue.Body.birthday = birthday;
|
||||
inValue.Body.photoUrl = photoUrl;
|
||||
inValue.Body.photo = photo;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
Face.Web.ServiceReferenceShow.UploadPhotoResponse retVal = ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).UploadPhoto(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
return retVal.Body.UploadPhotoResult;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.UploadPhotoResponse> Face.Web.ServiceReferenceShow.blwwsSoap.UploadPhotoAsync(Face.Web.ServiceReferenceShow.UploadPhotoRequest request) {
|
||||
return base.Channel.UploadPhotoAsync(request);
|
||||
}
|
||||
|
||||
public System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.UploadPhotoResponse> UploadPhotoAsync(string key, string code, long checkInID, int idType, string idCard, string name, int sex, string birthday, string photoUrl, byte[] photo, string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.UploadPhotoRequest inValue = new Face.Web.ServiceReferenceShow.UploadPhotoRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.UploadPhotoRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.checkInID = checkInID;
|
||||
inValue.Body.idType = idType;
|
||||
inValue.Body.idCard = idCard;
|
||||
inValue.Body.name = name;
|
||||
inValue.Body.sex = sex;
|
||||
inValue.Body.birthday = birthday;
|
||||
inValue.Body.photoUrl = photoUrl;
|
||||
inValue.Body.photo = photo;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
return ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).UploadPhotoAsync(inValue);
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
Face.Web.ServiceReferenceShow.ChangePhoneNumberResponse Face.Web.ServiceReferenceShow.blwwsSoap.ChangePhoneNumber(Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest request) {
|
||||
return base.Channel.ChangePhoneNumber(request);
|
||||
}
|
||||
|
||||
public bool ChangePhoneNumber(string key, string code, string roomNumber, string phoneNumber, string idNumber, ref string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest inValue = new Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.ChangePhoneNumberRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
Face.Web.ServiceReferenceShow.ChangePhoneNumberResponse retVal = ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).ChangePhoneNumber(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
return retVal.Body.ChangePhoneNumberResult;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.ChangePhoneNumberResponse> Face.Web.ServiceReferenceShow.blwwsSoap.ChangePhoneNumberAsync(Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest request) {
|
||||
return base.Channel.ChangePhoneNumberAsync(request);
|
||||
}
|
||||
|
||||
public System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.ChangePhoneNumberResponse> ChangePhoneNumberAsync(string key, string code, string roomNumber, string phoneNumber, string idNumber, string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest inValue = new Face.Web.ServiceReferenceShow.ChangePhoneNumberRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.ChangePhoneNumberRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.phoneNumber = phoneNumber;
|
||||
inValue.Body.idNumber = idNumber;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
return ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).ChangePhoneNumberAsync(inValue);
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
Face.Web.ServiceReferenceShow.CheckOutResponse Face.Web.ServiceReferenceShow.blwwsSoap.CheckOut(Face.Web.ServiceReferenceShow.CheckOutRequest request) {
|
||||
return base.Channel.CheckOut(request);
|
||||
}
|
||||
|
||||
public bool CheckOut(string key, string code, string roomNumber, System.DateTime checkOutDate, ref string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.CheckOutRequest inValue = new Face.Web.ServiceReferenceShow.CheckOutRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.CheckOutRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.checkOutDate = checkOutDate;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
Face.Web.ServiceReferenceShow.CheckOutResponse retVal = ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).CheckOut(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
return retVal.Body.CheckOutResult;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckOutResponse> Face.Web.ServiceReferenceShow.blwwsSoap.CheckOutAsync(Face.Web.ServiceReferenceShow.CheckOutRequest request) {
|
||||
return base.Channel.CheckOutAsync(request);
|
||||
}
|
||||
|
||||
public System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.CheckOutResponse> CheckOutAsync(string key, string code, string roomNumber, System.DateTime checkOutDate, string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.CheckOutRequest inValue = new Face.Web.ServiceReferenceShow.CheckOutRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.CheckOutRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.checkOutDate = checkOutDate;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
return ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).CheckOutAsync(inValue);
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
Face.Web.ServiceReferenceShow.RentRoomResponse Face.Web.ServiceReferenceShow.blwwsSoap.RentRoom(Face.Web.ServiceReferenceShow.RentRoomRequest request) {
|
||||
return base.Channel.RentRoom(request);
|
||||
}
|
||||
|
||||
public bool RentRoom(string key, string code, string roomNumber, System.DateTime rentDate, ref string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.RentRoomRequest inValue = new Face.Web.ServiceReferenceShow.RentRoomRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.RentRoomRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.rentDate = rentDate;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
Face.Web.ServiceReferenceShow.RentRoomResponse retVal = ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).RentRoom(inValue);
|
||||
errorMsg = retVal.Body.errorMsg;
|
||||
return retVal.Body.RentRoomResult;
|
||||
}
|
||||
|
||||
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||
System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.RentRoomResponse> Face.Web.ServiceReferenceShow.blwwsSoap.RentRoomAsync(Face.Web.ServiceReferenceShow.RentRoomRequest request) {
|
||||
return base.Channel.RentRoomAsync(request);
|
||||
}
|
||||
|
||||
public System.Threading.Tasks.Task<Face.Web.ServiceReferenceShow.RentRoomResponse> RentRoomAsync(string key, string code, string roomNumber, System.DateTime rentDate, string errorMsg) {
|
||||
Face.Web.ServiceReferenceShow.RentRoomRequest inValue = new Face.Web.ServiceReferenceShow.RentRoomRequest();
|
||||
inValue.Body = new Face.Web.ServiceReferenceShow.RentRoomRequestBody();
|
||||
inValue.Body.key = key;
|
||||
inValue.Body.code = code;
|
||||
inValue.Body.roomNumber = roomNumber;
|
||||
inValue.Body.rentDate = rentDate;
|
||||
inValue.Body.errorMsg = errorMsg;
|
||||
return ((Face.Web.ServiceReferenceShow.blwwsSoap)(this)).RentRoomAsync(inValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user