C# Class VolTeer.Common.WebControls.ucPhone

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

Public Properties

Property Type Description
iRecordTypeID int

Protected Properties

Property Type Description
TableCell1 global::System.Web.UI.WebControls.TableCell
lblPhone1 global::System.Web.UI.WebControls.Label
lblPhone2 global::System.Web.UI.WebControls.Label
lblPhone3 global::System.Web.UI.WebControls.Label
pnlPhoneGrid global::System.Web.UI.WebControls.Panel
pnlSinglePhone global::System.Web.UI.WebControls.Panel
rGridPhone global::Telerik.Web.UI.RadGrid
rowPhone2 global::System.Web.UI.WebControls.TableRow
rowPhone3 global::System.Web.UI.WebControls.TableCell
tblMainTable global::System.Web.UI.WebControls.Table
tblViewPrimPhone global::System.Web.UI.WebControls.Table

Public Methods

Method Description
DisplayError ( Exception ex ) : void

DisplayError - Pass the exception to the main page.

Protected Methods

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

btnCancel_Click - Handles 'cancel' button click

btnEdit_Click ( object sender, EventArgs e ) : void

btnEdit_Click - Handles 'edit' button click

rGridPhone_DeleteCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_DeleteCommand - Handle the delete command

rGridPhone_InsertCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_InsertCommand - Handles insert click

rGridPhone_ItemDataBound ( object sender, GridItemEventArgs e ) : void

rGridAddress_ItemDataBound - handle items that have to be addressed at databound

rGridPhone_NeedDataSource ( object sender, Telerik e ) : void

rGridEmail_NeedDataSource - Called when the grid needs a data source

rGridPhone_UpdIns ( object sender, GridCommandEventArgs e, int iAction ) : void

rGridPhone_UpdIns - Handle update/insert in a common procedure

rGridPhone_UpdateCommand ( object sender, GridCommandEventArgs e ) : void

rGridPhone_UpdateCommand - Handles Update click

Method Details

DisplayError() public method

DisplayError - Pass the exception to the main page.
public DisplayError ( Exception ex ) : void
ex System.Exception
return void

HandleScreenLoad() protected method

protected HandleScreenLoad ( ) : void
return void

Page_Load() protected method

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

btnCancel_Click() protected method

btnCancel_Click - Handles 'cancel' button click
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnEdit_Click() protected method

btnEdit_Click - Handles 'edit' button click
protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

rGridPhone_DeleteCommand() protected method

rGridAddress_DeleteCommand - Handle the delete command
protected rGridPhone_DeleteCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
return void

rGridPhone_InsertCommand() protected method

rGridAddress_InsertCommand - Handles insert click
protected rGridPhone_InsertCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
return void

rGridPhone_ItemDataBound() protected method

rGridAddress_ItemDataBound - handle items that have to be addressed at databound
protected rGridPhone_ItemDataBound ( object sender, GridItemEventArgs e ) : void
sender object
e GridItemEventArgs
return void

rGridPhone_NeedDataSource() protected method

rGridEmail_NeedDataSource - Called when the grid needs a data source
protected rGridPhone_NeedDataSource ( object sender, Telerik e ) : void
sender object
e Telerik
return void

rGridPhone_UpdIns() protected method

rGridPhone_UpdIns - Handle update/insert in a common procedure
protected rGridPhone_UpdIns ( object sender, GridCommandEventArgs e, int iAction ) : void
sender object
e GridCommandEventArgs
iAction int
return void

rGridPhone_UpdateCommand() protected method

rGridPhone_UpdateCommand - Handles Update click
protected rGridPhone_UpdateCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
return void

Property Details

TableCell1 protected_oe property

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

iRecordTypeID public_oe property

public int iRecordTypeID
return int

lblPhone1 protected_oe property

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

lblPhone2 protected_oe property

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

lblPhone3 protected_oe property

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

pnlPhoneGrid protected_oe property

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

pnlSinglePhone protected_oe property

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

rGridPhone protected_oe property

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

rowPhone2 protected_oe property

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

rowPhone3 protected_oe property

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

tblMainTable protected_oe property

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

tblViewPrimPhone protected_oe property

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