Namespace Serenity.StructuredPersistence.Infrastructure.Editor
Classes
UnityStructuredBackendDefinitionEditor
Custom inspector for UnityStructuredBackendDefinition, covering every concrete
backend subclass (Http/Sqlite/PlayerPrefs/LocalFile/Postgres/MySql/Mongo) through
editorForChildClasses.
NOTE: the Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1 base OnInspectorGUI draws ONLY the
header + Id/Guid fields — it does NOT draw the remaining serialized fields (see
PrefetchPolicyProfileEditor for the same documented gotcha). This editor therefore
calls Serenity.Global.Infrastructure.Settings.Editor.FoundationEditor`1.DrawSerializedFields explicitly after the base pass so
each backend's own connection fields still render.