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

상속: System.Web.UI.UserControl
파일 보기 프로젝트 열기: CISC181/VolTeerNET

공개 프로퍼티들

프로퍼티 타입 설명
iRecordTypeID int

보호된 프로퍼티들

프로퍼티 타입 설명
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

보호된 메소드들

메소드 설명
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)

메소드 상세

CallSisterUserControl() 보호된 메소드

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
리턴 void

HandleScreenLoad() 보호된 메소드

protected HandleScreenLoad ( ) : void
리턴 void

Page_Load() 보호된 메소드

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

PrimaryAddress_Click() 보호된 메소드

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

PrimaryEmail_Click() 보호된 메소드

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

PrimaryPhone_Click() 보호된 메소드

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

SetPrimaryValues() 보호된 메소드

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

프로퍼티 상세

PrimaryAddress 보호되어 있는 프로퍼티

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

PrimaryEmail 보호되어 있는 프로퍼티

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

PrimaryPhone 보호되어 있는 프로퍼티

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

TableRow1 보호되어 있는 프로퍼티

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

iRecordTypeID 공개적으로 프로퍼티

public int iRecordTypeID
리턴 int

pnlPrimaryInfo 보호되어 있는 프로퍼티

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

tblPrimaryInfo 보호되어 있는 프로퍼티

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