
Protected Member Functions | |
| override void | HandlePageLoad () |
Private Member Functions | |
| void | DoDebugSetup () |
| void | DoSetup () |
| void | SetupForumTopics (Core.Tools.AccountManager.Map.Account forum_setup_user) |
Static Private Attributes | |
| static String[] | RESTRICTED_FORUM_NAMES |
| static String[] | RESTRICTED_FORUM_DESCS |
| static String[] | PUBLIC_FORUM_NAMES |
| static String[] | PUBLIC_FORUM_DESCS |
Auto-generated class.
| override void CoreWeb4.Setup.HandlePageLoad | ( | ) | [protected, virtual] |
Reimplemented from Core.Tools.AccountManager.WebClient.CorePage.
| void CoreWeb4.Setup.DoDebugSetup | ( | ) | [private] |
| void CoreWeb4.Setup.DoSetup | ( | ) | [private] |
| void CoreWeb4.Setup.SetupForumTopics | ( | Core.Tools.AccountManager.Map.Account | forum_setup_user | ) | [private] |
String [] CoreWeb4.Setup.RESTRICTED_FORUM_NAMES [static, private] |
Initial value:
new String[]{ "Developers", "Administration" }
String [] CoreWeb4.Setup.RESTRICTED_FORUM_DESCS [static, private] |
Initial value:
new String[]{ "A place for developers to talk", "Administration type topics" }
String [] CoreWeb4.Setup.PUBLIC_FORUM_NAMES [static, private] |
Initial value:
new String[]{ "About Forum", "General", "Events", "Maintenance" }
String [] CoreWeb4.Setup.PUBLIC_FORUM_DESCS [static, private] |
Initial value:
new String[]{ "Area to gripe about this forum", "Place to talk about whatever", "Announcements and discussions about special events", "Site maintenance." }