Class ConditionTypeController<TConditionType>
- Namespace
- Kentico.PageBuilder.Web.Mvc.Personalization
- Assembly
- Kentico.Content.Web.Mvc.dll
Base class for controllers of condition types.
public abstract class ConditionTypeController<TConditionType> : Controller where TConditionType : class, IConditionType, new()
Type Parameters
TConditionType
- Inheritance
-
objectControllerBaseControllerConditionTypeController<TConditionType>
- Extension Methods
Constructors
ConditionTypeController()
Creates an instance of the ConditionTypeController<TConditionType> class.
protected ConditionTypeController()
Methods
GetParameters()
Gets parameters of a condition type based on TConditionType
type.
protected TConditionType GetParameters()
Returns
- TConditionType