A trivial subclass of UserProfile that is defined in the Endeca.Web assembly.

Namespace:  Endeca.Web.UI
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public class UserProfile : UserProfile
Visual Basic (Declaration)
Public Class UserProfile _
	Inherits UserProfile
Visual C++
public ref class UserProfile : public UserProfile

Remarks

This class exists only to support a workaround for a shortcoming in the Visual Studio design time.

Inheritance Hierarchy

System..::.Object
  Endeca.Data..::.UserProfile
    Endeca.Web.UI..::.UserProfile

See Also