Method | Description | |
---|---|---|
Settings_AdminViewer ( RequestCache RequestSpecificValues ) : System |
Constructor for a new instance of the Thematic_Headings_AdminViewer class Postback from handling saving the new settings is handled here in the constructor |
|
Write_HTML ( |
Add the HTML to be displayed in the main SobekCM viewer area This class does nothing, since the themes list is added as controls, not HTML |
|
Write_ItemNavForm_Closing ( |
This is an opportunity to write HTML directly into the main form, without using the pop-up html form architecture This text will appear within the ItemNavForm form tags |
Method | Description | |
---|---|---|
Add_Setting_Table_Heading ( |
||
Add_Setting_Table_Setting ( |
||
Is_Value_ReadOnly ( SobekCM.Core.Settings.Admin_Setting_Value Value, bool ReadOnlyMode, bool LimitedRightsMode ) : bool | ||
add_builder_folders_info ( |
||
add_builder_info ( |
||
add_builder_modules_info ( |
||
add_builder_settings_info ( |
||
add_builder_toplevel_info ( |
||
add_buttons ( |
||
add_configuration_file_info ( |
||
add_configuration_info ( |
||
add_configuration_log_info ( |
||
add_configuration_toplevel_info ( |
||
add_engine_authentication_info ( |
||
add_engine_brief_item_mapping_info ( |
||
add_engine_contact_info ( |
||
add_engine_info ( |
||
add_engine_oai_pmh_info ( |
||
add_engine_qc_tool_info ( |
||
add_engine_server_endpoints_info ( |
||
add_engine_toplevel_info ( |
||
add_extensions_info ( |
||
add_html_info ( |
||
add_html_missing_page_info ( |
||
add_html_no_results_info ( |
||
add_html_toplevel_info ( |
||
add_html_usage_email_info ( |
||
add_leftnav_h2_link ( string Text, string LinkCode, string RedirectUrl, string CurrentLinkCode ) : string | ||
add_leftnav_li_link ( string Text, string LinkCode, string RedirectUrl, string CurrentLinkCode ) : string | ||
add_metadata_fields_info ( |
||
add_metadata_file_readers_info ( |
||
add_metadata_info ( |
||
add_metadata_mets_profiles_info ( |
||
add_metadata_mets_sections_info ( |
||
add_metadata_modules_info ( |
||
add_metadata_single_config ( |
||
add_metadata_toplevel_info ( |
||
add_settings_info ( |
||
add_single_metadata_writing_profile ( |
||
add_single_verb_mapping_in_table ( Engine_VerbMapping Mapping, |
||
add_tab_page_info ( |
||
add_top_level_info ( |
||
add_ui_citation_info ( |
||
add_ui_citation_set_info ( |
||
add_ui_client_endpoints_info ( |
||
add_ui_info ( |
||
add_ui_map_editor_info ( |
||
add_ui_template_elements_info ( |
||
add_ui_toplevel_info ( |
||
add_ui_viewers_info ( |
||
build_setting_objects_for_display ( ) : void | ||
must_be_positive_number ( |
||
must_be_valid_regular_expression ( |
||
must_end_with ( |
||
must_start_end_with ( |
||
must_start_with ( |
||
recursively_write_all_endpoints ( Engine_Path_Endpoint RootEndpoint, |
||
save_setting_values ( RequestCache RequestSpecificValues, Settings_Mode_Enum MainMode ) : void | ||
validate_update_entered_data ( List |
public Settings_AdminViewer ( RequestCache RequestSpecificValues ) : System | ||
RequestSpecificValues | RequestCache | All the necessary, non-global data specific to the current request |
return | System |
public Write_HTML ( |
||
Output | Textwriter to write the HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |
public Write_ItemNavForm_Closing ( |
||
Output | Textwriter to write the pop-up form HTML for this viewer | |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
return | void |