C# Class VolTeer.Common.WebControls.ucEmail

Mostrar archivo Open project: CISC181/VolTeerNET

Public Properties

Property Type Description
iRecordTypeID int

Protected Properties

Property Type Description
pnlEmailGrid global::System.Web.UI.WebControls.Panel
rGridEmail global::Telerik.Web.UI.RadGrid

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
rGridEmail_DeleteCommand ( object sender, GridCommandEventArgs e ) : void

rGridEmail_DeleteCommand - Handle the delete command

rGridEmail_InsertCommand ( object sender, GridCommandEventArgs e ) : void

rGridEmail_InsertCommand - Handles insert click

rGridEmail_ItemDataBound ( object sender, GridItemEventArgs e ) : void

rGridEmail_ItemDataBound - handle items that have to be addressed at databound

rGridEmail_NeedDataSource ( object sender, Telerik e ) : void

rGridEmail_NeedDataSource - Called when the grid needs a data source

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

rGridAdress_UpdIns - Handle update/insert in a common procedure

rGridEmail_UpdateCommand ( object sender, GridCommandEventArgs e ) : void

rGridEmail_UpdateCommand - Handles Update click

Method Details

DisplayError() public method

DisplayError - Pass the exception to the main page.
public DisplayError ( Exception ex ) : void
ex 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 EventArgs
return void

rGridEmail_DeleteCommand() protected method

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

rGridEmail_InsertCommand() protected method

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

rGridEmail_ItemDataBound() protected method

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

rGridEmail_NeedDataSource() protected method

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

rGridEmail_UpdIns() protected method

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

rGridEmail_UpdateCommand() protected method

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

Property Details

iRecordTypeID public_oe property

public int iRecordTypeID
return int

pnlEmailGrid protected_oe property

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

rGridEmail protected_oe property

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