TheFieldList |
Scroll |
TheFieldList is a linked list of field numbers (as integers). It also maintains a reference to the Category containing the field numbers which it uses to add and find fields by their column name.
Features include:
Adding and removing field numbers
Accessing field numbers by index
For-Each iteration
Category information
Namespace: Therefore.API
Visual Basic Public Class TheFieldList C# public class TheFieldList |
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 field numbers (integers) in this list. |
|
Gets or sets the field number (integer) with the specified index. |
Name |
Description |
Overloaded. Adds a field number to the list. |
|
Adds all visible fields in the specified Category to the list. |
|
Removes all elements from the list. |
|
Returns a copy of the list. |
|
Overloaded. Checks whether the list contains a specified field number. |
|
Returns an enumerator for this list. |
|
Overloaded. Inserts a field number at a specified index in the list. |
|
Overloaded. Removes a specified field number. |
|
Removes the field number at the specified index from the list. |
|
Returns a string representation of the object (for debugging). |