Enum ConditionalStatements
Describes all possible conditional statements.
Namespace:Testura.Code
Assembly:Testura.Code.dll
Syntax
public enum ConditionalStatements
Fields
Name | Description |
---|---|
Equal | Generate with an equal conditional statement: |
GreaterThan | Generate with a greater than conditional statement: |
GreaterThanOrEqual | Generate with a greater than or eqal conditional statement: |
LessThan | Generate with a less than conditional statement: |
LessThanOrEqual | Generate with a less than or equal conditional statement: |
NotEqual | Generate with an not equal conditional statement: |