SchemaGeneratorEditorsByType Field

Explicit Mapping of C# types to existing JSON type editors. Types in this list will reference the associated editor name, and no type editor will be generated for them.

Definition

Namespace: MFiles.VAF.Configuration.JsonEditor
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public Dictionary<Type, string> EditorsByType

Field Value

DictionaryType, String

See Also