Example #1
0
 public System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContCardGateInResponse> UpdateContCardGateInAsync(long id, string location)
 {
     ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequest();
     inValue.Body          = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequestBody();
     inValue.Body.id       = id;
     inValue.Body.location = location;
     return(((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContCardGateInAsync(inValue));
 }
Example #2
0
 public bool UpdateContCardGateIn(long id, string location)
 {
     ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequest inValue = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequest();
     inValue.Body          = new ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequestBody();
     inValue.Body.id       = id;
     inValue.Body.location = location;
     ITI.GateIn.Console.UI.GateService.UpdateContCardGateInResponse retVal = ((ITI.GateIn.Console.UI.GateService.GateServicesSoap)(this)).UpdateContCardGateIn(inValue);
     return(retVal.Body.UpdateContCardGateInResult);
 }
Example #3
0
 System.Threading.Tasks.Task <ITI.GateIn.Console.UI.GateService.UpdateContCardGateInResponse> ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContCardGateInAsync(ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequest request)
 {
     return(base.Channel.UpdateContCardGateInAsync(request));
 }
Example #4
0
 ITI.GateIn.Console.UI.GateService.UpdateContCardGateInResponse ITI.GateIn.Console.UI.GateService.GateServicesSoap.UpdateContCardGateIn(ITI.GateIn.Console.UI.GateService.UpdateContCardGateInRequest request)
 {
     return(base.Channel.UpdateContCardGateIn(request));
 }