An object of the Instruction class is an element of the Conditional
To specify such an instruction, the Instruction object has to be initialized with a Form
In this context, up to four different types of actions can be executed: Changing the Form
To specify a value that is set by the specified action when the defined requirements of the Conditional
public class Instruction : System.IComparable
Public Class Instruction
Implements System.IComparable
Introduced: X18.
Constructor | Description |
---|---|
Instruction | Initializes a new instance of the Instruction class to determine an action that is executed when the defined requirements of the Conditional |
Enumeration | Description |
---|---|
Instruction |
Determines the type of action to execute. |
Property | Description |
---|---|
Else |
Gets the value that is set by the specified action when the defined requirements of the Conditional |
Form |
Gets the Form |
Instruction |
Gets the type of action to execute. |
Instruction |
Gets the value that is set by the specified action when the defined requirements of the Conditional |
Is |
Gets or sets a value indicating whether this Instruction allows to execute else instructions. |
Is |
Gets or sets a value indicating whether this Instruction listens to value changes of the related conditions' form fields. |
Is |
Gets or sets a value indicating whether this Instruction is handled when the document is initialized as a form. |