C# Class ChangeUser, oldBellCaPA

Inheritance: System.Web.UI.Page
Show file Open project: CivicCommons/oldBellCaPA Class Usage Examples

Public Properties

Property Type Description
m_ref string
vp_user VpSandboxUser

Public Methods

Method Description
VpUserJSON ( ) : string
esc ( string s ) : string

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

VpUserJSON() public method

public VpUserJSON ( ) : string
return string

esc() public method

public esc ( string s ) : string
s string
return string

Property Details

m_ref public property

public string m_ref
return string

vp_user public property

public VpSandboxUser vp_user
return VpSandboxUser