C# Class littleworld.Web.userReport

Inheritance: System.Web.UI.Page
显示文件 Open project: radishPit/littleworld

Public Properties

Property Type Description
contents string
headImgUrl string
noveltyID int
senderID int
userName string

Public Methods

Method Description
getuserinfo ( ) : void

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 System.EventArgs
return void

getuserinfo() public method

public getuserinfo ( ) : void
return void

Property Details

contents public_oe property

public string contents
return string

headImgUrl public_oe property

public string headImgUrl
return string

noveltyID public_oe property

public int noveltyID
return int

senderID public_oe property

public int senderID
return int

userName public_oe property

public string userName
return string