C# Class FacebookAPI.WebUI.UserProfile

Show file Open project: bbyk/graph.net

Protected Properties

Property Type Description
uiAppFriends global::System.Web.UI.WebControls.Literal
uiAppGender global::System.Web.UI.WebControls.Literal
uiAppUserId global::System.Web.UI.WebControls.Literal
uiAppUserName global::System.Web.UI.WebControls.Literal
uiBirthday global::System.Web.UI.WebControls.Literal
uiGender global::System.Web.UI.WebControls.Literal
uiUserId global::System.Web.UI.WebControls.Literal
uiUserName global::System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLogout ( object sender, EventArgs args ) : void

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLogout() protected method

protected OnLogout ( object sender, EventArgs args ) : void
sender object
args EventArgs
return void

Property Details

uiAppFriends protected property

uiAppFriends control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiAppFriends
return global::System.Web.UI.WebControls.Literal

uiAppGender protected property

uiAppGender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiAppGender
return global::System.Web.UI.WebControls.Literal

uiAppUserId protected property

uiAppUserId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiAppUserId
return global::System.Web.UI.WebControls.Literal

uiAppUserName protected property

uiAppUserName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiAppUserName
return global::System.Web.UI.WebControls.Literal

uiBirthday protected property

uiBirthday control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiBirthday
return global::System.Web.UI.WebControls.Literal

uiGender protected property

uiGender control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiGender
return global::System.Web.UI.WebControls.Literal

uiUserId protected property

uiUserId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiUserId
return global::System.Web.UI.WebControls.Literal

uiUserName protected property

uiUserName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal uiUserName
return global::System.Web.UI.WebControls.Literal