addDataSource() public method

public addDataSource ( string sitecode, string siteName, string hostname, string brokerPort, string visn ) : SiteTO
sitecode string
siteName string
hostname string
brokerPort string
visn string
return MdwsDemo.mdws.SiteTO
        public void testFixtureSetUp()
        {
            VistaDao dao = new VistaDao();

            dao.addDataSource("100", "Dewdrop", "172.19.100.199", "9100", "1");
            _dao = new SchedulingDao(dao.EmrSvcSession); // copy session from VistaDao
        }
示例#2
0
 public void testFixtureSetUp()
 {
     VistaDao dao = new VistaDao();
     dao.addDataSource("100", "Dewdrop", "172.19.100.199", "9100", "1");
     _dao = new SchedulingDao(dao.EmrSvcSession); // copy session from VistaDao
 }