C# 클래스 DataTable_Dot_NET.Account.Manage

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: NickBenedict/jquerydatatablesExample

보호된 프로퍼티들

프로퍼티 타입 설명
changePassword global::System.Web.UI.WebControls.PlaceHolder
confirmPassword global::System.Web.UI.WebControls.TextBox
password global::System.Web.UI.WebControls.TextBox
setPassword global::System.Web.UI.WebControls.PlaceHolder
successMessage global::System.Web.UI.WebControls.PlaceHolder

공개 메소드들

메소드 설명
GetExternalLogins ( ) : IEnumerable
RemoveExternalLogin ( string providerName, string providerUserId ) : void

보호된 메소드들

메소드 설명
ConvertToDisplayDateTime ( System.DateTime utcDateTime ) : string
Page_Load ( ) : void
setPassword_Click ( object sender, EventArgs e ) : void

메소드 상세

ConvertToDisplayDateTime() 보호된 정적인 메소드

protected static ConvertToDisplayDateTime ( System.DateTime utcDateTime ) : string
utcDateTime System.DateTime
리턴 string

GetExternalLogins() 공개 메소드

public GetExternalLogins ( ) : IEnumerable
리턴 IEnumerable

Page_Load() 보호된 메소드

protected Page_Load ( ) : void
리턴 void

RemoveExternalLogin() 공개 메소드

public RemoveExternalLogin ( string providerName, string providerUserId ) : void
providerName string
providerUserId string
리턴 void

setPassword_Click() 보호된 메소드

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

프로퍼티 상세

changePassword 보호되어 있는 프로퍼티

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

confirmPassword 보호되어 있는 프로퍼티

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

password 보호되어 있는 프로퍼티

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

setPassword 보호되어 있는 프로퍼티

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

successMessage 보호되어 있는 프로퍼티

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