An object of the Condition class is an element of the Conditional
To create a condition, the Condition object has to be initialized with a Form
Furthermore, a comparison value has to be defined by the constructor's comparison
• The constructor's is
• Conditions that are related to form fields of type Text
• In addition, the text of a Selection
• Up to four different comparison types can be applied to compare the Date property of Date
public class Condition : System.IComparable
Public Class Condition
Implements System.IComparable
Introduced: X18.
Constructor | Description |
---|---|
Condition | Initializes a new instance of the Condition class. |
Enumeration | Description |
---|---|
Comparison |
Determines the comparison operator that is used to compare the condition's form field value with the specified comparison value or the interpretation of that value. |
Comparison |
Determines how the condition's comparison value is interpreted by the condition. |
Item |
Determines how the specified comparison value has to be interpreted when comparing it with the Selection |
Logical |
Determines how the condition is related to the previous condition inside the corresponding Conditional |
Month | Determines the month that is compared with the condition's form field value. |
Text |
Determines how the specified comparison value has to be interpreted when comparing it with the Text |
Property | Description |
---|---|
Comparison |
Gets the operator that is used to compare the condition's form field value with the specified comparison value. |
Comparison |
Gets the value that is compared with the condition's form field value. |
Comparison |
Gets a value of type Comparison |
Form |
Gets the Form |
Logical |
Gets or sets a value of type Condition. |