IScenarioCollection Interface |
Namespace: AskiaCore
The IScenarioCollection type exposes the following members.
Name | Description | |
---|---|---|
Count |
Number of scenarios in the collection
| |
ItemInt32 |
Find a scenario by id
| |
ItemString |
Find a scenario by name
|
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
|