TheConditionList |
Scroll |
As the name suggests, an TheConditionList is a linked list of TheCondition objects.
Features include:
Adding and removing items
Accessing items by index
For-Each iteration
Namespace: Therefore.API
Visual Basic Public Class TheConditionList C# public class TheConditionList |
Name |
Description |
Gets or sets the TheCaseDefinition that the referenced fields belong to. |
|
Gets or sets the TheCategory that the referenced fields belong to. |
|
Gets the number of TheCondition items in this list. |
|
Gets the TheCondition item with the specified index. |
Name |
Description |
Overloaded. Adds a new or existing TheCondition to the list. |
|
Adds all TheCondition elements of the specified TheConditionList. |
|
Removes all elements from the list. |
|
Creates and returns a copy of the list. |
|
Returns an enumerator for this list. |
|
Removes the element with the specified index. |
|
Returns a string representation of the object (for debugging). |