C# Class Carrotware.CMS.UI.Admin.c3_admin.WidgetTime

Exibir arquivo Open project: ninianne98/CarrotCakeCMS

Public Properties

Property Type Description
guidContentID Guid
guidWidgetID Guid

Protected Properties

Property Type Description
btnSave global::System.Web.UI.WebControls.Button
chkActive global::System.Web.UI.WebControls.CheckBox
litControlPath global::System.Web.UI.WebControls.Literal
litControlPathName global::System.Web.UI.WebControls.Literal
lnkIndex global::System.Web.UI.WebControls.HyperLink
phNavIndex global::System.Web.UI.WebControls.PlaceHolder
ucReleaseDate global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime
ucRetireDate global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime

Protected Methods

Method Description
GetCtrlName ( Widget ww ) : void
Page_Load ( object sender, EventArgs e ) : void
btnSave_Click ( object sender, EventArgs e ) : void

Method Details

GetCtrlName() protected method

protected GetCtrlName ( Widget ww ) : void
ww Widget
return void

Page_Load() protected method

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

btnSave_Click() protected method

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

Property Details

btnSave protected_oe property

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

chkActive protected_oe property

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

guidContentID public_oe property

public Guid guidContentID
return Guid

guidWidgetID public_oe property

public Guid guidWidgetID
return Guid

litControlPath protected_oe property

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

litControlPathName protected_oe property

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

lnkIndex protected_oe property

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

phNavIndex protected_oe property

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

ucReleaseDate protected_oe property

ucReleaseDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime ucReleaseDate
return global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime

ucRetireDate protected_oe property

ucRetireDate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime ucRetireDate
return global::Carrotware.CMS.UI.Admin.c3_admin.ucEditDateTime