Namespace: MonoSoftware.MonoX.Pages.Profile
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class AboutMe : BaseProfilePage
Visual Basic
Public Class AboutMe
	Inherits BaseProfilePage
Visual C++
public ref class AboutMe : public BaseProfilePage
F#
type AboutMe =  
    class
        inherit BaseProfilePage
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..Page
        PageBase
          MonoSoftware.MonoX..::..BasePage
            BaseProfilePage
              MonoSoftware.MonoX.Pages.Profile..::..AboutMe

See Also