C# Class newtelligence.DasBlog.Web.EditBlogRollItem

EditBlogRollItem class.
Auto-generated class.
Afficher le fichier Open project: AArnott/dasblog

Protected Properties

Свойство 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

Свойство Type Description
InitializeComponent void

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
Résultat void

Property Details

description protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

htmlLink protected_oe 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
Résultat global::System.Web.UI.WebControls.HyperLink

outlineCollection protected_oe property

protected OpmlOutlineCollection outlineCollection
Résultat OpmlOutlineCollection

rssLink protected_oe 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
Résultat global::System.Web.UI.WebControls.HyperLink