C# Class newtelligence.DasBlog.Web.EditBlogRollItem

EditBlogRollItem class.
Auto-generated class.
Show file Open project: AArnott/dasblog

Protected Properties

Property Type Description
description global::System.Web.UI.WebControls.Label
htmlLink global::System.Web.UI.WebControls.HyperLink
outlineCollection OpmlOutlineCollection
rssLink global::System.Web.UI.WebControls.HyperLink

Private Properties

Property Type Description
InitializeComponent void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System 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

OnInit() protected method

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

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

Property Details

description protected property

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

htmlLink protected property

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

outlineCollection protected property

protected OpmlOutlineCollection outlineCollection
return OpmlOutlineCollection

rssLink protected property

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