C# Class ProjectName.Web.MonoXProfileSample

Inheritance: ProjectName.Web.BasePage
Mostra 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
mainContentTemplate global::ProjectName.Web.MainContentTemplate
rightWebPartZone global::MonoSoftware.MonoX.PortalWebPartZone
sideContentTemplate global::ProjectName.Web.SideContentTemplate
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 System.EventArgs
return void

Page_Load() protected method

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

Page_PreRender() protected method

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

Property Details

ctlInvitationsReceived protected_oe 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_oe 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_oe 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_oe 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_oe 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

mainContentTemplate protected_oe property

mainContentTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ProjectName.Web.MainContentTemplate mainContentTemplate
return global::ProjectName.Web.MainContentTemplate

rightWebPartZone protected_oe 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

sideContentTemplate protected_oe property

sideContentTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ProjectName.Web.SideContentTemplate sideContentTemplate
return global::ProjectName.Web.SideContentTemplate

snFriendList protected_oe 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_oe 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_oe 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