C# Class SobekCM.Library.HTML.Preferences_HtmlSubwriter

[TO BE DEPRECATED] Prefernces html subwriter allows the user to set some basic preferences
This class extends the abstractHtmlSubwriter abstract class.

This class is planned to be deprecated and treat each user (whether authenticated or not) as a mySobek user. Preferences would then be served from the mySobek account/preferences writer
Inheritance: abstractHtmlSubwriter
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Méthodes publiques

Méthode Description
Preferences_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System

Constructor for a new instance of the Preferences_HtmlSubwriter class

Write_HTML ( TextWriter Output, Custom_Tracer Tracer ) : bool

Writes the HTML generated by this preferences html subwriter directly to the response stream

Write_Within_HTML_Head ( TextWriter Output, Custom_Tracer Tracer ) : void

Write any additional values within the HTML Head of the final served page

Method Details

Preferences_HtmlSubwriter() public méthode

Constructor for a new instance of the Preferences_HtmlSubwriter class
public Preferences_HtmlSubwriter ( RequestCache RequestSpecificValues ) : System
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
Résultat System

Write_HTML() public méthode

Writes the HTML generated by this preferences html subwriter directly to the response stream
public Write_HTML ( TextWriter Output, Custom_Tracer Tracer ) : bool
Output System.IO.TextWriter Stream to which to write the HTML for this subwriter
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
Résultat bool

Write_Within_HTML_Head() public méthode

Write any additional values within the HTML Head of the final served page
public Write_Within_HTML_Head ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter Output stream currently within the HTML head tags
Tracer SobekCM.Tools.Custom_Tracer Trace object keeps a list of each method executed and important milestones in rendering
Résultat void