C# Class VolTeer.Common.WebControls.ucGroupInsertUpdate

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: CISC181/VolTeerNET

Public Properties

Property Type Description
PassedGroupID int?

Protected Properties

Property Type Description
Panel1 global::System.Web.UI.WebControls.Panel
RadEditor1 global::Telerik.Web.UI.RadEditor
ReqGroupName global::System.Web.UI.WebControls.RequiredFieldValidator
ReqShortDescription global::System.Web.UI.WebControls.RequiredFieldValidator
Table1 global::System.Web.UI.WebControls.Table
chkActive global::System.Web.UI.WebControls.CheckBox
lblActiveLit global::System.Web.UI.WebControls.Label
lblGroupNameLit global::System.Web.UI.WebControls.Label
lblShortDescLit global::System.Web.UI.WebControls.Label
rBTNSave global::Telerik.Web.UI.RadButton
rTBGroupName global::Telerik.Web.UI.RadTextBox
rTBShortDesc global::Telerik.Web.UI.RadTextBox

Protected Methods

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

Method Details

GetGroupData() protected method

protected GetGroupData ( ) : void
return void

Page_Load() protected method

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

rBTNSave_Click() protected method

protected rBTNSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

Panel1 protected_oe property

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

PassedGroupID public_oe property

public int? PassedGroupID
return int?

RadEditor1 protected_oe property

RadEditor1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadEditor RadEditor1
return global::Telerik.Web.UI.RadEditor

ReqGroupName protected_oe property

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

ReqShortDescription protected_oe property

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

Table1 protected_oe property

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

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

lblActiveLit protected_oe property

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

lblGroupNameLit protected_oe property

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

lblShortDescLit protected_oe property

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

rBTNSave protected_oe property

rBTNSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadButton rBTNSave
return global::Telerik.Web.UI.RadButton

rTBGroupName protected_oe property

rTBGroupName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBGroupName
return global::Telerik.Web.UI.RadTextBox

rTBShortDesc protected_oe property

rTBShortDesc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBShortDesc
return global::Telerik.Web.UI.RadTextBox