示例#1
0
 public updateRequest(string team_id, string team_password, int entity_id, WebApi.ChybaWsdlService.Chyba Chyba)
 {
     this.team_id       = team_id;
     this.team_password = team_password;
     this.entity_id     = entity_id;
     this.Chyba         = Chyba;
 }
示例#2
0
 public int insert(string team_id, string team_password, WebApi.ChybaWsdlService.Chyba Chyba)
 {
     WebApi.ChybaWsdlService.insertRequest inValue = new WebApi.ChybaWsdlService.insertRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.Chyba         = Chyba;
     WebApi.ChybaWsdlService.insertResponse retVal = ((WebApi.ChybaWsdlService.Team024ChybaPortType)(this)).insert(inValue);
     return(retVal.id);
 }
示例#3
0
 public int update(string team_id, string team_password, int entity_id, WebApi.ChybaWsdlService.Chyba Chyba)
 {
     WebApi.ChybaWsdlService.updateRequest inValue = new WebApi.ChybaWsdlService.updateRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.entity_id     = entity_id;
     inValue.Chyba         = Chyba;
     WebApi.ChybaWsdlService.updateResponse retVal = ((WebApi.ChybaWsdlService.Team024ChybaPortType)(this)).update(inValue);
     return(retVal.updates);
 }
示例#4
0
 public System.Threading.Tasks.Task <WebApi.ChybaWsdlService.updateResponse> updateAsync(string team_id, string team_password, int entity_id, WebApi.ChybaWsdlService.Chyba Chyba)
 {
     WebApi.ChybaWsdlService.updateRequest inValue = new WebApi.ChybaWsdlService.updateRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.entity_id     = entity_id;
     inValue.Chyba         = Chyba;
     return(((WebApi.ChybaWsdlService.Team024ChybaPortType)(this)).updateAsync(inValue));
 }
示例#5
0
 public insertRequest(string team_id, string team_password, WebApi.ChybaWsdlService.Chyba Chyba)
 {
     this.team_id       = team_id;
     this.team_password = team_password;
     this.Chyba         = Chyba;
 }
示例#6
0
 public getByIdResponse(WebApi.ChybaWsdlService.Chyba chyba)
 {
     this.chyba = chyba;
 }