C# Класс VolTeer.Common.WebControls.ucAddress

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
iRecordTypeID int

Защищенные свойства (Protected)

Свойство Тип Описание
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