C# Class newtelligence.DasBlog.Web.CommentView

Exibir arquivo Open project: AArnott/dasblog

Protected Properties

Property Type Description
contentPlaceHolder global::System.Web.UI.WebControls.PlaceHolder

Private Properties

Property Type Description
InitializeComponent void

Public Methods

Method Description
CommentView ( ) : System

Protected Methods

Method Description
LoadEntries ( ) : EntryCollection
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

CommentView() public method

public CommentView ( ) : System
return System

LoadEntries() protected method

protected LoadEntries ( ) : EntryCollection
return EntryCollection

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

Property Details

contentPlaceHolder protected_oe property

contentPlaceHolder control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder contentPlaceHolder
return global::System.Web.UI.WebControls.PlaceHolder