C# 클래스 ChangeUser, oldBellCaPA

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: CivicCommons/oldBellCaPA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_ref string
vp_user VpSandboxUser

공개 메소드들

메소드 설명
VpUserJSON ( ) : string
esc ( string s ) : string

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

메소드 상세

Page_Load() 보호된 메소드

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

VpUserJSON() 공개 메소드

public VpUserJSON ( ) : string
리턴 string

esc() 공개 메소드

public esc ( string s ) : string
s string
리턴 string

프로퍼티 상세

m_ref 공개적으로 프로퍼티

public string m_ref
리턴 string

vp_user 공개적으로 프로퍼티

public VpSandboxUser vp_user
리턴 VpSandboxUser