Exemple #1
0
 public Core.ApplicationServices.SdWebService.KoerselOpret20120201Type KoerselOpret20120201Operation(Core.ApplicationServices.SdWebService.KoerselOpretRequestType InddataStruktur)
 {
     Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest inValue = new Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest();
     inValue.InddataStruktur = InddataStruktur;
     Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationResponse retVal = ((Core.ApplicationServices.SdWebService.KoerselOpret20120201PortType)(this)).KoerselOpret20120201Operation(inValue);
     return(retVal.KoerselOpret20120201);
 }
Exemple #2
0
 public System.Threading.Tasks.Task <Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationResponse> KoerselOpret20120201OperationAsync(Core.ApplicationServices.SdWebService.KoerselOpretRequestType InddataStruktur)
 {
     Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest inValue = new Core.ApplicationServices.SdWebService.KoerselOpret20120201OperationRequest();
     inValue.InddataStruktur = InddataStruktur;
     return(((Core.ApplicationServices.SdWebService.KoerselOpret20120201PortType)(this)).KoerselOpret20120201OperationAsync(inValue));
 }
Exemple #3
0
 public KoerselOpret20120201OperationRequest(Core.ApplicationServices.SdWebService.KoerselOpretRequestType InddataStruktur)
 {
     this.InddataStruktur = InddataStruktur;
 }