C# Class Engage.Dnn.Publish.Admin.DeleteItem

Exibir arquivo Open project: EngageSoftware/Engage-Publish

Protected Properties

Property Type Description
cmdDelete global::System.Web.UI.WebControls.LinkButton
lblDeleteItem global::DotNetNuke.UI.UserControls.LabelControl
lblItemCreated Label
lblItemId Label
lblItemIdValue Label
lblItemVersion Label
lblResults global::System.Web.UI.WebControls.Label
lnkItemVersion HyperLink
txtItemId global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Private Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
cmdDelete_Click ( object sender, EventArgs e ) : void

Method Details

OnInit() protected method

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

Property Details

cmdDelete protected_oe property

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

lblDeleteItem protected_oe property

lblDeleteItem control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::DotNetNuke.UI.UserControls.LabelControl lblDeleteItem
return global::DotNetNuke.UI.UserControls.LabelControl

lblItemCreated protected_oe property

protected Label lblItemCreated
return Label

lblItemId protected_oe property

protected Label lblItemId
return Label

lblItemIdValue protected_oe property

protected Label lblItemIdValue
return Label

lblItemVersion protected_oe property

protected Label lblItemVersion
return Label

lblResults protected_oe property

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

lnkItemVersion protected_oe property

protected HyperLink lnkItemVersion
return HyperLink

txtItemId protected_oe property

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