Exemple #1
0
    public string getEntityXML(string arg0)
    {
        getEntityXMLRequest inValue = new getEntityXMLRequest();

        inValue.arg0 = arg0;
        getEntityXMLResponse retVal = ((ICoalesceDataService)(this)).getEntityXML(inValue);

        return(retVal.@return);
    }
Exemple #2
0
 getEntityXMLResponse ICoalesceDataService.getEntityXML(getEntityXMLRequest request)
 {
     return(base.Channel.getEntityXML(request));
 }