C# Class VolTeer.Common.WebControls.ucPhone

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: CISC181/VolTeerNET

Méthodes publiques

Свойство Type Description
iRecordTypeID int

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
DisplayError ( Exception ex ) : void

DisplayError - Pass the exception to the main page.

Méthodes protégées

Méthode 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 méthode

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

HandleScreenLoad() protected méthode

protected HandleScreenLoad ( ) : void
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

btnCancel_Click() protected méthode

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

btnEdit_Click() protected méthode

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

rGridPhone_DeleteCommand() protected méthode

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

rGridPhone_InsertCommand() protected méthode

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

rGridPhone_ItemDataBound() protected méthode

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

rGridPhone_NeedDataSource() protected méthode

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

rGridPhone_UpdIns() protected méthode

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
Résultat void

rGridPhone_UpdateCommand() protected méthode

rGridPhone_UpdateCommand - Handles Update click
protected rGridPhone_UpdateCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
Résultat 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
Résultat global::System.Web.UI.WebControls.TableCell

iRecordTypeID public_oe property

public int iRecordTypeID
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.Table