Base user profile control for MonoX portal.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseProfileControl
              MonoSoftware.MonoX.ModuleGallery..::..UserAvatar
              MonoSoftware.MonoX.ModuleGallery..::..UserProfile
              MonoSoftware.MonoX.ModuleGallery..::..UserProfileHeader

See Also