IScenarioCollection Methods |
The IScenarioCollection type exposes the following members.
Name | Description | |
---|---|---|
Create |
Creates a new scenario in the collection with a default name
| |
Create(String) |
Creates a new scenario in the collection given its name
| |
Create(String, String) |
Creates a new scenario in the collection given its name and its description
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIScenario.) | |
Remove(Int32) |
Remove a scenario from the collection given its id
| |
Remove(String) |
Remove a scenario from the collection given its name
|