Class 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.
Namespace: Serenity.StructuredPersistence.Infrastructure.Editor
Assembly: Serenity.UnityStructuredPersistence.Infrastructure.Editor.dll
Syntax
public class UnityStructuredBackendDefinitionEditor : FoundationEditor<UnityStructuredBackendDefinition>
Constructors
UnityStructuredBackendDefinitionEditor()
Declaration
public UnityStructuredBackendDefinitionEditor()
Methods
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()