コード例 #1
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 public System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.getByNumericConditionResponse> getByNumericConditionAsync(string attribute_name, string attribute_value, string math_condition, System.Nullable <int>[] ids)
 {
     UkazkaSluzieb.ServiceReference1.getByNumericConditionRequest inValue = new UkazkaSluzieb.ServiceReference1.getByNumericConditionRequest();
     inValue.attribute_name  = attribute_name;
     inValue.attribute_value = attribute_value;
     inValue.math_condition  = math_condition;
     inValue.ids             = ids;
     return(((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getByNumericConditionAsync(inValue));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 public UkazkaSluzieb.ServiceReference1.Knihas[] getByNumericCondition(string attribute_name, string attribute_value, string math_condition, System.Nullable <int>[] ids)
 {
     UkazkaSluzieb.ServiceReference1.getByNumericConditionRequest inValue = new UkazkaSluzieb.ServiceReference1.getByNumericConditionRequest();
     inValue.attribute_name  = attribute_name;
     inValue.attribute_value = attribute_value;
     inValue.math_condition  = math_condition;
     inValue.ids             = ids;
     UkazkaSluzieb.ServiceReference1.getByNumericConditionResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getByNumericCondition(inValue);
     return(retVal.knihas);
 }
コード例 #3
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.getByNumericConditionResponse> UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getByNumericConditionAsync(UkazkaSluzieb.ServiceReference1.getByNumericConditionRequest request)
 {
     return(base.Channel.getByNumericConditionAsync(request));
 }
コード例 #4
0
ファイル: Reference.cs プロジェクト: Majky336/PIS
 UkazkaSluzieb.ServiceReference1.getByNumericConditionResponse UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getByNumericCondition(UkazkaSluzieb.ServiceReference1.getByNumericConditionRequest request)
 {
     return(base.Channel.getByNumericCondition(request));
 }