예제 #1
0
    public string getEntityXmlByKey(string Key)
    {
        getEntityXmlByKeyRequest inValue = new getEntityXmlByKeyRequest();

        inValue.Key = Key;
        getEntityXmlByKeyResponse retVal = ((CoalescePersistorPortType)(this)).getEntityXmlByKey(inValue);

        return(retVal.@return);
    }
예제 #2
0
 getEntityXmlByKeyResponse CoalescePersistorPortType.getEntityXmlByKey(getEntityXmlByKeyRequest request)
 {
     return(base.Channel.getEntityXmlByKey(request));
 }