|
AddElseBlock |
Adds an informational item to record a ElseBlock type rule to the end of the collection. |
|
AddElseIfBlock |
Adds an informational item to record a ElseIfBlock type rule to the end of the collection. |
|
AddEndIfBlock |
Adds an informational item to record a EndIfBlock type rule to the end of the collection. |
|
AddExitFalse |
Adds an Exit item that did not meet its conditions to the end of the collection. |
|
AddExitTrue |
Adds an Exit item to the end of the collection. |
|
AddIfBlock |
Adds an informational item to record a IfBlock type rule to the end of the collection. |
|
AddInformation |
Adds an Information item to the end of the collection. |
|
AddMatrix |
Adds a Matrix result item to the end of the collection. |
|
AddRuleFalse |
Adds a Rule item that did not meet its conditions to the end of the collection. |
|
AddRuleTrue |
Adds an item to the end of the collection. |
|
AddSetOutcome |
Adds a 'Set Outcome' item to the end of the collection. |
|
Clear |
Clear collection. |
|
Exists |
Checks whether at least one item in the collection has the specified code. |
|
HasExitItem |
Indicates whether this collection contains an item with Exit set to True. |
|
HasNotes |
Returns True if any item has its Notes property set. |
|
IndexOf |
Get the zero-based Index of an item in this collection. |
|
IndexOfCode |
Get the zero-based Index of the first item to match the specified code in this collection. |
|
InsertExitFalse |
Insert an Exit item that did not meet its conditions into the collection. |
|
InsertExitTrue |
Insert an Exit item into the collection. |
|
InsertInformation |
Insert an Information item into the collection. |
|
InsertMatrix |
Insert a Matrix result item into the collection. |
|
InsertRuleFalse |
Adds a Rule item that did not meet its conditions to the end of the collection. |
|
InsertRuleTrue |
Insert an item into the collection. |
|
InsertSetOutcome |
Insert a 'Set Outcome' item into the collection. |
|
ItemByCode |
Get the first item in the collection with the specified Code. |
|
Remove |
Remove an item from the collection. |
|
RemoveAt |
Remove an item from the collection. |
|
RemoveByCode |
Remove the first item in the collection with the specified code. |