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

Afficher le fichier Open project: WeTeam/WeBlog

Protected Properties

Свойство Type Description
LoginViewTags global::System.Web.UI.WebControls.LoginView
PanelEntryTags global::System.Web.UI.WebControls.Panel

Méthodes publiques

Méthode Description
BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System

Méthodes protégées

Méthode Description
LoadEntry ( ) : void

Loads the entry.

Page_Load ( object sender, EventArgs e ) : void

Method Details

BlogEntryTags() public méthode

public BlogEntryTags ( IEntryTagsCore entryTagsCore = null ) : System
entryTagsCore IEntryTagsCore
Résultat System

LoadEntry() protected méthode

Loads the entry.
protected LoadEntry ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Panel