C# Class newtelligence.DasBlog.Web.Timeline

Inheritance: SharedBasePage, IPageFormatInfo
Exibir arquivo Open project: AArnott/dasblog

Protected Properties

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

Public Methods

Method Description
Timeline ( ) : System

Protected Methods

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

Private Methods

Method Description
InitializeComponent ( ) : void

Method Details

LoadEntries() protected method

protected LoadEntries ( ) : EntryCollection
return EntryCollection

OnInit() protected method

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

Timeline() public method

public Timeline ( ) : System
return System

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