SchemaGeneratorMergeDynamics Method
Namespace: MFiles.VAF.Configuration.JsonEditorAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public void MergeDynamics(
IDictionary<string, Object> targetDynamic,
IJsonConfEditorAttr newValueSource,
bool overwriteExisting = false
)
Parameters
- targetDynamic IDictionaryString, Object
- Dynamic to populate with additional values.
- newValueSource IJsonConfEditorAttr
- IJsonConfEditorAttr from which to resolve the new values, via GetOptions()
- overwriteExisting Boolean (Optional)
- When true, existing values will be overwritten if new values of the same key are encountered.