Table of Contents

Class MacroRuleCategoryModel

Namespace
Kentico.Xperience.Admin.Base.Forms
Assembly
Kentico.Xperience.Admin.Base.dll

Represent model of categorized macro rules

public class MacroRuleCategoryModel
Inheritance
object
MacroRuleCategoryModel
Extension Methods

Constructors

MacroRuleCategoryModel()

public MacroRuleCategoryModel()

Properties

Label

Category label.

public string Label { get; init; }

Property Value

string

MacroRules

Macro rules in the category.

public IEnumerable<ConditionPickerItemModel> MacroRules { get; init; }

Property Value

IEnumerable<ConditionPickerItemModel>

Name

Category name.

public string Name { get; init; }

Property Value

string