BundleCondition Class
Condition evaluated during bundle initialization.
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Condition | Condition to evaluate. If the condition evaluates to false, Message is displayed and executionis blocked. |
| Message | Message to be shown when the Condition fails. |
Remarks
Section titled “Remarks”Use the bal:Condition element to add conditions to your bundle.
FireGiant.BundleApplicationFramework v6.0.1
Condition Property
Section titled “Condition Property”Condition to evaluate. If the condition evaluates to false, Message is displayed and executionis blocked.
Declaration
Section titled “Declaration”public string Condition { get; set; }Message Property
Section titled “Message Property”Message to be shown when the Condition fails.
Declaration
Section titled “Declaration”public string Message { get; set; }