IScenario Interface
| Name | Description | |
|---|---|---|
|
Name | Gets the scenario name. |
|
ParentName | Gets the scenario parent name. |
|
Values | Gets the scenario values for individual tasks. |
| Name | Description | |
|---|---|---|
|
GetValueForTask(ITask) | Gets the scenario value for a specific task. If a value (ScenarioTaskItem.Quantity) is not defined in the scenario for the task, the corresponding property is set to NegativeInfinity. |
|
GetValueForTaskByGuid(string) | Gets the scenario value for a specific task. If a value (ScenarioTaskItem.Quantity) is not defined in the scenario for the task, the corresponding property is set to NegativeInfinity. |
|
GetValueForTaskByHexID(string) | Gets the scenario value for a specific task. If a value (ScenarioTaskItem.Quantity) is not defined in the scenario for the task, the corresponding property is set to NegativeInfinity. |
Available since QDV 7.18.685.
