C# Class Subtext.Web.UI.Controls.SubtextCoComment

Implements CoComment for Subtext.
Inheritance: Subtext.Web.Controls.CoComment
Datei anzeigen Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
SubtextCoComment ( ) : System

Initializes a new instance of the SubtextCoComment class.

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event.

Private Methods

Method Description
GetControlUniqueId ( string controlId ) : string

Method Details

OnLoad() protected method

Raises the E:System.Web.UI.Control.Load event.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
return void

SubtextCoComment() public method

Initializes a new instance of the SubtextCoComment class.
public SubtextCoComment ( ) : System
return System