MFiles.VAF.Configuration.JsonEditor Namespace

 

Classes

EnumOptionGenerator  
GlobalPlaceholderEditorSettings  
ObjectEditorMember  
Schema Represents a JSON editor schema definition.
SchemaGenerator Creates a json editor schema structure for C# code.
ValueOption Represents an option that is selectable from the Json configurator's options editor.

Interfaces

IJsonConfEditor  
IObjectEditorMembersProvider  
IStableValueOptionsProvider Interface that provides value options for an options editor instance. The options can be resolved at runtime, and should be relatively stable, i.e., not typically change during the course of a configuration editing session. Users will need to refresh the node/schema for any changes to the options to appear.

Delegates

SchemaGeneratorSchemaMemberAddedCallback Callback delegate triggered when a member is added to an editor. This allows massaging a member definition, primarily to set options, at runtime.