Table of Contents

Class ConditionBuilderProperties

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

Represents properties of the ConditionBuilderComponent

public class ConditionBuilderProperties : FormComponentProperties, IFormComponentProperties
Inheritance
object
ConditionBuilderProperties
Implements
Inherited Members
Extension Methods

Properties

DisplayRuleType

Determines which rules to display. 0 means all rules, 1 means only rules which does not require context, 2 only rules which require context.

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(29, 0)]
public int DisplayRuleType { get; set; }

Property Value

int

MacroRuleAvailability

Indicates which macro rules will be shown in the listing.

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(29, 0)]
public int MacroRuleAvailability { get; set; }

Property Value

int

Remarks

Value in each macro rule indicates in which application can the macro rule be evaluated (i.e. the implementation of underlying macros is available).

MultipleConditionGroupsAllowed

Indicates if the component should allow adding more than one condition group.

public bool MultipleConditionGroupsAllowed { get; set; }

Property Value

bool

ResolverName

Gets or sets macro resolver name.

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(29, 0)]
public string ResolverName { get; set; }

Property Value

string

RuleCategoryNames

Gets or sets name(s) of the Macro rule category(ies) which should be displayed in condition builder. Items should be separated by semicolon.

public string RuleCategoryNames { get; set; }

Property Value

string

ShowGlobalRules

Determines whether the global rules are shown among with the specific rules defined in the RuleCategoryNames property.

[Obsolete("Member is deprecated and will be removed in next version.")]
[ObsoleteSince(29, 0)]
public bool ShowGlobalRules { get; set; }

Property Value

bool

ShowInSidePanel

Indicates if the component should be displayed in the side panel.

public bool ShowInSidePanel { get; set; }

Property Value

bool

TreatEmptyConditionAsEmptyString

Indicates if the component should represent empty condition as an empty value or an empty rule definition.

public bool TreatEmptyConditionAsEmptyString { get; set; }

Property Value

bool

UsageLocation

Specifies the context in which the condition builder component is used. It determines the set of macros that will be available for use within the component.

public MacroRuleUsageLocation UsageLocation { get; set; }

Property Value

MacroRuleUsageLocation