Class MacroRuleCategoryModel
Represent model of categorized macro rules
public class MacroRuleCategoryModel
- Inheritance
-
objectMacroRuleCategoryModel
- Extension Methods
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