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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

scenariosInfo
Dictionary<string, scenarioInfo>

targetFieldsForScenarios
Dictionary<string, string>

profilePath
string

estimate
Estimate

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition