C# 클래스 VolTeer.Common.WebControls.ucAddress

파일 보기 프로젝트 열기: CISC181/VolTeerNET

공개 프로퍼티들

프로퍼티 타입 설명
iRecordTypeID int

보호된 프로퍼티들

프로퍼티 타입 설명
btnCancel global::Telerik.Web.UI.RadButton
btnEdit global::Telerik.Web.UI.RadButton
lblAddr1 global::System.Web.UI.WebControls.Label
lblAddr2 global::System.Web.UI.WebControls.Label
lblAddr3 global::System.Web.UI.WebControls.Label
lblCityStZip global::System.Web.UI.WebControls.Label
pnlAddressGrid global::System.Web.UI.WebControls.Panel
pnlSingleAddress global::System.Web.UI.WebControls.Panel
rGridAddress global::Telerik.Web.UI.RadGrid
rowAddr2 global::System.Web.UI.WebControls.TableRow
rowAddr3 global::System.Web.UI.WebControls.TableCell
tblButtons global::System.Web.UI.WebControls.Table
tblMainTable global::System.Web.UI.WebControls.Table
tblViewPrimAddr global::System.Web.UI.WebControls.Table

공개 메소드들

메소드 설명
DisplayError ( Exception ex ) : void

DisplayError - Pass the exception to the main page.

보호된 메소드들

메소드 설명
GetGeoCode ( sp_Vol_Address_DM VolAddr ) : string
HandleScreenLoad ( ) : void
Page_Load ( object sender, EventArgs e ) : void
SetPrimaryValues ( ) : void

SetPrimaryValues - Paint the screen with default values (use non-telerik controls)

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

rGridAddress_DeleteCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_DeleteCommand - Handle the delete command

rGridAddress_InsertCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_InsertCommand - Handles insert click

rGridAddress_ItemDataBound ( object sender, GridItemEventArgs e ) : void

rGridAddress_ItemDataBound - handle items that have to be addressed at databound

rGridAddress_NeedDataSource ( object sender, Telerik e ) : void

rGridAddress_NeedDataSource - Called when the grid needs a data source

rGridAddress_PreRender ( object sender, EventArgs e ) : void
rGridAddress_UpdateCommand ( object sender, GridCommandEventArgs e ) : void

rGridAddress_UpdateCommand - Handles Update click

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

rGridAdress_UpdIns - Handle update/insert in a common procedure

메소드 상세

DisplayError() 공개 메소드

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

GetGeoCode() 보호된 메소드

protected GetGeoCode ( sp_Vol_Address_DM VolAddr ) : string
VolAddr sp_Vol_Address_DM
리턴 string

HandleScreenLoad() 보호된 메소드

protected HandleScreenLoad ( ) : void
리턴 void

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

SetPrimaryValues() 보호된 메소드

SetPrimaryValues - Paint the screen with default values (use non-telerik controls)
protected SetPrimaryValues ( ) : void
리턴 void

btnCancel_Click() 보호된 메소드

btnCancel_Click - Handles 'cancel' button click
protected btnCancel_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

btnEdit_Click() 보호된 메소드

btnEdit_Click - Handles 'edit' button click
protected btnEdit_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

rGridAddress_DeleteCommand() 보호된 메소드

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

rGridAddress_InsertCommand() 보호된 메소드

rGridAddress_InsertCommand - Handles insert click
protected rGridAddress_InsertCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
리턴 void

rGridAddress_ItemDataBound() 보호된 메소드

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

rGridAddress_NeedDataSource() 보호된 메소드

rGridAddress_NeedDataSource - Called when the grid needs a data source
protected rGridAddress_NeedDataSource ( object sender, Telerik e ) : void
sender object
e Telerik
리턴 void

rGridAddress_PreRender() 보호된 메소드

protected rGridAddress_PreRender ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void

rGridAddress_UpdateCommand() 보호된 메소드

rGridAddress_UpdateCommand - Handles Update click
protected rGridAddress_UpdateCommand ( object sender, GridCommandEventArgs e ) : void
sender object
e GridCommandEventArgs
리턴 void

rGridAdress_UpdIns() 보호된 메소드

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

프로퍼티 상세

btnCancel 보호되어 있는 프로퍼티

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

btnEdit 보호되어 있는 프로퍼티

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

iRecordTypeID 공개적으로 프로퍼티

public int iRecordTypeID
리턴 int

lblAddr1 보호되어 있는 프로퍼티

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

lblAddr2 보호되어 있는 프로퍼티

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

lblAddr3 보호되어 있는 프로퍼티

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

lblCityStZip 보호되어 있는 프로퍼티

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

pnlAddressGrid 보호되어 있는 프로퍼티

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

pnlSingleAddress 보호되어 있는 프로퍼티

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

rGridAddress 보호되어 있는 프로퍼티

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

rowAddr2 보호되어 있는 프로퍼티

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

rowAddr3 보호되어 있는 프로퍼티

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

tblButtons 보호되어 있는 프로퍼티

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

tblMainTable 보호되어 있는 프로퍼티

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
리턴 global::System.Web.UI.WebControls.Table

tblViewPrimAddr 보호되어 있는 프로퍼티

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