C# Class Sitecore.Modules.WeBlog.WebForms.Layouts.BlogEntryTags

Datei anzeigen Open project: WeTeam/WeBlog

Protected Properties

Property Type Description
LoginViewTags global::System.Web.UI.WebControls.LoginView
PanelEntryTags global::System.Web.UI.WebControls.Panel

Public Methods

Method Description
BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System

Protected Methods

Method Description
LoadEntry ( ) : void

Loads the entry.

Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogEntryTags() public method

public BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System
entryTagsCore IEntryTagsCore
return System

LoadEntry() protected method

Loads the entry.
protected LoadEntry ( ) : void
return void

Page_Load() protected method

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

Property Details

LoginViewTags protected_oe property

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

PanelEntryTags protected_oe property

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