Ejemplo n.º 1
0
 public void selectByIndex(string arg0, string arg1, string arg2, int arg3)
 {
     Sirius.CSharp.Client.Web.Select.selectByIndexRequest inValue = new Sirius.CSharp.Client.Web.Select.selectByIndexRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     inValue.arg2 = arg2;
     inValue.arg3 = arg3;
     Sirius.CSharp.Client.Web.Select.selectByIndexResponse retVal = ((Sirius.CSharp.Client.Web.Select.WebSelect)(this)).selectByIndex(inValue);
 }
Ejemplo n.º 2
0
 Sirius.CSharp.Client.Web.Select.selectByIndexResponse Sirius.CSharp.Client.Web.Select.WebSelect.selectByIndex(Sirius.CSharp.Client.Web.Select.selectByIndexRequest request)
 {
     return(base.Channel.selectByIndex(request));
 }