C# Class Engage.Dnn.Publish.Controls.ItemVersions

Show file Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
cmdBack global::System.Web.UI.WebControls.LinkButton
dgVersions global::System.Web.UI.WebControls.DataGrid
divItemVersions global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

Method Description
GetAuthorName ( object authorId ) : string
GetDates ( object row ) : string
GetItemDescription ( object row ) : string
GetItemDescriptionFull ( object row ) : string
GetPreviewUrl ( object row ) : string
GetStatus ( object approvalStatusId ) : string
GetVersionEditUrl ( object row ) : string
OnInit ( EventArgs e ) : void

Private Methods

Method Description
BindData ( ) : void
GetLocalizedEditText ( ) : string
Page_Load ( object sender, EventArgs e ) : void
cmdBack_Click ( object sender, EventArgs e ) : void

Method Details

GetAuthorName() protected method

protected GetAuthorName ( object authorId ) : string
authorId object
return string

GetDates() protected static method

protected static GetDates ( object row ) : string
row object
return string

GetItemDescription() protected method

protected GetItemDescription ( object row ) : string
row object
return string

GetItemDescriptionFull() protected method

protected GetItemDescriptionFull ( object row ) : string
row object
return string

GetPreviewUrl() protected method

protected GetPreviewUrl ( object row ) : string
row object
return string

GetStatus() protected static method

protected static GetStatus ( object approvalStatusId ) : string
approvalStatusId object
return string

GetVersionEditUrl() protected method

protected GetVersionEditUrl ( object row ) : string
row object
return string

OnInit() protected method

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

Property Details

cmdBack protected property

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

dgVersions protected property

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

divItemVersions protected property

divItemVersions control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divItemVersions
return global::System.Web.UI.HtmlControls.HtmlGenericControl