Beispiel #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);
 }
Beispiel #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));
 }
Beispiel #3
0
 public GetGebruikersRequest(DataClassLibrary.MendixGebruikersService.GetGebruikers GetGebruikers)
 {
     this.GetGebruikers = GetGebruikers;
 }