SchemaGenerator Methods

Methods

Generate Static convenience method used to generate a schema from a type.
GenerateSchema Generates a JSON editor schema for the object's Type. Recursively creates member definitions for it's members and it's members' members, also creating type editors for any member types that can't use an existing one.
GetEnumLabel Resolves a custom JsonConfEditorAttribute 'Label' from an Enum.
MergeDynamics Adds the values returned from IJsonConfEditorAttr.GetOptions() to the provided targetDynamic.

See Also