C# Class newtelligence.DasBlog.Web.EditEntry

EditEntry class.
Auto-generated class.
Exibir arquivo Open project: AArnott/dasblog

Protected Properties

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

Protected Methods

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

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

InitializeMacros() protected method

protected InitializeMacros ( ) : Macros
return Macros

LoadEntries() protected method

protected LoadEntries ( ) : EntryCollection
return EntryCollection

OnInit() protected method

protected OnInit ( 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