C# Class VolTeer.Common.WebControls.ucPrimary

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

Public Properties

Property Type Description
iRecordTypeID int

Protected Properties

Property Type Description
PrimaryAddress global::Telerik.Web.UI.RadButton
PrimaryEmail global::Telerik.Web.UI.RadButton
PrimaryPhone global::Telerik.Web.UI.RadButton
TableRow1 global::System.Web.UI.WebControls.TableRow
pnlPrimaryInfo global::System.Web.UI.WebControls.Panel
tblPrimaryInfo global::System.Web.UI.WebControls.Table

Protected Methods

Method Description
CallSisterUserControl ( string main_tabStrip, string main_multiPage, string first_pageView, string sec_tabStrip, int img, string sec_multiPage, string sec_pageView ) : void
HandleScreenLoad ( ) : void
Page_Load ( object sender, EventArgs e ) : void
PrimaryAddress_Click ( object sender, EventArgs e ) : void
PrimaryEmail_Click ( object sender, EventArgs e ) : void
PrimaryPhone_Click ( object sender, EventArgs e ) : void
SetPrimaryValues ( ) : void

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

Method Details

CallSisterUserControl() protected method

protected CallSisterUserControl ( string main_tabStrip, string main_multiPage, string first_pageView, string sec_tabStrip, int img, string sec_multiPage, string sec_pageView ) : void
main_tabStrip string
main_multiPage string
first_pageView string
sec_tabStrip string
img int
sec_multiPage string
sec_pageView string
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

PrimaryAddress_Click() protected method

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

PrimaryEmail_Click() protected method

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

PrimaryPhone_Click() protected method

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

SetPrimaryValues() protected method

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

Property Details

PrimaryAddress protected_oe property

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

PrimaryEmail protected_oe property

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

PrimaryPhone protected_oe property

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

TableRow1 protected_oe property

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

iRecordTypeID public_oe property

public int iRecordTypeID
return int

pnlPrimaryInfo protected_oe property

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

tblPrimaryInfo protected_oe property

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