Exemple #1
0
 public System.Threading.Tasks.Task <WebApi.ChybaWsdlService.getByAttributeValueResponse> getByAttributeValueAsync(string attribute_name, string attribute_value, System.Nullable <int>[] ids)
 {
     WebApi.ChybaWsdlService.getByAttributeValueRequest inValue = new WebApi.ChybaWsdlService.getByAttributeValueRequest();
     inValue.attribute_name  = attribute_name;
     inValue.attribute_value = attribute_value;
     inValue.ids             = ids;
     return(((WebApi.ChybaWsdlService.Team024ChybaPortType)(this)).getByAttributeValueAsync(inValue));
 }
Exemple #2
0
 public WebApi.ChybaWsdlService.Chybas[] getByAttributeValue(string attribute_name, string attribute_value, System.Nullable <int>[] ids)
 {
     WebApi.ChybaWsdlService.getByAttributeValueRequest inValue = new WebApi.ChybaWsdlService.getByAttributeValueRequest();
     inValue.attribute_name  = attribute_name;
     inValue.attribute_value = attribute_value;
     inValue.ids             = ids;
     WebApi.ChybaWsdlService.getByAttributeValueResponse retVal = ((WebApi.ChybaWsdlService.Team024ChybaPortType)(this)).getByAttributeValue(inValue);
     return(retVal.chybas);
 }
Exemple #3
0
 System.Threading.Tasks.Task <WebApi.ChybaWsdlService.getByAttributeValueResponse> WebApi.ChybaWsdlService.Team024ChybaPortType.getByAttributeValueAsync(WebApi.ChybaWsdlService.getByAttributeValueRequest request)
 {
     return(base.Channel.getByAttributeValueAsync(request));
 }
Exemple #4
0
 WebApi.ChybaWsdlService.getByAttributeValueResponse WebApi.ChybaWsdlService.Team024ChybaPortType.getByAttributeValue(WebApi.ChybaWsdlService.getByAttributeValueRequest request)
 {
     return(base.Channel.getByAttributeValue(request));
 }