An object of the Conditional
public class ConditionalInstructionPublic Class ConditionalInstruction Introduced: X18.
| Constructor | Description |
|---|---|
| Conditional |
Initializes a new instance of the Conditional |
| Method | Description |
|---|---|
| Copy | Returns a copy of this Conditional |
| Property | Description |
|---|---|
| Conditions | Gets or sets an array of conditions, that represent the requirements that has to be fulfilled to execute the specified instructions. |
| Instructions | Gets or sets an array of instructions that are executed when the specified conditions are fulfilled. |
| Name | Gets or sets a name of the conditional instruction. |