Example #1
0
        //makes a call into kldll - runs portfolio analysis on single flat blob -
        public override RenderedItem getData(object key)
        {
            klDLLXMLRI ri = new klDLLXMLRI();

            //ri.m_xmlResults=klDLLImports.klRunWorkFlow2(m_xmlFile);

            return(ri);
        }
Example #2
0
        //makes a call into kldll - runs portfolio analysis on single flat blob -
        public override RenderedItem getData(object key)
        {
            klDLLXMLRI ri = new klDLLXMLRI();

            ri.m_xmlResults = null;

            //Just call main driver for now
            klDLLImports.klRunWorkFlow();

            return(ri);
        }