Esempio n. 1
0
 public Sys_subnav Getsys_subnav(string vurl, string parastr)
 {
     using (var helper = new SqlHelper())
     {
         Sys_subnav r = new InternalSys_subnav(helper).Getsys_subnav(vurl, parastr);
         return(r);
     }
 }
Esempio n. 2
0
 public IList <Sys_subnav> Getallsys_subnavpagelist(int pageindex, int pagesize, out int totalcount)
 {
     using (var helper = new SqlHelper())
     {
         IList <Sys_subnav> r = new InternalSys_subnav(helper).Getallsys_subnavpagelist(pageindex, pagesize, out totalcount);
         return(r);
     }
 }
Esempio n. 3
0
 public int Upsubnavdatabase(int subnavid, int oldviewcode, int oldcolumnid, int oldactionid, string oldgroupids, int newviewcode, int newcolumnid, int newactionid)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalSys_subnav(helper).Upsubnavdatabase(subnavid, oldviewcode, oldcolumnid, oldactionid, oldgroupids, newviewcode, newcolumnid, newactionid);
         return(r);
     }
 }
Esempio n. 4
0
 public IList <Sys_subnav> Getsys_subnavlistbyvirtualurl(string virtualurl, int viewcode, int groupid, string parastr)
 {
     using (var helper = new SqlHelper())
     {
         IList <Sys_subnav> r = new InternalSys_subnav(helper).Getsys_subnavlistbyvirtualurl(virtualurl, viewcode, groupid, parastr);
         return(r);
     }
 }
Esempio n. 5
0
 public int GetsubnavNum(string subnavname, string subnavurl)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalSys_subnav(helper).GetsubnavNum(subnavname, subnavurl);
         return(r);
     }
 }
Esempio n. 6
0
 public IList <Sys_subnav> GetSys_subnavbyactionid(int actionid, int viewcode)
 {
     using (var helper = new SqlHelper())
     {
         IList <Sys_subnav> r = new InternalSys_subnav(helper).GetSys_subnavbyactionid(actionid, viewcode);
         return(r);
     }
 }
Esempio n. 7
0
 public int Upsubnavviewcode(int subnavid, int viewcode, int actionid, string groupids)
 {
     using (var helper = new SqlHelper())
     {
         int r = new InternalSys_subnav(helper).Upsubnavviewcode(subnavid, viewcode, actionid, groupids);
         return(r);
     }
 }
Esempio n. 8
0
 public IList <Sys_subnav> Getsys_subnavpagelist(int pageindex, int pagesize, int columnid, int actionid, out int totalcount)
 {
     using (var helper = new SqlHelper())
     {
         List <Sys_subnav> r = new InternalSys_subnav(helper).Getsys_subnavpagelist(pageindex, pagesize, columnid, actionid, out totalcount);
         return(r);
     }
 }
Esempio n. 9
0
 public int Editsys_subnav(int id, int actionid, int columnid, string subnavurl, string subnavname)
 {
     using (var helper = new SqlHelper())
     {
         int m = new InternalSys_subnav(helper).Editsys_subnav(id, actionid, columnid, subnavurl, subnavname);
         return(m);
     }
 }
Esempio n. 10
0
 public Sys_subnav Getsyssubnav(int subnavid)
 {
     using (var helper = new SqlHelper())
     {
         Sys_subnav m = new InternalSys_subnav(helper).Getsyssubnav(subnavid);
         return(m);
     }
 }