Esempio n. 1
0
 public static String RenderPortal(MenuBarType type)
 {
     return("MenuPortal_" + type.ToString());
 }
Esempio n. 2
0
 public static String MenuBar(MenuBarType type)
 {
     return("Menubar_" + type.ToString());
 }
Esempio n. 3
0
 public static String ViewMenuBar(long IdMenubar, MenuBarType type)
 {
     return("Modules/Menu/View.aspx?Id=" + IdMenubar.ToString() + "&View=" + type.ToString());
 }
Esempio n. 4
0
 public static String CreateMenuBar(MenuBarType type)
 {
     return("Modules/Menu/Add.aspx?type=" + type.ToString());
 }
Esempio n. 5
0
 public static String MenuBarList(MenuBarType type)
 {
     return("Modules/Menu/List.aspx?View=" + type.ToString());
 }