Skip to content

BundleCondition Class

Condition evaluated during bundle initialization.

Properties

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

Remarks

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

FireGiant.BundleApplicationFramework v6.0.1

Condition Property

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

Declaration

public string Condition { get; set; }

Message Property

Message to be shown when the Condition fails.

Declaration

public string Message { get; set; }