A trivial subclass of RefinementConfig 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 RefinementConfig : RefinementConfig
Visual Basic (Declaration)
Public Class RefinementConfig _
	Inherits RefinementConfig
Visual C++
public ref class RefinementConfig : public RefinementConfig

Remarks

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

Inheritance Hierarchy

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

See Also