C# Class ProjectName.Web.ASPNETProfileSample

Show file Open project: MonoSoftware/MonoX-Sample-Solution

Protected Properties

Property Type Description
ctlInvitationsReceived global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InvitationList
ctlInvitationsSent global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InvitationList
ctlProfile global::MonoSoftware.MonoX.ModuleGallery.UserProfileModule
discussionTopicMessages global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.DiscussionMessages
leftPartZone global::MonoSoftware.MonoX.PortalWebPartZone
rightWebPartZone global::MonoSoftware.MonoX.PortalWebPartZone
snFriendList global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.FriendList
snPeopleSearch global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.PeopleSearch
snWallNotes global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.WallNotes

Private Properties

Property Type Description
IsPeopleSearchVisible bool
ctlProfile_MyStatusChanged void

Protected Methods

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

Private Methods

Method Description
IsPeopleSearchVisible ( ) : bool
ctlProfile_MyStatusChanged ( object sender, EventArgs e ) : void

Method Details

Page_Init() protected method

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

Page_Load() protected method

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

Page_PreRender() protected method

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

Property Details

ctlInvitationsReceived protected property

ctlInvitationsReceived control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InvitationList ctlInvitationsReceived
return global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InvitationList

ctlInvitationsSent protected property

ctlInvitationsSent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InvitationList ctlInvitationsSent
return global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.InvitationList

ctlProfile protected property

ctlProfile control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.UserProfileModule ctlProfile
return global::MonoSoftware.MonoX.ModuleGallery.UserProfileModule

discussionTopicMessages protected property

discussionTopicMessages control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.DiscussionMessages discussionTopicMessages
return global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.DiscussionMessages

leftPartZone protected property

leftPartZone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.PortalWebPartZone leftPartZone
return global::MonoSoftware.MonoX.PortalWebPartZone

rightWebPartZone protected property

rightWebPartZone control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.PortalWebPartZone rightWebPartZone
return global::MonoSoftware.MonoX.PortalWebPartZone

snFriendList protected property

snFriendList control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.FriendList snFriendList
return global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.FriendList

snPeopleSearch protected property

snPeopleSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.PeopleSearch snPeopleSearch
return global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.PeopleSearch

snWallNotes protected property

snWallNotes control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.WallNotes snWallNotes
return global::MonoSoftware.MonoX.ModuleGallery.SocialNetworking.WallNotes