Skip to content

BundleCondition Class

Condition evaluated during bundle initialization.

PropertyDescription
ConditionCondition to evaluate. If the condition evaluates to false, Message is displayed and executionis blocked.
MessageMessage to be shown when the Condition fails.

Use the bal:Condition element to add conditions to your bundle.

FireGiant.BundleApplicationFramework v6.0.1

Condition to evaluate. If the condition evaluates to false, Message is displayed and executionis blocked.

public string Condition { get; set; }

Message to be shown when the Condition fails.

public string Message { get; set; }