Enum BowireCatalogueVisibility

Namespace
Kuestenlogik.Bowire.Sources
Assembly
Kuestenlogik.Bowire.dll

Composition mode for catalogue entries vs. locally-entered URLs. Mirrors the Bowire:Discovery:UrlManagement tri-state from #92.

public enum BowireCatalogueVisibility

Fields

Editable = 0

User can add ad-hoc URLs alongside the catalogue entries (the default). The Sources rail shows both, each row carrying an origin chip so operators can tell them apart.

Hidden = 2

Catalogue drives discovery silently — the URL management view is hidden entirely. Useful for embedded hosts where the surrounding org's service registry IS the authoritative source.

Readonly = 1

User sees the catalogue list but can't add, edit, or remove rows. Useful for shared / hardened deployments where the operator wants a fixed in-scope target list.