C# Class SobekCM.Library.MySobekViewer.User_Usage_Stats_MySobekViewer

Inheritance: abstract_MySobekViewer
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
User_Usage_Stats_MySobekViewer ( RequestCache RequestSpecificValues ) : System

Constructor for a new instance of the User_Tags_MySobekViewer class

Write_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void

Private Methods

Method Description
Month_From_Int ( int Month_Int ) : string

Method Details

User_Usage_Stats_MySobekViewer() public method

Constructor for a new instance of the User_Tags_MySobekViewer class
public User_Usage_Stats_MySobekViewer ( RequestCache RequestSpecificValues ) : System
RequestSpecificValues RequestCache All the necessary, non-global data specific to the current request
return System

Write_HTML() public method

public Write_HTML ( TextWriter Output, Custom_Tracer Tracer ) : void
Output System.IO.TextWriter
Tracer SobekCM.Tools.Custom_Tracer
return void