Name | Type | Multiplicity | Description |
---|---|---|---|
expression |
property ExpressionType |
[0,1] | Expression that is used to check the resulting value whether it is acceptable or not. |
localizableFailureMessage |
property LocalizableMessageType |
[0,1] | Localizable message that will be displayed to user when the expression check fails. |
failureMessage |
property string |
[0,1] | Message that will be displayed to user when the expression check fails. |
Flags: RAM,runtime
Multiplicity: [0,1]
Expression that is used to check the resulting value whether it is acceptable
or not. If the expression returns true, then the value is accepted.
If the expression returns false value, then the value is rejected.
Flags: RAM,runtime
Multiplicity: [0,1]
Localizable message that will be displayed to user when the expression check fails.
This one takes precedence over (non-localizable) failureMessage.
Flags: RAM,runtime
Multiplicity: [0,1]
Message that will be displayed to user when the expression check fails.