Class ConditionTypeDefinition
- Namespace
- Kentico.PageBuilder.Web.Mvc.Personalization
- Assembly
- Kentico.Content.Web.Mvc.dll
Definition of a personalization condition type for Page builder.
public class ConditionTypeDefinition : ComponentDefinition, IComponentDefinition
- Inheritance
-
objectConditionTypeDefinition
- Implements
- Inherited Members
- Extension Methods
Constructors
ConditionTypeDefinition(string, Type, Type, string, string, string, string)
Creates an instance of the ConditionTypeDefinition class.
public ConditionTypeDefinition(string identifier, Type type, Type controllerType, string name, string description, string iconClass, string hint)
Parameters
identifier
stringUnique identifier of the personalization condition type definition.
type
TypeType of the registered condition type.
controllerType
TypeType of the registered personalization condition type controller.
name
stringName of the registered personalization condition type.
description
stringDescription of the registered personalization condition type.
iconClass
stringFont-icon CSS class of the registered personalization condition type.
hint
stringHint displayed above configuration form.
Properties
Hint
Hint displayed above configuration form.
public string Hint { get; }
Property Value
- string
RouteName
Name of the route under which is the condition type available.
public override string RouteName { get; }
Property Value
- string
Type
Type of the registered condition type.
public Type Type { get; }
Property Value
- Type