ScenariosGenerator Constructor
Public Sub New( _
ByVal scenariosInfo As Dictionary(Of String, scenarioInfo), _
ByVal targetFieldsForScenarios As Dictionary(Of String, String), _
ByVal profilePath As String, _
ByVal estimate As Estimate _
)
This language is not supported or no code example is available.
public ScenariosGenerator(
Dictionary<string, scenarioInfo> scenariosInfo,
Dictionary<string, string> targetFieldsForScenarios,
string profilePath,
Estimate estimate
)
This language is not supported or no code example is available.
public:
ScenariosGenerator(
Dictionary<String^, scenarioInfo^>^ scenariosInfo,
Dictionary<String^, String^>^ targetFieldsForScenarios,
String^ profilePath,
Estimate^ estimate
)
This language is not supported or no code example is available.
Parameters
- scenariosInfo
- Dictionary<string, scenarioInfo>
- targetFieldsForScenarios
- Dictionary<string, string>
- profilePath
- string
- estimate
- Estimate