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