C# 클래스 Sitecore.Modules.WeBlog.WebForms.Layouts.BlogEntry

상속: BaseEntrySublayout
파일 보기 프로젝트 열기: WeTeam/WeBlog

보호된 프로퍼티들

프로퍼티 타입 설명
EntryImage global::Sitecore.Web.UI.WebControls.Image
txtContent global::Sitecore.Web.UI.WebControls.Text
txtIntroduction global::Sitecore.Web.UI.WebControls.Text
txtTitle global::Sitecore.Web.UI.WebControls.Text

Private Properties

프로퍼티 타입 설명

보호된 메소드들

메소드 설명
DoesFieldRequireWrapping ( string fieldName ) : bool
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

DoesFieldRequireWrapping() 보호된 메소드

protected DoesFieldRequireWrapping ( string fieldName ) : bool
fieldName string
리턴 bool

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

EntryImage 보호되어 있는 프로퍼티

EntryImage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Image EntryImage
리턴 global::Sitecore.Web.UI.WebControls.Image

txtContent 보호되어 있는 프로퍼티

txtContent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Text txtContent
리턴 global::Sitecore.Web.UI.WebControls.Text

txtIntroduction 보호되어 있는 프로퍼티

txtIntroduction control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Text txtIntroduction
리턴 global::Sitecore.Web.UI.WebControls.Text

txtTitle 보호되어 있는 프로퍼티

txtTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Sitecore.Web.UI.WebControls.Text txtTitle
리턴 global::Sitecore.Web.UI.WebControls.Text