public string getEntityByName(string arg0, string arg1, string arg2) { getEntityByNameRequest inValue = new getEntityByNameRequest(); inValue.arg0 = arg0; inValue.arg1 = arg1; inValue.arg2 = arg2; getEntityByNameResponse retVal = ((ICoalesceDataService)(this)).getEntityByName(inValue); return(retVal.@return); }
getEntityByNameResponse ICoalesceDataService.getEntityByName(getEntityByNameRequest request) { return(base.Channel.getEntityByName(request)); }