User profile Web control.

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

Syntax

C#
public class UserProfile : BaseProfileControl
Visual Basic
Public Class UserProfile
	Inherits BaseProfileControl
Visual C++
public ref class UserProfile : public BaseProfileControl
F#
type UserProfile =  
    class
        inherit BaseProfileControl
    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..::..UserProfile
                MonoSoftware.MonoX.ModuleGallery.Mobile.ProfileModule..::..UserProfile

See Also