示例#1
0
 public DataClassLibrary.MendixGebruikersService.GetGebruikersResponseGebruiker[] GetGebruikers(DataClassLibrary.MendixGebruikersService.GetGebruikers GetGebruikers1)
 {
     DataClassLibrary.MendixGebruikersService.GetGebruikersRequest inValue = new DataClassLibrary.MendixGebruikersService.GetGebruikersRequest();
     inValue.GetGebruikers = GetGebruikers1;
     DataClassLibrary.MendixGebruikersService.GetGebruikersResponse retVal = ((DataClassLibrary.MendixGebruikersService.GebruikersServicePortType)(this)).GetGebruikers(inValue);
     return(retVal.GetGebruikersResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <DataClassLibrary.MendixGebruikersService.GetGebruikersResponse> GetGebruikersAsync(DataClassLibrary.MendixGebruikersService.GetGebruikers GetGebruikers)
 {
     DataClassLibrary.MendixGebruikersService.GetGebruikersRequest inValue = new DataClassLibrary.MendixGebruikersService.GetGebruikersRequest();
     inValue.GetGebruikers = GetGebruikers;
     return(((DataClassLibrary.MendixGebruikersService.GebruikersServicePortType)(this)).GetGebruikersAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <DataClassLibrary.MendixGebruikersService.GetGebruikersResponse> DataClassLibrary.MendixGebruikersService.GebruikersServicePortType.GetGebruikersAsync(DataClassLibrary.MendixGebruikersService.GetGebruikersRequest request)
 {
     return(base.Channel.GetGebruikersAsync(request));
 }
示例#4
0
 DataClassLibrary.MendixGebruikersService.GetGebruikersResponse DataClassLibrary.MendixGebruikersService.GebruikersServicePortType.GetGebruikers(DataClassLibrary.MendixGebruikersService.GetGebruikersRequest request)
 {
     return(base.Channel.GetGebruikers(request));
 }