C# Class littleworld.Web.userReport

Inheritance: System.Web.UI.Page
Show file 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 property

public string contents
return string

headImgUrl public property

public string headImgUrl
return string

noveltyID public property

public int noveltyID
return int

senderID public property

public int senderID
return int

userName public property

public string userName
return string