C# Class VolTeer.Common.WebControls.ucPrimary

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

Méthodes publiques

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

Protected Properties

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

Méthodes protégées

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

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
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

PrimaryAddress_Click() protected méthode

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

PrimaryEmail_Click() protected méthode

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

PrimaryPhone_Click() protected méthode

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

SetPrimaryValues() protected méthode

SetPrimaryValues - Paint the screen with default values (use non-telerik controls)
protected SetPrimaryValues ( ) : void
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TableRow

iRecordTypeID public_oe property

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