Method GenerateDefaultParameterEntries
GenerateDefaultParameterEntries(List<ProfileParameterEntry>)
Generates ProfileParameterEntry instances for all parameters that have default values defined and that are not present in the specified list.
public List<ProfileParameterEntry> GenerateDefaultParameterEntries(List<ProfileParameterEntry> allExistingParameterEntries)
Parameters
allExistingParameterEntries
List<ProfileParameterEntry>List of ProfileParameterEntry instances for which no default parameter entries should be created.
Returns
- List<ProfileParameterEntry>
The ProfileParameterEntry instances for all parameters that have default values defined and that are not present in the specified list.